From 851c7a2811c67fc3923db97d814802354247ebec Mon Sep 17 00:00:00 2001 From: Aman Kumar <47715062+amankumarp@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:42:27 +0530 Subject: [PATCH] Add Rabbit Network (#375) --- gnosis/eth/clients/blockscout_client.py | 1 + gnosis/eth/ethereum_network.py | 1 + 2 files changed, 2 insertions(+) diff --git a/gnosis/eth/clients/blockscout_client.py b/gnosis/eth/clients/blockscout_client.py index 9a2a2453f..0a8dd7333 100644 --- a/gnosis/eth/clients/blockscout_client.py +++ b/gnosis/eth/clients/blockscout_client.py @@ -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/", } diff --git a/gnosis/eth/ethereum_network.py b/gnosis/eth/ethereum_network.py index e1ea7f892..fa6744476 100644 --- a/gnosis/eth/ethereum_network.py +++ b/gnosis/eth/ethereum_network.py @@ -126,6 +126,7 @@ class EthereumNetwork(Enum): MOON_MOONSHADOW = 1288 GANACHE = 1337 CATECHAIN = 1618 + RABBIT = 1807 EURUS_TESTNET = 1984 EGEM = 1987 EDG = 2021