Skip to content

Commit

Permalink
Add Rabbit Network (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarp authored Oct 11, 2022
1 parent ce67a53 commit 851c7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class BlockscoutClient:
EthereumNetwork.ASTAR: "https://blockscout.com/astar/",
EthereumNetwork.EVMOS_MAINNET: "https://evm.evmos.org",
EthereumNetwork.EVMOS_TESTNET: "https://evm.evmos.dev",
EthereumNetwork.RABBIT: "https://rabbit.analogscan.com",
EthereumNetwork.KCC_MAINNET: "https://scan.kcc.io/",
EthereumNetwork.KCC_TESTNET: "https://scan-testnet.kcc.network/",
}
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class EthereumNetwork(Enum):
MOON_MOONSHADOW = 1288
GANACHE = 1337
CATECHAIN = 1618
RABBIT = 1807
EURUS_TESTNET = 1984
EGEM = 1987
EDG = 2021
Expand Down

0 comments on commit 851c7a2

Please sign in to comment.