mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 21:41:02 +00:00
auto-commit for c26f9426-8901-44f4-a59b-773157eee315
This commit is contained in:
@@ -34,6 +34,11 @@ POLKADOT_RPC = "wss://tired-candies-sniff.loca.lt"
|
||||
# Initialize Substrate connection
|
||||
substrate = None
|
||||
|
||||
# Supabase connection
|
||||
SUPABASE_URL = os.environ.get('SUPABASE_URL')
|
||||
SUPABASE_KEY = os.environ.get('SUPABASE_KEY')
|
||||
supabase: Client = create_client(SUPABASE_URL, SUPABASE_KEY)
|
||||
|
||||
def get_substrate():
|
||||
global substrate
|
||||
if substrate is None:
|
||||
|
||||
Reference in New Issue
Block a user