evmchains 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.1.0'
16
- __version_tuple__ = version_tuple = (0, 1, 0)
15
+ __version__ = version = '0.1.2'
16
+ __version_tuple__ = version_tuple = (0, 1, 2)
@@ -3,7 +3,7 @@
3
3
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
4
4
  !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!!
5
5
  !!!! This file is auto-generated by scripts/update.py !!!!
6
- !!!! 2024-10-16 17:21:51.952134+00:00 !!!!
6
+ !!!! 2024-11-26 16:15:52.616655+00:00 !!!!
7
7
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
8
8
  """
9
9
 
@@ -83,11 +83,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
83
83
  "chainId": 421614,
84
84
  "ens": None,
85
85
  "explorers": [
86
+ {
87
+ "name": "arbiscan-sepolia",
88
+ "standard": "EIP3091",
89
+ "url": "https://sepolia.arbiscan.io",
90
+ },
86
91
  {
87
92
  "name": "Arbitrum Sepolia Rollup Testnet Explorer",
88
93
  "standard": "EIP3091",
89
94
  "url": "https://sepolia-explorer.arbitrum.io",
90
- }
95
+ },
91
96
  ],
92
97
  "faucets": [],
93
98
  "features": None,
@@ -146,11 +151,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
146
151
  "chainId": 43114,
147
152
  "ens": None,
148
153
  "explorers": [
154
+ {
155
+ "name": "snowscan",
156
+ "standard": "EIP3091",
157
+ "url": "https://snowscan.xyz",
158
+ },
149
159
  {
150
160
  "name": "snowtrace",
151
161
  "standard": "EIP3091",
152
162
  "url": "https://snowtrace.io",
153
- }
163
+ },
154
164
  ],
155
165
  "faucets": [],
156
166
  "features": [{"name": "EIP1559"}],
@@ -171,11 +181,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
171
181
  "chainId": 43113,
172
182
  "ens": None,
173
183
  "explorers": [
184
+ {
185
+ "name": "snowscan-testnet",
186
+ "standard": "EIP3091",
187
+ "url": "https://testnet.snowscan.xyz",
188
+ },
174
189
  {
175
190
  "name": "snowtrace",
176
191
  "standard": "EIP3091",
177
192
  "url": "https://testnet.snowtrace.io",
178
- }
193
+ },
179
194
  ],
180
195
  "faucets": ["https://faucet.avax-test.network/"],
181
196
  "features": None,
@@ -198,7 +213,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
198
213
  "chainId": 8453,
199
214
  "ens": None,
200
215
  "explorers": [
201
- {"name": "basescan", "standard": "none", "url": "https://basescan.org"},
216
+ {
217
+ "name": "basescan",
218
+ "standard": "EIP3091",
219
+ "url": "https://basescan.org",
220
+ },
202
221
  {
203
222
  "icon": "blockscout",
204
223
  "name": "basescout",
@@ -233,12 +252,17 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
233
252
  "chainId": 84532,
234
253
  "ens": None,
235
254
  "explorers": [
255
+ {
256
+ "name": "basescan-sepolia",
257
+ "standard": "EIP3091",
258
+ "url": "https://sepolia.basescan.org",
259
+ },
236
260
  {
237
261
  "icon": "blockscout",
238
262
  "name": "basescout",
239
263
  "standard": "EIP3091",
240
264
  "url": "https://base-sepolia.blockscout.com",
241
- }
265
+ },
242
266
  ],
243
267
  "faucets": [],
244
268
  "features": None,
@@ -510,7 +534,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
510
534
  ],
511
535
  "faucets": [],
512
536
  "features": None,
513
- "icon": None,
537
+ "icon": "bttc",
514
538
  "infoURL": "https://bt.io",
515
539
  "name": "BitTorrent Chain Mainnet",
516
540
  "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"},
@@ -538,7 +562,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
538
562
  "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"},
539
563
  "networkId": 1028,
540
564
  "rpc": ["https://testrpc.bittorrentchain.io/"],
541
- "shortName": "tbtt",
565
+ "shortName": "tbtt-deprecated",
542
566
  "slip44": 1,
543
567
  },
544
568
  },
@@ -596,6 +620,114 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
596
620
  "slip44": 1,
597
621
  },
598
622
  },
623
+ "cronos": {
624
+ "mainnet": {
625
+ "chain": "CRO",
626
+ "chainId": 25,
627
+ "ens": None,
628
+ "explorers": [
629
+ {
630
+ "name": "Cronos Explorer",
631
+ "standard": "none",
632
+ "url": "https://explorer.cronos.org",
633
+ }
634
+ ],
635
+ "faucets": [],
636
+ "features": [{"name": "EIP1559"}],
637
+ "icon": None,
638
+ "infoURL": "https://cronos.org/",
639
+ "name": "Cronos Mainnet",
640
+ "nativeCurrency": {"decimals": 18, "name": "Cronos", "symbol": "CRO"},
641
+ "networkId": 25,
642
+ "rpc": [
643
+ "https://evm.cronos.org",
644
+ "https://cronos-evm-rpc.publicnode.com",
645
+ "https://cronos.drpc.org",
646
+ ],
647
+ "shortName": "cro",
648
+ "slip44": None,
649
+ },
650
+ "testnet": {
651
+ "chain": "CRO",
652
+ "chainId": 338,
653
+ "ens": None,
654
+ "explorers": [
655
+ {
656
+ "name": "Cronos Testnet Explorer",
657
+ "standard": "none",
658
+ "url": "https://explorer.cronos.org/testnet",
659
+ }
660
+ ],
661
+ "faucets": ["https://cronos.org/faucet"],
662
+ "features": None,
663
+ "icon": None,
664
+ "infoURL": "https://cronos.org",
665
+ "name": "Cronos Testnet",
666
+ "nativeCurrency": {
667
+ "decimals": 18,
668
+ "name": "Cronos Test Coin",
669
+ "symbol": "TCRO",
670
+ },
671
+ "networkId": 338,
672
+ "rpc": ["https://evm-t3.cronos.org", "https://cronos-testnet.drpc.org"],
673
+ "shortName": "tcro",
674
+ "slip44": 1,
675
+ },
676
+ },
677
+ "cronos-zkevm": {
678
+ "mainnet": {
679
+ "chain": "CronosZkEVMMainnet",
680
+ "chainId": 388,
681
+ "ens": None,
682
+ "explorers": [
683
+ {
684
+ "name": "Cronos zkEVM (Mainnet) Chain Explorer",
685
+ "standard": "none",
686
+ "url": "https://explorer.zkevm.cronos.org",
687
+ }
688
+ ],
689
+ "faucets": [],
690
+ "features": None,
691
+ "icon": None,
692
+ "infoURL": "https://cronos.org/zkevm",
693
+ "name": "Cronos zkEVM Mainnet",
694
+ "nativeCurrency": {
695
+ "decimals": 18,
696
+ "name": "Cronos zkEVM CRO",
697
+ "symbol": "zkCRO",
698
+ },
699
+ "networkId": 388,
700
+ "rpc": ["https://mainnet.zkevm.cronos.org"],
701
+ "shortName": "zkCRO",
702
+ "slip44": None,
703
+ },
704
+ "testnet": {
705
+ "chain": "deprecatedCronosZkEVMTestnet",
706
+ "chainId": 282,
707
+ "ens": None,
708
+ "explorers": [
709
+ {
710
+ "name": "Cronos zkEVM Testnet Explorer",
711
+ "standard": "none",
712
+ "url": "https://explorer.zkevm.cronos.org/testnet",
713
+ }
714
+ ],
715
+ "faucets": ["https://zkevm.cronos.org/faucet"],
716
+ "features": None,
717
+ "icon": None,
718
+ "infoURL": "https://docs-zkevm.cronos.org",
719
+ "name": "Deprecated Cronos zkEVM Testnet",
720
+ "nativeCurrency": {
721
+ "decimals": 18,
722
+ "name": "Cronos zkEVM Test Coin",
723
+ "symbol": "zkTCRO",
724
+ },
725
+ "networkId": 282,
726
+ "rpc": ["https://deprecated.testnet.zkevm.cronos.org"],
727
+ "shortName": "deprecated-zkTCRO",
728
+ "slip44": 1,
729
+ },
730
+ },
599
731
  "ethereum": {
600
732
  "mainnet": {
601
733
  "chain": "ETH",
@@ -1059,6 +1191,87 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1059
1191
  "slip44": 1,
1060
1192
  },
1061
1193
  },
1194
+ "mantle": {
1195
+ "mainnet": {
1196
+ "chain": "ETH",
1197
+ "chainId": 5000,
1198
+ "ens": None,
1199
+ "explorers": [
1200
+ {
1201
+ "name": "mantlescan",
1202
+ "standard": "EIP3091",
1203
+ "url": "https://mantlescan.xyz",
1204
+ },
1205
+ {
1206
+ "name": "Mantle Explorer",
1207
+ "standard": "EIP3091",
1208
+ "url": "https://explorer.mantle.xyz",
1209
+ },
1210
+ ],
1211
+ "faucets": [],
1212
+ "features": None,
1213
+ "icon": "mantle",
1214
+ "infoURL": "https://mantle.xyz",
1215
+ "name": "Mantle",
1216
+ "nativeCurrency": {"decimals": 18, "name": "Mantle", "symbol": "MNT"},
1217
+ "networkId": 5000,
1218
+ "rpc": ["https://rpc.mantle.xyz", "https://mantle-rpc.publicnode.com"],
1219
+ "shortName": "mantle",
1220
+ "slip44": None,
1221
+ },
1222
+ "testnet": {
1223
+ "chain": "ETH",
1224
+ "chainId": 5001,
1225
+ "ens": None,
1226
+ "explorers": [
1227
+ {
1228
+ "name": "Mantle Testnet Explorer",
1229
+ "standard": "EIP3091",
1230
+ "url": "https://explorer.testnet.mantle.xyz",
1231
+ }
1232
+ ],
1233
+ "faucets": ["https://faucet.testnet.mantle.xyz"],
1234
+ "features": None,
1235
+ "icon": None,
1236
+ "infoURL": "https://mantle.xyz",
1237
+ "name": "Mantle Testnet",
1238
+ "nativeCurrency": {
1239
+ "decimals": 18,
1240
+ "name": "Testnet Mantle",
1241
+ "symbol": "MNT",
1242
+ },
1243
+ "networkId": 5001,
1244
+ "rpc": ["https://rpc.testnet.mantle.xyz"],
1245
+ "shortName": "mantle-testnet",
1246
+ "slip44": 1,
1247
+ },
1248
+ "sepolia": {
1249
+ "chain": "ETH",
1250
+ "chainId": 5003,
1251
+ "ens": None,
1252
+ "explorers": [
1253
+ {
1254
+ "name": "blockscout",
1255
+ "standard": "EIP3091",
1256
+ "url": "https://explorer.sepolia.mantle.xyz",
1257
+ }
1258
+ ],
1259
+ "faucets": ["https://faucet.sepolia.mantle.xyz"],
1260
+ "features": None,
1261
+ "icon": None,
1262
+ "infoURL": "https://mantle.xyz",
1263
+ "name": "Mantle Sepolia Testnet",
1264
+ "nativeCurrency": {
1265
+ "decimals": 18,
1266
+ "name": "Sepolia Mantle",
1267
+ "symbol": "MNT",
1268
+ },
1269
+ "networkId": 5003,
1270
+ "rpc": ["https://rpc.sepolia.mantle.xyz"],
1271
+ "shortName": "mnt-sep",
1272
+ "slip44": 1,
1273
+ },
1274
+ },
1062
1275
  "moonbeam": {
1063
1276
  "mainnet": {
1064
1277
  "chain": "MOON",
@@ -1073,7 +1286,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1073
1286
  ],
1074
1287
  "faucets": [],
1075
1288
  "features": None,
1076
- "icon": None,
1289
+ "icon": "moonbeam",
1077
1290
  "infoURL": "https://moonbeam.network/networks/moonbeam/",
1078
1291
  "name": "Moonbeam",
1079
1292
  "nativeCurrency": {"decimals": 18, "name": "Glimmer", "symbol": "GLMR"},
@@ -1101,9 +1314,9 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1101
1314
  "url": "https://moonbase.moonscan.io",
1102
1315
  }
1103
1316
  ],
1104
- "faucets": [],
1317
+ "faucets": ["https://faucet.moonbeam.network/"],
1105
1318
  "features": None,
1106
- "icon": None,
1319
+ "icon": "moonbasealpha",
1107
1320
  "infoURL": "https://docs.moonbeam.network/learn/platform/networks/moonbase/",
1108
1321
  "name": "Moonbase Alpha",
1109
1322
  "nativeCurrency": {"decimals": 18, "name": "Dev", "symbol": "DEV"},
@@ -1132,7 +1345,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1132
1345
  ],
1133
1346
  "faucets": [],
1134
1347
  "features": None,
1135
- "icon": None,
1348
+ "icon": "moonriver",
1136
1349
  "infoURL": "https://moonbeam.network/networks/moonriver/",
1137
1350
  "name": "Moonriver",
1138
1351
  "nativeCurrency": {"decimals": 18, "name": "Moonriver", "symbol": "MOVR"},
@@ -1223,12 +1436,17 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1223
1436
  "chainId": 11155420,
1224
1437
  "ens": None,
1225
1438
  "explorers": [
1439
+ {
1440
+ "name": "etherscan-sepolia-optimism",
1441
+ "standard": "EIP3091",
1442
+ "url": "https://sepolia-optimism.etherscan.io",
1443
+ },
1226
1444
  {
1227
1445
  "icon": "blockscout",
1228
1446
  "name": "opscout",
1229
1447
  "standard": "EIP3091",
1230
1448
  "url": "https://optimism-sepolia.blockscout.com",
1231
- }
1449
+ },
1232
1450
  ],
1233
1451
  "faucets": ["https://app.optimism.io/faucet"],
1234
1452
  "features": None,
@@ -1294,6 +1512,68 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1294
1512
  "slip44": None,
1295
1513
  },
1296
1514
  },
1515
+ "palm": {
1516
+ "mainnet": {
1517
+ "chain": "Palm",
1518
+ "chainId": 11297108109,
1519
+ "ens": None,
1520
+ "explorers": [
1521
+ {
1522
+ "name": "Chainlens",
1523
+ "standard": "EIP3091",
1524
+ "url": "https://palm.chainlens.com",
1525
+ },
1526
+ {
1527
+ "name": "Dora",
1528
+ "standard": "none",
1529
+ "url": "https://www.ondora.xyz/network/palm",
1530
+ },
1531
+ ],
1532
+ "faucets": [],
1533
+ "features": None,
1534
+ "icon": "palm",
1535
+ "infoURL": "https://palm.network",
1536
+ "name": "Palm",
1537
+ "nativeCurrency": {"decimals": 18, "name": "PALM", "symbol": "PALM"},
1538
+ "networkId": 11297108109,
1539
+ "rpc": [
1540
+ "https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}",
1541
+ "https://palm-mainnet.public.blastapi.io",
1542
+ ],
1543
+ "shortName": "palm",
1544
+ "slip44": None,
1545
+ },
1546
+ "testnet": {
1547
+ "chain": "Palm",
1548
+ "chainId": 11297108099,
1549
+ "ens": None,
1550
+ "explorers": [
1551
+ {
1552
+ "name": "Chainlens",
1553
+ "standard": "EIP3091",
1554
+ "url": "https://testnet.palm.chainlens.com",
1555
+ },
1556
+ {
1557
+ "name": "Dora",
1558
+ "standard": "none",
1559
+ "url": "https://www.ondora.xyz/network/palm-testnet",
1560
+ },
1561
+ ],
1562
+ "faucets": [],
1563
+ "features": None,
1564
+ "icon": "palm",
1565
+ "infoURL": "https://palm.network",
1566
+ "name": "Palm Testnet",
1567
+ "nativeCurrency": {"decimals": 18, "name": "PALM", "symbol": "PALM"},
1568
+ "networkId": 11297108099,
1569
+ "rpc": [
1570
+ "https://palm-testnet.infura.io/v3/${INFURA_API_KEY}",
1571
+ "https://palm-testnet.public.blastapi.io",
1572
+ ],
1573
+ "shortName": "tpalm",
1574
+ "slip44": 1,
1575
+ },
1576
+ },
1297
1577
  "polygon": {
1298
1578
  "mainnet": {
1299
1579
  "chain": "Polygon",
@@ -1364,11 +1644,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1364
1644
  "chainId": 80002,
1365
1645
  "ens": None,
1366
1646
  "explorers": [
1647
+ {
1648
+ "name": "polygonscan-amoy",
1649
+ "standard": "EIP3091",
1650
+ "url": "https://amoy.polygonscan.com",
1651
+ },
1367
1652
  {
1368
1653
  "name": "polygonamoy",
1369
1654
  "standard": "EIP3091",
1370
1655
  "url": "https://www.oklink.com/amoy",
1371
- }
1656
+ },
1372
1657
  ],
1373
1658
  "faucets": ["https://faucet.polygon.technology/"],
1374
1659
  "features": None,
@@ -1627,6 +1912,63 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1627
1912
  "slip44": 1,
1628
1913
  },
1629
1914
  },
1915
+ "taiko": {
1916
+ "mainnet": {
1917
+ "chain": "ETH",
1918
+ "chainId": 167000,
1919
+ "ens": None,
1920
+ "explorers": [
1921
+ {
1922
+ "name": "etherscan",
1923
+ "standard": "EIP3091",
1924
+ "url": "https://taikoscan.io",
1925
+ }
1926
+ ],
1927
+ "faucets": [],
1928
+ "features": None,
1929
+ "icon": "taiko",
1930
+ "infoURL": "https://taiko.xyz",
1931
+ "name": "Taiko Mainnet",
1932
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1933
+ "networkId": 167000,
1934
+ "rpc": [
1935
+ "https://rpc.mainnet.taiko.xyz",
1936
+ "https://taiko-rpc.publicnode.com",
1937
+ ],
1938
+ "shortName": "tko-mainnet",
1939
+ "slip44": None,
1940
+ },
1941
+ "hekla": {
1942
+ "chain": "ETH",
1943
+ "chainId": 167009,
1944
+ "ens": None,
1945
+ "explorers": [
1946
+ {
1947
+ "name": "blockscout",
1948
+ "standard": "EIP3091",
1949
+ "url": "https://blockscoutapi.hekla.taiko.xyz",
1950
+ },
1951
+ {
1952
+ "name": "routescan",
1953
+ "standard": "EIP3091",
1954
+ "url": "https://hekla.taikoscan.network",
1955
+ },
1956
+ ],
1957
+ "faucets": [],
1958
+ "features": None,
1959
+ "icon": "taiko",
1960
+ "infoURL": "https://taiko.xyz",
1961
+ "name": "Taiko Hekla L2",
1962
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1963
+ "networkId": 167009,
1964
+ "rpc": [
1965
+ "https://rpc.hekla.taiko.xyz",
1966
+ "https://taiko-hekla-rpc.publicnode.com",
1967
+ ],
1968
+ "shortName": "tko-hekla",
1969
+ "slip44": None,
1970
+ },
1971
+ },
1630
1972
  "unichain": {
1631
1973
  "sepolia": {
1632
1974
  "chain": "ETH",
@@ -1710,4 +2052,101 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1710
2052
  "slip44": 1,
1711
2053
  },
1712
2054
  },
2055
+ "xai": {
2056
+ "mainnet": {
2057
+ "chain": "XAI",
2058
+ "chainId": 660279,
2059
+ "ens": None,
2060
+ "explorers": [
2061
+ {
2062
+ "name": "Blockscout",
2063
+ "standard": "EIP3091",
2064
+ "url": "https://explorer.xai-chain.net",
2065
+ }
2066
+ ],
2067
+ "faucets": [],
2068
+ "features": None,
2069
+ "icon": None,
2070
+ "infoURL": "https://xai.games",
2071
+ "name": "Xai Mainnet",
2072
+ "nativeCurrency": {"decimals": 18, "name": "Xai", "symbol": "XAI"},
2073
+ "networkId": 660279,
2074
+ "rpc": ["https://xai-chain.net/rpc"],
2075
+ "shortName": "xai",
2076
+ "slip44": None,
2077
+ },
2078
+ "sepolia": {
2079
+ "chain": "XAI Testnet",
2080
+ "chainId": 37714555429,
2081
+ "ens": None,
2082
+ "explorers": [
2083
+ {
2084
+ "name": "Blockscout",
2085
+ "standard": "EIP3091",
2086
+ "url": "https://testnet-explorer-v2.xai-chain.net",
2087
+ }
2088
+ ],
2089
+ "faucets": [],
2090
+ "features": None,
2091
+ "icon": None,
2092
+ "infoURL": "https://xai.games",
2093
+ "name": "Xai Testnet v2",
2094
+ "nativeCurrency": {"decimals": 18, "name": "sXai", "symbol": "sXAI"},
2095
+ "networkId": 37714555429,
2096
+ "rpc": ["https://testnet-v2.xai-chain.net/rpc"],
2097
+ "shortName": "xaitestnet",
2098
+ "slip44": None,
2099
+ },
2100
+ },
2101
+ "zksync": {
2102
+ "mainnet": {
2103
+ "chain": "ETH",
2104
+ "chainId": 324,
2105
+ "ens": None,
2106
+ "explorers": [
2107
+ {
2108
+ "icon": "zksync-era",
2109
+ "name": "zkSync Era Block Explorer",
2110
+ "standard": "EIP3091",
2111
+ "url": "https://explorer.zksync.io",
2112
+ }
2113
+ ],
2114
+ "faucets": [],
2115
+ "features": None,
2116
+ "icon": "zksync-era",
2117
+ "infoURL": "https://zksync.io/",
2118
+ "name": "zkSync Mainnet",
2119
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2120
+ "networkId": 324,
2121
+ "rpc": ["https://mainnet.era.zksync.io", "https://zksync.drpc.org"],
2122
+ "shortName": "zksync",
2123
+ "slip44": None,
2124
+ },
2125
+ "sepolia": {
2126
+ "chain": "ETH",
2127
+ "chainId": 300,
2128
+ "ens": None,
2129
+ "explorers": [
2130
+ {
2131
+ "icon": "zksync-era",
2132
+ "name": "zkSync Block Explorer",
2133
+ "standard": "EIP3091",
2134
+ "url": "https://sepolia.explorer.zksync.io",
2135
+ }
2136
+ ],
2137
+ "faucets": [],
2138
+ "features": None,
2139
+ "icon": "zksync-era",
2140
+ "infoURL": "https://zksync.io/",
2141
+ "name": "zkSync Sepolia Testnet",
2142
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2143
+ "networkId": 300,
2144
+ "rpc": [
2145
+ "https://sepolia.era.zksync.dev",
2146
+ "https://zksync-sepolia.drpc.org",
2147
+ ],
2148
+ "shortName": "zksync-sepolia",
2149
+ "slip44": 1,
2150
+ },
2151
+ },
1713
2152
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -64,6 +64,14 @@ CHAIN_IDS = {
64
64
  "mainnet": 42220,
65
65
  "alfajores": 44787,
66
66
  },
67
+ "cronos": {
68
+ "mainnet": 25,
69
+ "testnet": 338,
70
+ },
71
+ "cronos-zkevm": {
72
+ "mainnet": 388,
73
+ "testnet": 282,
74
+ },
67
75
  "ethereum": {
68
76
  "mainnet": 1,
69
77
  "goerli": 5,
@@ -89,6 +97,11 @@ CHAIN_IDS = {
89
97
  "mainnet": 59144,
90
98
  "sepolia": 59141,
91
99
  },
100
+ "mantle": {
101
+ "mainnet": 5000,
102
+ "testnet": 5001,
103
+ "sepolia": 5003,
104
+ },
92
105
  "moonbeam": {
93
106
  "mainnet": 1284,
94
107
  "moonbase": 1287,
@@ -103,6 +116,10 @@ CHAIN_IDS = {
103
116
  "mainnet": 970,
104
117
  "dev": 9700,
105
118
  },
119
+ "palm": {
120
+ "mainnet": 11297108109,
121
+ "testnet": 11297108099,
122
+ },
106
123
  "polygon": {
107
124
  "mainnet": 137,
108
125
  "mumbai": 80001,
@@ -125,6 +142,10 @@ CHAIN_IDS = {
125
142
  "mainnet": 534352,
126
143
  "sepolia": 534351,
127
144
  },
145
+ "taiko": {
146
+ "mainnet": 167000,
147
+ "hekla": 167009,
148
+ },
128
149
  "unichain": {
129
150
  "sepolia": 1301,
130
151
  },
@@ -132,6 +153,14 @@ CHAIN_IDS = {
132
153
  "mainnet": 1111,
133
154
  "testnet": 1112,
134
155
  },
156
+ "xai": {
157
+ "mainnet": 660279,
158
+ "sepolia": 37714555429,
159
+ },
160
+ "zksync": {
161
+ "mainnet": 324,
162
+ "sepolia": 300,
163
+ },
135
164
  }
136
165
 
137
166
  pp = PrettyPrinter(indent=4)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes