From 628b2dd5d223d87f7a1ed5a136b6434f6391b860 Mon Sep 17 00:00:00 2001 From: Monalisha Mishra <42746736+mishramonalisha76@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:05:06 +0530 Subject: [PATCH] fixed the staging app (#1924) --- src/config/config-staging.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/config-staging.js b/src/config/config-staging.js index 5ac9fbd315..6d8e3e6daa 100644 --- a/src/config/config-staging.js +++ b/src/config/config-staging.js @@ -45,6 +45,7 @@ export const config = { * Core Network Related Data */ infuraAPIKey: infuraAPIKey, + coreContractChain: 11155111, //the chain id of the network which the core contract relies on coreRPC: `https://sepolia.infura.io/v3/${infuraAPIKey}`, mainnetCoreRPC: `https://mainnet.infura.io/v3/${infuraAPIKey}`, mainnetCoreContractChain: 1,