Skip to content

Commit 5bc707a

Browse files
committed
Remove https prefix
1 parent 2a7fd2f commit 5bc707a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +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"),
100+
"xdc": ("50", "xdcscan.com"),
101+
"testnet.xdc": ("51", "testnet.xdcscan.com"),
102+
"apechain": ("33139", "apescan.io"),
103+
"curtis.apechain": ("33111", "curtis.apescan.io"),
104+
"world": ("480", "worldscan.org"),
105+
"sepolia.world": ("4801", "sepolia.worldscan.org"),
106+
"sophon": ("50104", "sophscan.xyz"),
107+
"testnet.sophon": ("531050104", "testnet.sophscan.xyz"),
108+
"sonic": ("146", "sonicscan.org"),
109+
"testnet.sonic": ("57054", "testnet.sonicscan.org"),
110+
"unichain": ("130", "uniscan.xyz"),
111+
"sepolia.unichain": ("1301", "sepolia.uniscan.xyz"),
112+
"abstract": ("2741", "abscan.org"),
113+
"sepolia.abstract": ("11124", "sepolia.abscan.org"),
114+
"berachain": ("80094", "berascan.com"),
115115
}
116116

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

0 commit comments

Comments
 (0)