|
97 | 97 | "sepoliaera.zksync": ("300", "sepolia-era.zksync.network"),
|
98 | 98 | "xai": ("660279", "xaiscan.io"),
|
99 | 99 | "sepolia.xai": ("37714555429", "sepolia.xaiscan.io"),
|
| 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"), |
100 | 115 | }
|
101 | 116 |
|
102 | 117 | SUPPORTED_NETWORK = {**SUPPORTED_NETWORK_V1, **SUPPORTED_NETWORK_V2}
|
|
0 commit comments