Skip to content

Commit

Permalink
fix rpc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-enya committed Sep 27, 2023
1 parent c171c98 commit 010016f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/boba/gateway/src/util/network/config/ethereum.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export const ethereumConfig = {
chainId: 5,
chainIdHex: '0x5',
rpcUrl: [
`https://rpc.ankr.com/eth_goerli`,
`https://ethereum-goerli.publicnode.com`,
`https://goerli.gateway.tenderly.co`,
`https://rpc.ankr.com/eth_goerli`,
],
transaction: `https://goerli.etherscan.io/tx/`,
blockExplorerUrl: `https://goerli.etherscan.io/`,
Expand Down

0 comments on commit 010016f

Please sign in to comment.