Skip to content

Commit

Permalink
fixed the staging app
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Oct 15, 2024
1 parent 155461d commit 77203eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/config-staging.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 77203eb

Please sign in to comment.