mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 18:11:03 +00:00
auto-commit for 876ddccc-3e54-445d-a6dd-d175e76a8ef9
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ mongo_url = os.environ['MONGO_URL']
|
||||
client = AsyncIOMotorClient(mongo_url)
|
||||
db = client[os.environ['DB_NAME']]
|
||||
|
||||
# Polkadot RPC endpoint (DKSweb's blockchain)
|
||||
POLKADOT_RPC = "wss://beta-rpc.pezkuwi.art"
|
||||
# Polkadot RPC endpoint (Beta Network)
|
||||
POLKADOT_RPC = "wss://beta.pezkuwichain.io"
|
||||
|
||||
# Create the main app without a prefix
|
||||
app = FastAPI()
|
||||
|
||||
Reference in New Issue
Block a user