Skip to content

Commit

Permalink
Update EthereumNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Aug 6, 2024
1 parent e30228f commit 6b576db
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 47 deletions.
8 changes: 4 additions & 4 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class BlockscoutClient:
EthereumNetwork.GODWOKEN_MAINNET: "https://v1.gwscan.com/graphiql",
EthereumNetwork.VENIDIUM_TESTNET: "https://evm-testnet.venidiumexplorer.com/graphiql",
EthereumNetwork.VENIDIUM_MAINNET: "https://evm.venidiumexplorer.com/graphiql",
EthereumNetwork.KLAYTN_TESTNET_BAOBAB: "https://baobab.scope.klaytn.com/graphiql",
EthereumNetwork.KLAYTN_MAINNET_CYPRESS: "https://scope.klaytn.com/graphiql",
EthereumNetwork.KAIA_TESTNET_KAIROS: "https://baobab.scope.klaytn.com/graphiql",
EthereumNetwork.KAIA_MAINNET: "https://scope.klaytn.com/graphiql",
EthereumNetwork.ACALA_NETWORK: "https://blockscout.acala.network/graphiql",
EthereumNetwork.KARURA_NETWORK_TESTNET: "https://blockscout.karura.network/graphiql",
EthereumNetwork.ASTAR: "https://blockscout.com/astar/graphiql",
Expand All @@ -57,7 +57,7 @@ class BlockscoutClient:
EthereumNetwork.MANTLE_TESTNET: "https://explorer.testnet.mantle.xyz/graphiql",
EthereumNetwork.JAPAN_OPEN_CHAIN_MAINNET: "https://mainnet.japanopenchain.org/graphiql",
EthereumNetwork.JAPAN_OPEN_CHAIN_TESTNET: "https://explorer.testnet.japanopenchain.org/graphiql",
EthereumNetwork.ZETACHAIN_ATHENS_3_TESTNET: "https://zetachain-athens-3.blockscout.com/graphiql",
EthereumNetwork.ZETACHAIN_TESTNET: "https://zetachain-athens-3.blockscout.com/graphiql",
EthereumNetwork.SCROLL: "https://blockscout.scroll.io/graphiql",
EthereumNetwork.ROOTSTOCK_MAINNET: "https://rootstock.blockscout.com/graphiql",
EthereumNetwork.ROOTSTOCK_TESTNET: "https://rootstock-testnet.blockscout.com/graphiql",
Expand Down Expand Up @@ -89,7 +89,7 @@ class BlockscoutClient:
EthereumNetwork.MODE_TESTNET: "https://sepolia.explorer.mode.network/graphiql",
EthereumNetwork.MANTLE_SEPOLIA_TESTNET: "https://explorer.sepolia.mantle.xyz/api/v1/graphql",
EthereumNetwork.OP_SEPOLIA_TESTNET: "https://optimism-sepolia.blockscout.com/graphiql",
EthereumNetwork.UNREAL_TESTNET: "https://unreal.blockscout.com/graphiql",
EthereumNetwork.UNREAL_OLD: "https://unreal.blockscout.com/graphiql",
EthereumNetwork.TAIKO_KATLA_L2: "https://explorer.katla.taiko.xyz/graphiql",
EthereumNetwork.SEI_DEVNET: "https://seitrace.com/graphiql",
EthereumNetwork.LISK_SEPOLIA_TESTNET: "https://sepolia-blockscout.lisk.com/api/v1/graphql",
Expand Down
Loading

0 comments on commit 6b576db

Please sign in to comment.