Skip to content

Commit 2a7fd2f

Browse files
committed
Add etherscan like platforms
1 parent 7ce1189 commit 2a7fd2f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,21 @@
9797
"sepoliaera.zksync": ("300", "sepolia-era.zksync.network"),
9898
"xai": ("660279", "xaiscan.io"),
9999
"sepolia.xai": ("37714555429", "sepolia.xaiscan.io"),
100+
"xdc": ("50", "https://xdcscan.com"),
101+
"testnet.xdc": ("51", "https://testnet.xdcscan.com"),
102+
"apechain": ("33139", "https://apescan.io"),
103+
"curtis.apechain": ("33111", "https://curtis.apescan.io"),
104+
"world": ("480", "https://worldscan.org"),
105+
"sepolia.world": ("4801", "https://sepolia.worldscan.org"),
106+
"sophon": ("50104", "https://sophscan.xyz"),
107+
"testnet.sophon": ("531050104", "https://testnet.sophscan.xyz"),
108+
"sonic": ("146", "https://sonicscan.org"),
109+
"testnet.sonic": ("57054", "https://testnet.sonicscan.org"),
110+
"unichain": ("130", "https://uniscan.xyz"),
111+
"sepolia.unichain": ("1301", "https://sepolia.uniscan.xyz"),
112+
"abstract": ("2741", "https://abscan.org"),
113+
"sepolia.abstract": ("11124", "https://sepolia.abscan.org"),
114+
"berachain": ("80094", "https://berascan.com"),
100115
}
101116

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

0 commit comments

Comments
 (0)