Skip to content

Commit

Permalink
Update libs/dapp-config/src/chains/evm/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored Aug 1, 2023
1 parent 7f5058b commit ed43d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/dapp-config/src/chains/evm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const localDemeterMulticall3DeploymentBlock = process.env
? parseInt(process.env.BRIDGE_DAPP_LOCAL_DEMETER_MULTICALL3_DEPLOYMENT_BLOCK)
: 0;

// Default rpc url of mumbai is not working so we orverride it
// Default rpc url of mumbai is not working so we override it
// endpoint here: https://chainid.network/chains.json
const polygonMumbai = merge(cloneDeep(polygonMumbai_), {
rpcUrls: {
Expand Down

0 comments on commit ed43d1a

Please sign in to comment.