evmchains 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
evmchains/_meta.py CHANGED
@@ -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.2'
16
- __version_tuple__ = version_tuple = (0, 1, 2)
15
+ __version__ = version = '0.1.3'
16
+ __version_tuple__ = version_tuple = (0, 1, 3)
evmchains/chains.py CHANGED
@@ -3,13 +3,99 @@
3
3
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
4
4
  !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!!
5
5
  !!!! This file is auto-generated by scripts/update.py !!!!
6
- !!!! 2024-11-26 16:15:52.616655+00:00 !!!!
6
+ !!!! 2024-12-04 18:03:20.068411+00:00 !!!!
7
7
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
8
8
  """
9
9
 
10
10
  from typing import Any, Dict
11
11
 
12
12
  PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
13
+ "abstract": {
14
+ "mainnet": {
15
+ "chain": "Abstract",
16
+ "chainId": 2741,
17
+ "ens": None,
18
+ "explorers": [],
19
+ "faucets": [],
20
+ "features": None,
21
+ "icon": "abstract",
22
+ "infoURL": "https://abs.xyz",
23
+ "name": "Abstract",
24
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
25
+ "networkId": 2741,
26
+ "rpc": [],
27
+ "shortName": "abstract",
28
+ "slip44": None,
29
+ },
30
+ "testnet": {
31
+ "chain": "Abstract Testnet",
32
+ "chainId": 11124,
33
+ "ens": None,
34
+ "explorers": [
35
+ {
36
+ "name": "Abstract Block Explorer",
37
+ "standard": "none",
38
+ "url": "https://explorer.testnet.abs.xyz",
39
+ }
40
+ ],
41
+ "faucets": ["https://faucet.triangleplatform.com/abstract/testnet"],
42
+ "features": None,
43
+ "icon": None,
44
+ "infoURL": "https://abs.xyz/",
45
+ "name": "Abstract Testnet",
46
+ "nativeCurrency": {"decimals": 18, "name": "ETH", "symbol": "ETH"},
47
+ "networkId": 11124,
48
+ "rpc": ["https://api.testnet.abs.xyz"],
49
+ "shortName": "abstract-sepolia",
50
+ "slip44": None,
51
+ },
52
+ },
53
+ "apechain": {
54
+ "mainnet": {
55
+ "chain": "apechain",
56
+ "chainId": 33139,
57
+ "ens": None,
58
+ "explorers": [
59
+ {
60
+ "name": "ApeChain Explorer",
61
+ "standard": "EIP3091",
62
+ "url": "https://apescan.io",
63
+ }
64
+ ],
65
+ "faucets": [],
66
+ "features": None,
67
+ "icon": "apechain",
68
+ "infoURL": "https://apechain.com",
69
+ "name": "ApeChain",
70
+ "nativeCurrency": {"decimals": 18, "name": "ApeCoin", "symbol": "APE"},
71
+ "networkId": 33139,
72
+ "rpc": ["https://rpc.apechain.com"],
73
+ "shortName": "apechain",
74
+ "slip44": None,
75
+ },
76
+ "curtis": {
77
+ "chain": "Curtis",
78
+ "chainId": 33111,
79
+ "ens": None,
80
+ "explorers": [
81
+ {
82
+ "name": "Curtis Explorer",
83
+ "standard": "EIP3091",
84
+ "url": "https://explorer.curtis.apechain.com",
85
+ }
86
+ ],
87
+ "faucets": ["https://curtis.hub.caldera.xyz"],
88
+ "features": None,
89
+ "icon": "curtis",
90
+ "infoURL": "https://curtis.hub.caldera.xyz",
91
+ "name": "Curtis",
92
+ "nativeCurrency": {"decimals": 18, "name": "ApeCoin", "symbol": "APE"},
93
+ "networkId": 33111,
94
+ "rpc": ["https://rpc.curtis.apechain.com"],
95
+ "shortName": "curtis",
96
+ "slip44": None,
97
+ },
98
+ },
13
99
  "arbitrum": {
14
100
  "mainnet": {
15
101
  "chain": "ETH",
@@ -145,6 +231,37 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
145
231
  "slip44": None,
146
232
  },
147
233
  },
234
+ "astar": {
235
+ "mainnet": {
236
+ "chain": "ASTR",
237
+ "chainId": 592,
238
+ "ens": None,
239
+ "explorers": [
240
+ {
241
+ "icon": "subscan",
242
+ "name": "subscan",
243
+ "standard": "none",
244
+ "url": "https://astar.subscan.io",
245
+ },
246
+ {
247
+ "icon": "blockscout",
248
+ "name": "blockscout",
249
+ "standard": "EIP3091",
250
+ "url": "https://blockscout.com/astar",
251
+ },
252
+ ],
253
+ "faucets": [],
254
+ "features": None,
255
+ "icon": "astar",
256
+ "infoURL": "https://astar.network/",
257
+ "name": "Astar",
258
+ "nativeCurrency": {"decimals": 18, "name": "Astar", "symbol": "ASTR"},
259
+ "networkId": 592,
260
+ "rpc": ["https://rpc.astar.network:8545"],
261
+ "shortName": "astr",
262
+ "slip44": None,
263
+ },
264
+ },
148
265
  "avalanche": {
149
266
  "mainnet": {
150
267
  "chain": "AVAX",
@@ -152,15 +269,20 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
152
269
  "ens": None,
153
270
  "explorers": [
154
271
  {
155
- "name": "snowscan",
272
+ "name": "Etherscan",
156
273
  "standard": "EIP3091",
157
274
  "url": "https://snowscan.xyz",
158
275
  },
159
276
  {
160
- "name": "snowtrace",
277
+ "name": "Routescan",
161
278
  "standard": "EIP3091",
162
279
  "url": "https://snowtrace.io",
163
280
  },
281
+ {
282
+ "name": "Avascan",
283
+ "standard": "EIP3091",
284
+ "url": "https://avascan.info",
285
+ },
164
286
  ],
165
287
  "faucets": [],
166
288
  "features": [{"name": "EIP1559"}],
@@ -182,15 +304,20 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
182
304
  "ens": None,
183
305
  "explorers": [
184
306
  {
185
- "name": "snowscan-testnet",
307
+ "name": "Etherscan",
186
308
  "standard": "EIP3091",
187
309
  "url": "https://testnet.snowscan.xyz",
188
310
  },
189
311
  {
190
- "name": "snowtrace",
312
+ "name": "Routescan",
191
313
  "standard": "EIP3091",
192
314
  "url": "https://testnet.snowtrace.io",
193
315
  },
316
+ {
317
+ "name": "Avascan",
318
+ "standard": "EIP3091",
319
+ "url": "https://testnet.avascan.info",
320
+ },
194
321
  ],
195
322
  "faucets": ["https://faucet.avax-test.network/"],
196
323
  "features": None,
@@ -230,6 +357,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
230
357
  "standard": "EIP3091",
231
358
  "url": "https://base.dex.guru",
232
359
  },
360
+ {
361
+ "name": "Routescan",
362
+ "standard": "EIP3091",
363
+ "url": "https://base.superscan.network",
364
+ },
233
365
  ],
234
366
  "faucets": [],
235
367
  "features": None,
@@ -283,6 +415,35 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
283
415
  "slip44": 1,
284
416
  },
285
417
  },
418
+ "berachain": {
419
+ "bartio": {
420
+ "chain": "Berachain bArtio",
421
+ "chainId": 80084,
422
+ "ens": None,
423
+ "explorers": [
424
+ {
425
+ "icon": "berachain",
426
+ "name": "Beratrail",
427
+ "standard": "none",
428
+ "url": "https://bartio.beratrail.io",
429
+ }
430
+ ],
431
+ "faucets": ["https://bartio.faucet.berachain.com"],
432
+ "features": None,
433
+ "icon": "berachain",
434
+ "infoURL": "https://www.berachain.com",
435
+ "name": "Berachain bArtio",
436
+ "nativeCurrency": {"decimals": 18, "name": "BERA Token", "symbol": "BERA"},
437
+ "networkId": 80084,
438
+ "rpc": [
439
+ "https://bartio.rpc.berachain.com",
440
+ "https://bera-testnet.nodeinfra.com",
441
+ "https://bartio.rpc.b-harvest.io",
442
+ ],
443
+ "shortName": "berachainbArtio",
444
+ "slip44": None,
445
+ },
446
+ },
286
447
  "blast": {
287
448
  "mainnet": {
288
449
  "chain": "ETH",
@@ -728,6 +889,57 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
728
889
  "slip44": 1,
729
890
  },
730
891
  },
892
+ "crossfi": {
893
+ "mainnet": {
894
+ "chain": "crossfi",
895
+ "chainId": 4158,
896
+ "ens": None,
897
+ "explorers": [
898
+ {
899
+ "name": "CrossFi Mainnet Scan",
900
+ "standard": "none",
901
+ "url": "https://xfiscan.com",
902
+ }
903
+ ],
904
+ "faucets": [],
905
+ "features": None,
906
+ "icon": "crossfi",
907
+ "infoURL": "https://crossfi.org",
908
+ "name": "CrossFi Mainnet",
909
+ "nativeCurrency": {
910
+ "decimals": 18,
911
+ "name": "CrossFi Token",
912
+ "symbol": "XFI",
913
+ },
914
+ "networkId": 4158,
915
+ "rpc": ["https://rpc.mainnet.ms/"],
916
+ "shortName": "crossfi",
917
+ "slip44": 1,
918
+ },
919
+ "testnet": {
920
+ "chain": "XFI",
921
+ "chainId": 4157,
922
+ "ens": None,
923
+ "explorers": [
924
+ {
925
+ "icon": "crossfi",
926
+ "name": "CrossFi Testnet Scan",
927
+ "standard": "EIP3091",
928
+ "url": "https://test.xfiscan.com",
929
+ }
930
+ ],
931
+ "faucets": [],
932
+ "features": None,
933
+ "icon": "crossfi",
934
+ "infoURL": "https://crossfi.org",
935
+ "name": "CrossFi Testnet",
936
+ "nativeCurrency": {"decimals": 18, "name": "XFI", "symbol": "XFI"},
937
+ "networkId": 4157,
938
+ "rpc": ["https://rpc.testnet.ms"],
939
+ "shortName": "crossfi-testnet",
940
+ "slip44": 1,
941
+ },
942
+ },
731
943
  "ethereum": {
732
944
  "mainnet": {
733
945
  "chain": "ETH",
@@ -751,6 +963,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
751
963
  "standard": "EIP3091",
752
964
  "url": "https://ethereum.dex.guru",
753
965
  },
966
+ {
967
+ "name": "Routescan",
968
+ "standard": "EIP3091",
969
+ "url": "https://ethereum.routescan.io",
970
+ },
754
971
  ],
755
972
  "faucets": [],
756
973
  "features": [{"name": "EIP155"}, {"name": "EIP1559"}],
@@ -871,6 +1088,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
871
1088
  "standard": "EIP3091",
872
1089
  "url": "https://sepolia.otterscan.io",
873
1090
  },
1091
+ {
1092
+ "name": "Routescan",
1093
+ "standard": "EIP3091",
1094
+ "url": "https://11155111.testnet.routescan.io",
1095
+ },
874
1096
  ],
875
1097
  "faucets": [
876
1098
  "http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
@@ -960,6 +1182,52 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
960
1182
  "slip44": 1,
961
1183
  },
962
1184
  },
1185
+ "flow-evm": {
1186
+ "mainnet": {
1187
+ "chain": "Flow",
1188
+ "chainId": 747,
1189
+ "ens": None,
1190
+ "explorers": [
1191
+ {
1192
+ "name": "FlowScan",
1193
+ "standard": "EIP3091",
1194
+ "url": "https://evm.flowscan.io",
1195
+ }
1196
+ ],
1197
+ "faucets": [],
1198
+ "features": None,
1199
+ "icon": "flowevm",
1200
+ "infoURL": "https://developers.flow.com/evm/about",
1201
+ "name": "EVM on Flow",
1202
+ "nativeCurrency": {"decimals": 18, "name": "FLOW", "symbol": "FLOW"},
1203
+ "networkId": 747,
1204
+ "rpc": ["https://mainnet.evm.nodes.onflow.org"],
1205
+ "shortName": "flow-mainnet",
1206
+ "slip44": None,
1207
+ },
1208
+ "testnet": {
1209
+ "chain": "Flow",
1210
+ "chainId": 545,
1211
+ "ens": None,
1212
+ "explorers": [
1213
+ {
1214
+ "name": "FlowScan Testnet",
1215
+ "standard": "EIP3091",
1216
+ "url": "https://evm-testnet.flowscan.io",
1217
+ }
1218
+ ],
1219
+ "faucets": ["https://faucet.flow.com/fund-account"],
1220
+ "features": None,
1221
+ "icon": "flowevm",
1222
+ "infoURL": "https://developers.flow.com/evm/about",
1223
+ "name": "EVM on Flow Testnet",
1224
+ "nativeCurrency": {"decimals": 18, "name": "FLOW", "symbol": "FLOW"},
1225
+ "networkId": 545,
1226
+ "rpc": ["https://testnet.evm.nodes.onflow.org"],
1227
+ "shortName": "flow-testnet",
1228
+ "slip44": None,
1229
+ },
1230
+ },
963
1231
  "fraxtal": {
964
1232
  "mainnet": {
965
1233
  "chain": "FRAX",
@@ -1014,7 +1282,91 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1014
1282
  "slip44": 1,
1015
1283
  },
1016
1284
  },
1285
+ "geist": {
1286
+ "mainnet": {
1287
+ "chain": "Geist",
1288
+ "chainId": 63157,
1289
+ "ens": None,
1290
+ "explorers": [
1291
+ {
1292
+ "name": "Geist Explorer",
1293
+ "standard": "EIP3091",
1294
+ "url": "https://geist-mainnet.explorer.alchemy.com",
1295
+ }
1296
+ ],
1297
+ "faucets": [],
1298
+ "features": [],
1299
+ "icon": "geist",
1300
+ "infoURL": "https://playongeist.com",
1301
+ "name": "Geist Mainnet",
1302
+ "nativeCurrency": {
1303
+ "decimals": 18,
1304
+ "name": "Aavegotchi GHST Token",
1305
+ "symbol": "GHST",
1306
+ },
1307
+ "networkId": 63157,
1308
+ "rpc": ["https://geist-mainnet.g.alchemy.com/public"],
1309
+ "shortName": "geist",
1310
+ "slip44": None,
1311
+ },
1312
+ "polter": {
1313
+ "chain": "Geist",
1314
+ "chainId": 631571,
1315
+ "ens": None,
1316
+ "explorers": [
1317
+ {
1318
+ "name": "Polter Testnet Explorer",
1319
+ "standard": "EIP3091",
1320
+ "url": "https://polter-testnet.explorer.alchemy.com",
1321
+ }
1322
+ ],
1323
+ "faucets": [],
1324
+ "features": [],
1325
+ "icon": "polterGeist",
1326
+ "infoURL": "https://playongeist.com",
1327
+ "name": "Polter Testnet",
1328
+ "nativeCurrency": {"decimals": 18, "name": "Polter GHST", "symbol": "GHST"},
1329
+ "networkId": 631571,
1330
+ "rpc": ["https://geist-polter.g.alchemy.com/public"],
1331
+ "shortName": "poltergeist",
1332
+ "slip44": None,
1333
+ },
1334
+ },
1017
1335
  "gnosis": {
1336
+ "chiado": {
1337
+ "chain": "GNO",
1338
+ "chainId": 10200,
1339
+ "ens": None,
1340
+ "explorers": [
1341
+ {
1342
+ "icon": "blockscout",
1343
+ "name": "blockscout-chiadochain",
1344
+ "standard": "EIP3091",
1345
+ "url": "https://blockscout.chiadochain.net",
1346
+ },
1347
+ {
1348
+ "icon": "blockscout",
1349
+ "name": "blockscout",
1350
+ "standard": "EIP3091",
1351
+ "url": "https://gnosis-chiado.blockscout.com",
1352
+ },
1353
+ ],
1354
+ "faucets": ["https://gnosisfaucet.com"],
1355
+ "features": None,
1356
+ "icon": "gnosis",
1357
+ "infoURL": "https://docs.gnosischain.com",
1358
+ "name": "Gnosis Chiado Testnet",
1359
+ "nativeCurrency": {"decimals": 18, "name": "Chiado xDAI", "symbol": "XDAI"},
1360
+ "networkId": 10200,
1361
+ "rpc": [
1362
+ "https://rpc.chiadochain.net",
1363
+ "https://rpc.chiado.gnosis.gateway.fm",
1364
+ "https://gnosis-chiado-rpc.publicnode.com",
1365
+ "https://gnosis-chiado.drpc.org",
1366
+ ],
1367
+ "shortName": "chi",
1368
+ "slip44": 1,
1369
+ },
1018
1370
  "mainnet": {
1019
1371
  "chain": "GNO",
1020
1372
  "chainId": 100,
@@ -1117,6 +1469,30 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1117
1469
  "slip44": 1,
1118
1470
  },
1119
1471
  },
1472
+ "lens": {
1473
+ "sepolia": {
1474
+ "chain": "Lens",
1475
+ "chainId": 37111,
1476
+ "ens": None,
1477
+ "explorers": [
1478
+ {
1479
+ "name": "Lens Testnet Block Explorer",
1480
+ "standard": "none",
1481
+ "url": "https://block-explorer.testnet.lens.dev",
1482
+ }
1483
+ ],
1484
+ "faucets": ["https://www.alchemy.com/faucets/lens-sepolia"],
1485
+ "features": None,
1486
+ "icon": "lens",
1487
+ "infoURL": "https://www.lens.xyz",
1488
+ "name": "Lens Testnet",
1489
+ "nativeCurrency": {"decimals": 18, "name": "GRASS", "symbol": "GRASS"},
1490
+ "networkId": 37111,
1491
+ "rpc": ["https://rpc.testnet.lens.dev"],
1492
+ "shortName": "lens-sepolia",
1493
+ "slip44": None,
1494
+ },
1495
+ },
1120
1496
  "linea": {
1121
1497
  "mainnet": {
1122
1498
  "chain": "ETH",
@@ -1191,6 +1567,53 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1191
1567
  "slip44": 1,
1192
1568
  },
1193
1569
  },
1570
+ "lumia": {
1571
+ "prism": {
1572
+ "chain": "ETH",
1573
+ "chainId": 994873017,
1574
+ "ens": None,
1575
+ "explorers": [
1576
+ {
1577
+ "name": "Lumia Mainnet Explorer",
1578
+ "standard": "EIP3091",
1579
+ "url": "https://explorer.lumia.org",
1580
+ }
1581
+ ],
1582
+ "faucets": [],
1583
+ "features": None,
1584
+ "icon": "lumia",
1585
+ "infoURL": "https://lumia.org",
1586
+ "name": "Lumia Mainnet",
1587
+ "nativeCurrency": {"decimals": 18, "name": "Lumia", "symbol": "LUMIA"},
1588
+ "networkId": 994873017,
1589
+ "rpc": ["https://mainnet-rpc.lumia.org"],
1590
+ "shortName": "lumia-mainnet",
1591
+ "slip44": None,
1592
+ },
1593
+ "testnet": {
1594
+ "chain": "ETH",
1595
+ "chainId": 1952959480,
1596
+ "ens": None,
1597
+ "explorers": [
1598
+ {
1599
+ "icon": "lumia",
1600
+ "name": "Lumia Testnet Explorer",
1601
+ "standard": "EIP3091",
1602
+ "url": "https://testnet-explorer.lumia.org",
1603
+ }
1604
+ ],
1605
+ "faucets": ["https://testnet-faucet.lumia.org"],
1606
+ "features": [{"name": "EIP155"}, {"name": "EIP1559"}],
1607
+ "icon": "lumia",
1608
+ "infoURL": "https://lumia.org",
1609
+ "name": "Lumia Testnet",
1610
+ "nativeCurrency": {"decimals": 18, "name": "Lumia", "symbol": "LUMIA"},
1611
+ "networkId": 1952959480,
1612
+ "rpc": ["https://testnet-rpc.lumia.org"],
1613
+ "shortName": "lumiatestnet",
1614
+ "slip44": None,
1615
+ },
1616
+ },
1194
1617
  "mantle": {
1195
1618
  "mainnet": {
1196
1619
  "chain": "ETH",
@@ -1272,6 +1695,30 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1272
1695
  "slip44": 1,
1273
1696
  },
1274
1697
  },
1698
+ "metis": {
1699
+ "mainnet": {
1700
+ "chain": "ETH",
1701
+ "chainId": 1088,
1702
+ "ens": None,
1703
+ "explorers": [
1704
+ {
1705
+ "name": "blockscout",
1706
+ "standard": "EIP3091",
1707
+ "url": "https://andromeda-explorer.metis.io",
1708
+ }
1709
+ ],
1710
+ "faucets": [],
1711
+ "features": None,
1712
+ "icon": None,
1713
+ "infoURL": "https://www.metis.io",
1714
+ "name": "Metis Andromeda Mainnet",
1715
+ "nativeCurrency": {"decimals": 18, "name": "Metis", "symbol": "METIS"},
1716
+ "networkId": 1088,
1717
+ "rpc": ["https://andromeda.metis.io/?owner=1088", "https://metis.drpc.org"],
1718
+ "shortName": "metis-andromeda",
1719
+ "slip44": None,
1720
+ },
1721
+ },
1275
1722
  "moonbeam": {
1276
1723
  "mainnet": {
1277
1724
  "chain": "MOON",
@@ -1386,6 +1833,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1386
1833
  "standard": "EIP3091",
1387
1834
  "url": "https://optimism.dex.guru",
1388
1835
  },
1836
+ {
1837
+ "name": "Routescan",
1838
+ "standard": "EIP3091",
1839
+ "url": "https://mainnet.superscan.network",
1840
+ },
1389
1841
  ],
1390
1842
  "faucets": [],
1391
1843
  "features": None,
@@ -1742,6 +2194,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1742
2194
  "slip44": None,
1743
2195
  },
1744
2196
  },
2197
+ "polynomial": {
2198
+ "mainnet": {
2199
+ "chain": "Polynomial",
2200
+ "chainId": 8008,
2201
+ "ens": None,
2202
+ "explorers": [
2203
+ {
2204
+ "icon": "polynomial",
2205
+ "name": "Polynomial Explorer",
2206
+ "standard": "none",
2207
+ "url": "https://polynomialscan.io",
2208
+ }
2209
+ ],
2210
+ "faucets": [],
2211
+ "features": None,
2212
+ "icon": "polynomial",
2213
+ "infoURL": "https://polynomial.fi",
2214
+ "name": "Polynomial",
2215
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2216
+ "networkId": 8008,
2217
+ "rpc": ["https://rpc.polynomial.fi"],
2218
+ "shortName": "polynomial",
2219
+ "slip44": None,
2220
+ },
2221
+ "sepolia": {
2222
+ "chain": "polynomialSepolia",
2223
+ "chainId": 80008,
2224
+ "ens": None,
2225
+ "explorers": [
2226
+ {
2227
+ "icon": "polynomialSepolia",
2228
+ "name": "Polynomial Sepolia Explorer",
2229
+ "standard": "none",
2230
+ "url": "https://sepolia.polynomialscan.io",
2231
+ }
2232
+ ],
2233
+ "faucets": [],
2234
+ "features": None,
2235
+ "icon": "polynomialSepolia",
2236
+ "infoURL": "https://polynomial.fi",
2237
+ "name": "Polynomia Sepolia",
2238
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2239
+ "networkId": 80008,
2240
+ "rpc": ["https://rpc.sepolia.polynomial.fi"],
2241
+ "shortName": "polynomialSepolia",
2242
+ "slip44": None,
2243
+ },
2244
+ },
1745
2245
  "rootstock": {
1746
2246
  "mainnet": {
1747
2247
  "chain": "Rootstock",
@@ -1912,6 +2412,83 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1912
2412
  "slip44": 1,
1913
2413
  },
1914
2414
  },
2415
+ "shape": {
2416
+ "mainnet": {
2417
+ "chain": "ETH",
2418
+ "chainId": 360,
2419
+ "ens": None,
2420
+ "explorers": [
2421
+ {
2422
+ "name": "shapescan",
2423
+ "standard": "EIP3091",
2424
+ "url": "https://shapescan.xyz",
2425
+ }
2426
+ ],
2427
+ "faucets": [],
2428
+ "features": None,
2429
+ "icon": "shape",
2430
+ "infoURL": "https://shape.network",
2431
+ "name": "Shape",
2432
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2433
+ "networkId": 360,
2434
+ "rpc": [
2435
+ "https://mainnet.shape.network",
2436
+ "https://shape-mainnet.g.alchemy.com/public",
2437
+ ],
2438
+ "shortName": "shape",
2439
+ "slip44": None,
2440
+ },
2441
+ "sepolia": {
2442
+ "chain": "ETH",
2443
+ "chainId": 11011,
2444
+ "ens": None,
2445
+ "explorers": [
2446
+ {
2447
+ "name": "blockscout",
2448
+ "standard": "EIP3091",
2449
+ "url": "https://explorer-sepolia.shape.network",
2450
+ }
2451
+ ],
2452
+ "faucets": [],
2453
+ "features": None,
2454
+ "icon": "shapeTestnet",
2455
+ "infoURL": "https://shape.network",
2456
+ "name": "Shape Sepolia Testnet",
2457
+ "nativeCurrency": {
2458
+ "decimals": 18,
2459
+ "name": "Sepolia Ether",
2460
+ "symbol": "ETH",
2461
+ },
2462
+ "networkId": 11011,
2463
+ "rpc": ["https://sepolia.shape.network"],
2464
+ "shortName": "shapesep",
2465
+ "slip44": 1,
2466
+ },
2467
+ },
2468
+ "soneium": {
2469
+ "minato": {
2470
+ "chain": "ETH",
2471
+ "chainId": 1946,
2472
+ "ens": None,
2473
+ "explorers": [
2474
+ {
2475
+ "name": "Blockscout Minato explorer",
2476
+ "standard": "EIP3091",
2477
+ "url": "https://explorer-testnet.soneium.org",
2478
+ }
2479
+ ],
2480
+ "faucets": [],
2481
+ "features": None,
2482
+ "icon": "minato",
2483
+ "infoURL": "https://soneium.org",
2484
+ "name": "Minato",
2485
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2486
+ "networkId": 1946,
2487
+ "rpc": ["https://rpc.minato.soneium.org"],
2488
+ "shortName": "minato",
2489
+ "slip44": None,
2490
+ },
2491
+ },
1915
2492
  "taiko": {
1916
2493
  "mainnet": {
1917
2494
  "chain": "ETH",
@@ -1922,7 +2499,12 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1922
2499
  "name": "etherscan",
1923
2500
  "standard": "EIP3091",
1924
2501
  "url": "https://taikoscan.io",
1925
- }
2502
+ },
2503
+ {
2504
+ "name": "Routescan",
2505
+ "standard": "EIP3091",
2506
+ "url": "https://taikoexplorer.com",
2507
+ },
1926
2508
  ],
1927
2509
  "faucets": [],
1928
2510
  "features": None,
@@ -1949,9 +2531,9 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1949
2531
  "url": "https://blockscoutapi.hekla.taiko.xyz",
1950
2532
  },
1951
2533
  {
1952
- "name": "routescan",
2534
+ "name": "Routescan",
1953
2535
  "standard": "EIP3091",
1954
- "url": "https://hekla.taikoscan.network",
2536
+ "url": "https://hekla.taikoexplorer.com",
1955
2537
  },
1956
2538
  ],
1957
2539
  "faucets": [],
@@ -2052,6 +2634,79 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2052
2634
  "slip44": 1,
2053
2635
  },
2054
2636
  },
2637
+ "world-chain": {
2638
+ "mainnet": {
2639
+ "chain": "ETH",
2640
+ "chainId": 480,
2641
+ "ens": None,
2642
+ "explorers": [
2643
+ {
2644
+ "name": "etherscan",
2645
+ "standard": "EIP3091",
2646
+ "url": "https://worldscan.org",
2647
+ },
2648
+ {
2649
+ "icon": "blockscout",
2650
+ "name": "blockscout",
2651
+ "standard": "EIP3091",
2652
+ "url": "https://worldchain-mainnet.explorer.alchemy.com",
2653
+ },
2654
+ ],
2655
+ "faucets": [],
2656
+ "features": None,
2657
+ "icon": None,
2658
+ "infoURL": "https://world.org/world-chain",
2659
+ "name": "World Chain",
2660
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2661
+ "networkId": 480,
2662
+ "rpc": [
2663
+ "https://worldchain-mainnet.g.alchemy.com/public",
2664
+ "https://480.rpc.thirdweb.com",
2665
+ "https://worldchain-mainnet.gateway.tenderly.co",
2666
+ ],
2667
+ "shortName": "wc",
2668
+ "slip44": 1,
2669
+ },
2670
+ "sepolia": {
2671
+ "chain": "ETH",
2672
+ "chainId": 4801,
2673
+ "ens": None,
2674
+ "explorers": [
2675
+ {
2676
+ "name": "etherscan",
2677
+ "standard": "EIP3091",
2678
+ "url": "https://sepolia.worldscan.org",
2679
+ },
2680
+ {
2681
+ "icon": "blockscout",
2682
+ "name": "blockscout",
2683
+ "standard": "EIP3091",
2684
+ "url": "https://worldchain-sepolia.explorer.alchemy.com",
2685
+ },
2686
+ ],
2687
+ "faucets": [
2688
+ "https://www.alchemy.com/faucets/world-chain-sepolia",
2689
+ "https://console.optimism.io/faucet",
2690
+ ],
2691
+ "features": None,
2692
+ "icon": None,
2693
+ "infoURL": "https://world.org/world-chain",
2694
+ "name": "World Chain Sepolia Testnet",
2695
+ "nativeCurrency": {
2696
+ "decimals": 18,
2697
+ "name": "Sepolia Ether",
2698
+ "symbol": "ETH",
2699
+ },
2700
+ "networkId": 4801,
2701
+ "rpc": [
2702
+ "https://worldchain-sepolia.g.alchemy.com/public",
2703
+ "https://4801.rpc.thirdweb.com",
2704
+ "https://worldchain-sepolia.gateway.tenderly.co",
2705
+ ],
2706
+ "shortName": "wcsep",
2707
+ "slip44": 1,
2708
+ },
2709
+ },
2055
2710
  "xai": {
2056
2711
  "mainnet": {
2057
2712
  "chain": "XAI",
@@ -2098,6 +2753,106 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2098
2753
  "slip44": None,
2099
2754
  },
2100
2755
  },
2756
+ "xmtp": {
2757
+ "mainnet": {
2758
+ "chain": "ETH",
2759
+ "chainId": 24132016,
2760
+ "ens": None,
2761
+ "explorers": [],
2762
+ "faucets": [],
2763
+ "features": None,
2764
+ "icon": None,
2765
+ "infoURL": "https://xmtp.org",
2766
+ "name": "XMTP",
2767
+ "nativeCurrency": {"decimals": 18, "name": "USDC", "symbol": "USDC"},
2768
+ "networkId": 24132016,
2769
+ "rpc": [],
2770
+ "shortName": "xmtp",
2771
+ "slip44": None,
2772
+ },
2773
+ "sepolia": {
2774
+ "chain": "ETH",
2775
+ "chainId": 241320161,
2776
+ "ens": None,
2777
+ "explorers": [],
2778
+ "faucets": [],
2779
+ "features": None,
2780
+ "icon": None,
2781
+ "infoURL": "https://xmtp.org",
2782
+ "name": "XMTP Sepolia",
2783
+ "nativeCurrency": {"decimals": 18, "name": "USDC", "symbol": "USDC"},
2784
+ "networkId": 241320161,
2785
+ "rpc": [],
2786
+ "shortName": "xmtp-sepolia",
2787
+ "slip44": None,
2788
+ },
2789
+ },
2790
+ "zetachain": {
2791
+ "mainnet": {
2792
+ "chain": "ZetaChain",
2793
+ "chainId": 7000,
2794
+ "ens": None,
2795
+ "explorers": [
2796
+ {
2797
+ "name": "ZetaChain Mainnet Explorer",
2798
+ "standard": "none",
2799
+ "url": "https://explorer.zetachain.com",
2800
+ }
2801
+ ],
2802
+ "faucets": [],
2803
+ "features": None,
2804
+ "icon": "zetachain",
2805
+ "infoURL": "https://zetachain.com/docs/",
2806
+ "name": "ZetaChain Mainnet",
2807
+ "nativeCurrency": {"decimals": 18, "name": "Zeta", "symbol": "ZETA"},
2808
+ "networkId": 7000,
2809
+ "rpc": [
2810
+ "https://zetachain-evm.blockpi.network/v1/rpc/public",
2811
+ "https://zetachain-mainnet.g.allthatnode.com/archive/evm",
2812
+ "https://zeta-chain.drpc.org",
2813
+ "https://zetachain-mainnet.public.blastapi.io",
2814
+ "https://7000.rpc.thirdweb.com",
2815
+ ],
2816
+ "shortName": "zetachain-mainnet",
2817
+ "slip44": None,
2818
+ },
2819
+ "testnet": {
2820
+ "chain": "ZetaChain",
2821
+ "chainId": 7001,
2822
+ "ens": None,
2823
+ "explorers": [
2824
+ {
2825
+ "name": "ZetaScan",
2826
+ "standard": "none",
2827
+ "url": "https://athens.explorer.zetachain.com",
2828
+ },
2829
+ {
2830
+ "icon": "blockscout",
2831
+ "name": "Blockscout",
2832
+ "standard": "EIP3091",
2833
+ "url": "https://zetachain-athens-3.blockscout.com",
2834
+ },
2835
+ ],
2836
+ "faucets": [
2837
+ "https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/"
2838
+ ],
2839
+ "features": None,
2840
+ "icon": "zetachain",
2841
+ "infoURL": "https://zetachain.com/docs",
2842
+ "name": "ZetaChain Testnet",
2843
+ "nativeCurrency": {"decimals": 18, "name": "Zeta", "symbol": "ZETA"},
2844
+ "networkId": 7001,
2845
+ "rpc": [
2846
+ "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
2847
+ "https://zetachain-testnet.public.blastapi.io",
2848
+ "https://zetachain-athens.g.allthatnode.com/archive/evm",
2849
+ "https://7001.rpc.thirdweb.com",
2850
+ "https://zeta-chain-testnet.drpc.org",
2851
+ ],
2852
+ "shortName": "zetachain-testnet",
2853
+ "slip44": 1,
2854
+ },
2855
+ },
2101
2856
  "zksync": {
2102
2857
  "mainnet": {
2103
2858
  "chain": "ETH",
@@ -2149,4 +2904,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2149
2904
  "slip44": 1,
2150
2905
  },
2151
2906
  },
2907
+ "zora": {
2908
+ "mainnet": {
2909
+ "chain": "ETH",
2910
+ "chainId": 7777777,
2911
+ "ens": None,
2912
+ "explorers": [
2913
+ {
2914
+ "name": "Zora Network Explorer",
2915
+ "standard": "EIP3091",
2916
+ "url": "https://explorer.zora.energy",
2917
+ }
2918
+ ],
2919
+ "faucets": [],
2920
+ "features": None,
2921
+ "icon": "zora",
2922
+ "infoURL": "https://zora.energy",
2923
+ "name": "Zora",
2924
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2925
+ "networkId": 7777777,
2926
+ "rpc": ["https://rpc.zora.energy/"],
2927
+ "shortName": "zora",
2928
+ "slip44": None,
2929
+ },
2930
+ "sepolia": {
2931
+ "chain": "ETH",
2932
+ "chainId": 999999999,
2933
+ "ens": None,
2934
+ "explorers": [
2935
+ {
2936
+ "name": "Zora Sepolia Testnet Network Explorer",
2937
+ "standard": "EIP3091",
2938
+ "url": "https://sepolia.explorer.zora.energy",
2939
+ }
2940
+ ],
2941
+ "faucets": [],
2942
+ "features": None,
2943
+ "icon": "zoraSepoliaTestnet",
2944
+ "infoURL": "https://zora.energy",
2945
+ "name": "Zora Sepolia Testnet",
2946
+ "nativeCurrency": {
2947
+ "decimals": 18,
2948
+ "name": "Sepolia Ether",
2949
+ "symbol": "ETH",
2950
+ },
2951
+ "networkId": 999999999,
2952
+ "rpc": ["https://sepolia.rpc.zora.energy"],
2953
+ "shortName": "zsep",
2954
+ "slip44": 1,
2955
+ },
2956
+ },
2152
2957
  }
evmchains/types.py CHANGED
@@ -18,7 +18,7 @@ class Chain(BaseModel):
18
18
  rpc: List[str]
19
19
  faucets: List[str]
20
20
  nativeCurrency: Dict[str, Any]
21
- explorers: List[Dict[str, str]]
21
+ explorers: List[Dict[str, str]] = []
22
22
  icon: Optional[str] = None
23
23
  features: Optional[List[Dict[str, str]]] = None
24
24
  slip44: Optional[int] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -0,0 +1,10 @@
1
+ evmchains/__init__.py,sha256=9lCyb-ttFWgOcLEPEjkF8qyFmu5YpJMI7RU9FMVkkb0,1658
2
+ evmchains/_meta.py,sha256=L5DCMp1QAlSqy-8bW7d51bLubTxNjZGYc5fMQkb752U,411
3
+ evmchains/chains.py,sha256=4rpFHlGJ_ZJ9A7N9b_2kpdwyXlLJVsJ2ysm3hnb6ego,101599
4
+ evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ evmchains/types.py,sha256=5z0yDMMgbofSjwExbraYpKccvb36IYAlGnqvyw6G7Tw,616
6
+ evmchains-0.1.3.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
+ evmchains-0.1.3.dist-info/METADATA,sha256=CbM9BW-AsznmABBnBbZHY78EgOK55HDqjrzYpr7oiRQ,15782
8
+ evmchains-0.1.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
9
+ evmchains-0.1.3.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
+ evmchains-0.1.3.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- evmchains/__init__.py,sha256=9lCyb-ttFWgOcLEPEjkF8qyFmu5YpJMI7RU9FMVkkb0,1658
2
- evmchains/_meta.py,sha256=SFCDdrYA67D1Je-jHgVVh4LOopkPvuV6NMtqSJ7Tfhg,411
3
- evmchains/chains.py,sha256=HVRbt_R9kw_3z51A8EhzVX6BcGDOgM9OcTgijgdtH9U,74136
4
- evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- evmchains/types.py,sha256=7_2lxPL-mSE0r85rX4GqrE5HL7tPHnyRqvx4QWQNnIA,611
6
- evmchains-0.1.2.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
- evmchains-0.1.2.dist-info/METADATA,sha256=zLlfUVQVtbs427hp4u5Zlh8MD9xZBXebkaNx-LgIsHs,15782
8
- evmchains-0.1.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
9
- evmchains-0.1.2.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
- evmchains-0.1.2.dist-info/RECORD,,