auto-commit for 876ddccc-3e54-445d-a6dd-d175e76a8ef9

This commit is contained in:
emergent-agent-e1
2025-11-08 10:59:17 +00:00
parent 19a1e06f88
commit f3616d4d44
+2 -2
View File
@@ -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()