diff --git a/packages/boba/gateway/src/util/network/config/ethereum.js b/packages/boba/gateway/src/util/network/config/ethereum.js index 8849d53b8a..9c833b0143 100644 --- a/packages/boba/gateway/src/util/network/config/ethereum.js +++ b/packages/boba/gateway/src/util/network/config/ethereum.js @@ -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/`,