Skip to content

Commit

Permalink
Remove https prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
smonicas committed Feb 15, 2025
1 parent 2a7fd2f commit 5bc707a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions crytic_compile/platform/etherscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@
"sepoliaera.zksync": ("300", "sepolia-era.zksync.network"),
"xai": ("660279", "xaiscan.io"),
"sepolia.xai": ("37714555429", "sepolia.xaiscan.io"),
"xdc": ("50", "https://xdcscan.com"),
"testnet.xdc": ("51", "https://testnet.xdcscan.com"),
"apechain": ("33139", "https://apescan.io"),
"curtis.apechain": ("33111", "https://curtis.apescan.io"),
"world": ("480", "https://worldscan.org"),
"sepolia.world": ("4801", "https://sepolia.worldscan.org"),
"sophon": ("50104", "https://sophscan.xyz"),
"testnet.sophon": ("531050104", "https://testnet.sophscan.xyz"),
"sonic": ("146", "https://sonicscan.org"),
"testnet.sonic": ("57054", "https://testnet.sonicscan.org"),
"unichain": ("130", "https://uniscan.xyz"),
"sepolia.unichain": ("1301", "https://sepolia.uniscan.xyz"),
"abstract": ("2741", "https://abscan.org"),
"sepolia.abstract": ("11124", "https://sepolia.abscan.org"),
"berachain": ("80094", "https://berascan.com"),
"xdc": ("50", "xdcscan.com"),
"testnet.xdc": ("51", "testnet.xdcscan.com"),
"apechain": ("33139", "apescan.io"),
"curtis.apechain": ("33111", "curtis.apescan.io"),
"world": ("480", "worldscan.org"),
"sepolia.world": ("4801", "sepolia.worldscan.org"),
"sophon": ("50104", "sophscan.xyz"),
"testnet.sophon": ("531050104", "testnet.sophscan.xyz"),
"sonic": ("146", "sonicscan.org"),
"testnet.sonic": ("57054", "testnet.sonicscan.org"),
"unichain": ("130", "uniscan.xyz"),
"sepolia.unichain": ("1301", "sepolia.uniscan.xyz"),
"abstract": ("2741", "abscan.org"),
"sepolia.abstract": ("11124", "sepolia.abscan.org"),
"berachain": ("80094", "berascan.com"),
}

SUPPORTED_NETWORK = {**SUPPORTED_NETWORK_V1, **SUPPORTED_NETWORK_V2}
Expand Down

0 comments on commit 5bc707a

Please sign in to comment.