Skip to content

Commit 2dc1e07

Browse files
authored
Merge pull request #609 from Jayakumar2812/master
added monad testnet support in etherscan.py
2 parents fbad738 + 85ed3ec commit 2dc1e07

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"avax": ("43114", "snowscan.xyz"),
7272
"testnet.avax": ("43113", "testnet.snowscan.xyz"),
7373
"bttc": ("199", "bttcscan.com"),
74-
"testnet.bttc": ("1028", "testnet.bttcscan.com"),
74+
"testnet.bttc": ("1029", "testnet.bttcscan.com"),
7575
"celo": ("42220", "celoscan.io"),
7676
"alfajores.celo": ("44787", "alfajores.celoscan.io"),
7777
"cronos": ("25", "cronoscan.com"),
@@ -112,6 +112,16 @@
112112
"abstract": ("2741", "abscan.org"),
113113
"sepolia.abstract": ("11124", "sepolia.abscan.org"),
114114
"berachain": ("80094", "berascan.com"),
115+
"testnet.monad": ("10143", "testnet.monadscan.com"),
116+
"hoodi": ("560048", "hoodi.etherscan.io"),
117+
"memecore": ("43521", "testnet.memecorescan.io"),
118+
"testnet.berachain": ("80069", "testnet.berascan.com"),
119+
"swellchain": ("1923", "swellchainscan.io"),
120+
"testnet.swellchain": ("1924", "sepolia.swellchainscan.io"),
121+
"hyperevm": ("999", "hyperevmscan.io"),
122+
"katana": ("747474", "katanascan.com"),
123+
"sei": ("1329", "seiscan.io"),
124+
"testnet.sei": ("1328", "testnet.seiscan.io"),
115125
}
116126

117127
SUPPORTED_NETWORK = {**SUPPORTED_NETWORK_V1, **SUPPORTED_NETWORK_V2}

0 commit comments

Comments
 (0)