mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 05:21:12 +00:00
auto-commit for 62b6c3cc-0986-4bfd-9acf-1c3f0df6fc6f
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ mongo_url = os.environ['MONGO_URL']
|
||||
client = AsyncIOMotorClient(mongo_url)
|
||||
db = client[os.environ['DB_NAME']]
|
||||
|
||||
# Polkadot RPC endpoint (Local Development Node)
|
||||
POLKADOT_RPC = "ws://127.0.0.1:9944"
|
||||
# Polkadot RPC endpoint (Tunneled Local Node)
|
||||
POLKADOT_RPC = "wss://tired-candies-sniff.loca.lt"
|
||||
|
||||
# Initialize Substrate connection
|
||||
substrate = None
|
||||
|
||||
Reference in New Issue
Block a user