Skip to content

Commit

Permalink
fix(chains): update zkEVM rpc (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Jul 20, 2023
1 parent b3e5e04 commit 55b45fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/supported.chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ export const supportedEVMChains: EVMChain[] = [
symbol: 'ETH',
decimals: 18,
},
rpcUrls: ['https://polygon-rpc.com/zkevm'],
rpcUrls: ['https://zkevm-rpc.com'],
},
},

Expand Down

0 comments on commit 55b45fa

Please sign in to comment.