Skip to content

Commit

Permalink
Update Gnosis and Arbitrum Blockscout (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell authored Aug 28, 2023
1 parent e6304bd commit b4f04a4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ public static boolean isInfura(String rpcServerUrl)
"https://blockscout.com/etc/mainnet/api?"));
put(GNOSIS_ID, new NetworkInfo(C.XDAI_NETWORK_NAME, C.xDAI_SYMBOL,
XDAI_RPC_URL,
"https://blockscout.com/xdai/mainnet/tx/", GNOSIS_ID,
"https://rpc.ankr.com/gnosis", "https://blockscout.com/xdai/mainnet/api?"));
"https://gnosis.blockscout.com/tx/", GNOSIS_ID,
"https://rpc.ankr.com/gnosis", "https://gnosis.blockscout.com?"));
put(GOERLI_ID, new NetworkInfo(C.GOERLI_NETWORK_NAME, C.GOERLI_SYMBOL,
GOERLI_RPC_URL,
"https://goerli.etherscan.io/tx/", GOERLI_ID,
Expand Down Expand Up @@ -339,8 +339,8 @@ public static boolean isInfura(String rpcServerUrl)
"https://api-sepolia.etherscan.io/api?"));
put(OPTIMISM_GOERLI_TEST_ID, new NetworkInfo(C.OPTIMISM_GOERLI_TESTNET_NAME, C.OPTIMISM_GOERLI_TEST_SYMBOL,
OPTIMISM_GOERLI_TESTNET_RPC_URL,
"https://blockscout.com/optimism/goerli/tx/", OPTIMISM_GOERLI_TEST_ID, OPTIMISM_GOERLI_TESTNET_FALLBACK_RPC_URL,
"https://blockscout.com/optimism/goerli/api?"));
"https://optimism-goerli.blockscout.com/tx/", OPTIMISM_GOERLI_TEST_ID, OPTIMISM_GOERLI_TESTNET_FALLBACK_RPC_URL,
"https://optimism-goerli.blockscout.com/api?"));
put(ARBITRUM_GOERLI_TEST_ID, new NetworkInfo(C.ARBITRUM_GOERLI_TESTNET_NAME, C.ARBITRUM_SYMBOL,
ARBITRUM_GOERLI_TESTNET_RPC_URL,
"https://goerli-rollup-explorer.arbitrum.io/tx/", ARBITRUM_GOERLI_TEST_ID, ARBITRUM_GOERLI_TESTNET_FALLBACK_RPC_URL,
Expand Down

0 comments on commit b4f04a4

Please sign in to comment.