evmchains 0.1.1__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.1'
16
- __version_tuple__ = version_tuple = (0, 1, 1)
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-10-25 13:16:30.325248+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",
@@ -83,11 +169,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
83
169
  "chainId": 421614,
84
170
  "ens": None,
85
171
  "explorers": [
172
+ {
173
+ "name": "arbiscan-sepolia",
174
+ "standard": "EIP3091",
175
+ "url": "https://sepolia.arbiscan.io",
176
+ },
86
177
  {
87
178
  "name": "Arbitrum Sepolia Rollup Testnet Explorer",
88
179
  "standard": "EIP3091",
89
180
  "url": "https://sepolia-explorer.arbitrum.io",
90
- }
181
+ },
91
182
  ],
92
183
  "faucets": [],
93
184
  "features": None,
@@ -140,6 +231,37 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
140
231
  "slip44": None,
141
232
  },
142
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
+ },
143
265
  "avalanche": {
144
266
  "mainnet": {
145
267
  "chain": "AVAX",
@@ -147,10 +269,20 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
147
269
  "ens": None,
148
270
  "explorers": [
149
271
  {
150
- "name": "snowtrace",
272
+ "name": "Etherscan",
273
+ "standard": "EIP3091",
274
+ "url": "https://snowscan.xyz",
275
+ },
276
+ {
277
+ "name": "Routescan",
151
278
  "standard": "EIP3091",
152
279
  "url": "https://snowtrace.io",
153
- }
280
+ },
281
+ {
282
+ "name": "Avascan",
283
+ "standard": "EIP3091",
284
+ "url": "https://avascan.info",
285
+ },
154
286
  ],
155
287
  "faucets": [],
156
288
  "features": [{"name": "EIP1559"}],
@@ -172,10 +304,20 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
172
304
  "ens": None,
173
305
  "explorers": [
174
306
  {
175
- "name": "snowtrace",
307
+ "name": "Etherscan",
308
+ "standard": "EIP3091",
309
+ "url": "https://testnet.snowscan.xyz",
310
+ },
311
+ {
312
+ "name": "Routescan",
176
313
  "standard": "EIP3091",
177
314
  "url": "https://testnet.snowtrace.io",
178
- }
315
+ },
316
+ {
317
+ "name": "Avascan",
318
+ "standard": "EIP3091",
319
+ "url": "https://testnet.avascan.info",
320
+ },
179
321
  ],
180
322
  "faucets": ["https://faucet.avax-test.network/"],
181
323
  "features": None,
@@ -198,7 +340,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
198
340
  "chainId": 8453,
199
341
  "ens": None,
200
342
  "explorers": [
201
- {"name": "basescan", "standard": "none", "url": "https://basescan.org"},
343
+ {
344
+ "name": "basescan",
345
+ "standard": "EIP3091",
346
+ "url": "https://basescan.org",
347
+ },
202
348
  {
203
349
  "icon": "blockscout",
204
350
  "name": "basescout",
@@ -211,6 +357,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
211
357
  "standard": "EIP3091",
212
358
  "url": "https://base.dex.guru",
213
359
  },
360
+ {
361
+ "name": "Routescan",
362
+ "standard": "EIP3091",
363
+ "url": "https://base.superscan.network",
364
+ },
214
365
  ],
215
366
  "faucets": [],
216
367
  "features": None,
@@ -233,12 +384,17 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
233
384
  "chainId": 84532,
234
385
  "ens": None,
235
386
  "explorers": [
387
+ {
388
+ "name": "basescan-sepolia",
389
+ "standard": "EIP3091",
390
+ "url": "https://sepolia.basescan.org",
391
+ },
236
392
  {
237
393
  "icon": "blockscout",
238
394
  "name": "basescout",
239
395
  "standard": "EIP3091",
240
396
  "url": "https://base-sepolia.blockscout.com",
241
- }
397
+ },
242
398
  ],
243
399
  "faucets": [],
244
400
  "features": None,
@@ -259,6 +415,35 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
259
415
  "slip44": 1,
260
416
  },
261
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
+ },
262
447
  "blast": {
263
448
  "mainnet": {
264
449
  "chain": "ETH",
@@ -510,7 +695,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
510
695
  ],
511
696
  "faucets": [],
512
697
  "features": None,
513
- "icon": None,
698
+ "icon": "bttc",
514
699
  "infoURL": "https://bt.io",
515
700
  "name": "BitTorrent Chain Mainnet",
516
701
  "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"},
@@ -538,7 +723,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
538
723
  "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"},
539
724
  "networkId": 1028,
540
725
  "rpc": ["https://testrpc.bittorrentchain.io/"],
541
- "shortName": "tbtt",
726
+ "shortName": "tbtt-deprecated",
542
727
  "slip44": 1,
543
728
  },
544
729
  },
@@ -678,7 +863,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
678
863
  "slip44": None,
679
864
  },
680
865
  "testnet": {
681
- "chain": "CronosZkEVMTestnet",
866
+ "chain": "deprecatedCronosZkEVMTestnet",
682
867
  "chainId": 282,
683
868
  "ens": None,
684
869
  "explorers": [
@@ -692,15 +877,66 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
692
877
  "features": None,
693
878
  "icon": None,
694
879
  "infoURL": "https://docs-zkevm.cronos.org",
695
- "name": "Cronos zkEVM Testnet",
880
+ "name": "Deprecated Cronos zkEVM Testnet",
696
881
  "nativeCurrency": {
697
882
  "decimals": 18,
698
883
  "name": "Cronos zkEVM Test Coin",
699
884
  "symbol": "zkTCRO",
700
885
  },
701
886
  "networkId": 282,
702
- "rpc": ["https://testnet.zkevm.cronos.org"],
703
- "shortName": "zkTCRO",
887
+ "rpc": ["https://deprecated.testnet.zkevm.cronos.org"],
888
+ "shortName": "deprecated-zkTCRO",
889
+ "slip44": 1,
890
+ },
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",
704
940
  "slip44": 1,
705
941
  },
706
942
  },
@@ -727,6 +963,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
727
963
  "standard": "EIP3091",
728
964
  "url": "https://ethereum.dex.guru",
729
965
  },
966
+ {
967
+ "name": "Routescan",
968
+ "standard": "EIP3091",
969
+ "url": "https://ethereum.routescan.io",
970
+ },
730
971
  ],
731
972
  "faucets": [],
732
973
  "features": [{"name": "EIP155"}, {"name": "EIP1559"}],
@@ -847,6 +1088,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
847
1088
  "standard": "EIP3091",
848
1089
  "url": "https://sepolia.otterscan.io",
849
1090
  },
1091
+ {
1092
+ "name": "Routescan",
1093
+ "standard": "EIP3091",
1094
+ "url": "https://11155111.testnet.routescan.io",
1095
+ },
850
1096
  ],
851
1097
  "faucets": [
852
1098
  "http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
@@ -936,6 +1182,52 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
936
1182
  "slip44": 1,
937
1183
  },
938
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
+ },
939
1231
  "fraxtal": {
940
1232
  "mainnet": {
941
1233
  "chain": "FRAX",
@@ -990,7 +1282,91 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
990
1282
  "slip44": 1,
991
1283
  },
992
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
+ },
993
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
+ },
994
1370
  "mainnet": {
995
1371
  "chain": "GNO",
996
1372
  "chainId": 100,
@@ -1093,6 +1469,30 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1093
1469
  "slip44": 1,
1094
1470
  },
1095
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
+ },
1096
1496
  "linea": {
1097
1497
  "mainnet": {
1098
1498
  "chain": "ETH",
@@ -1167,6 +1567,53 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1167
1567
  "slip44": 1,
1168
1568
  },
1169
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
+ },
1170
1617
  "mantle": {
1171
1618
  "mainnet": {
1172
1619
  "chain": "ETH",
@@ -1248,6 +1695,30 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1248
1695
  "slip44": 1,
1249
1696
  },
1250
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
+ },
1251
1722
  "moonbeam": {
1252
1723
  "mainnet": {
1253
1724
  "chain": "MOON",
@@ -1262,7 +1733,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1262
1733
  ],
1263
1734
  "faucets": [],
1264
1735
  "features": None,
1265
- "icon": None,
1736
+ "icon": "moonbeam",
1266
1737
  "infoURL": "https://moonbeam.network/networks/moonbeam/",
1267
1738
  "name": "Moonbeam",
1268
1739
  "nativeCurrency": {"decimals": 18, "name": "Glimmer", "symbol": "GLMR"},
@@ -1290,9 +1761,9 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1290
1761
  "url": "https://moonbase.moonscan.io",
1291
1762
  }
1292
1763
  ],
1293
- "faucets": [],
1764
+ "faucets": ["https://faucet.moonbeam.network/"],
1294
1765
  "features": None,
1295
- "icon": None,
1766
+ "icon": "moonbasealpha",
1296
1767
  "infoURL": "https://docs.moonbeam.network/learn/platform/networks/moonbase/",
1297
1768
  "name": "Moonbase Alpha",
1298
1769
  "nativeCurrency": {"decimals": 18, "name": "Dev", "symbol": "DEV"},
@@ -1321,7 +1792,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1321
1792
  ],
1322
1793
  "faucets": [],
1323
1794
  "features": None,
1324
- "icon": None,
1795
+ "icon": "moonriver",
1325
1796
  "infoURL": "https://moonbeam.network/networks/moonriver/",
1326
1797
  "name": "Moonriver",
1327
1798
  "nativeCurrency": {"decimals": 18, "name": "Moonriver", "symbol": "MOVR"},
@@ -1362,6 +1833,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1362
1833
  "standard": "EIP3091",
1363
1834
  "url": "https://optimism.dex.guru",
1364
1835
  },
1836
+ {
1837
+ "name": "Routescan",
1838
+ "standard": "EIP3091",
1839
+ "url": "https://mainnet.superscan.network",
1840
+ },
1365
1841
  ],
1366
1842
  "faucets": [],
1367
1843
  "features": None,
@@ -1412,12 +1888,17 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1412
1888
  "chainId": 11155420,
1413
1889
  "ens": None,
1414
1890
  "explorers": [
1891
+ {
1892
+ "name": "etherscan-sepolia-optimism",
1893
+ "standard": "EIP3091",
1894
+ "url": "https://sepolia-optimism.etherscan.io",
1895
+ },
1415
1896
  {
1416
1897
  "icon": "blockscout",
1417
1898
  "name": "opscout",
1418
1899
  "standard": "EIP3091",
1419
1900
  "url": "https://optimism-sepolia.blockscout.com",
1420
- }
1901
+ },
1421
1902
  ],
1422
1903
  "faucets": ["https://app.optimism.io/faucet"],
1423
1904
  "features": None,
@@ -1483,6 +1964,68 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1483
1964
  "slip44": None,
1484
1965
  },
1485
1966
  },
1967
+ "palm": {
1968
+ "mainnet": {
1969
+ "chain": "Palm",
1970
+ "chainId": 11297108109,
1971
+ "ens": None,
1972
+ "explorers": [
1973
+ {
1974
+ "name": "Chainlens",
1975
+ "standard": "EIP3091",
1976
+ "url": "https://palm.chainlens.com",
1977
+ },
1978
+ {
1979
+ "name": "Dora",
1980
+ "standard": "none",
1981
+ "url": "https://www.ondora.xyz/network/palm",
1982
+ },
1983
+ ],
1984
+ "faucets": [],
1985
+ "features": None,
1986
+ "icon": "palm",
1987
+ "infoURL": "https://palm.network",
1988
+ "name": "Palm",
1989
+ "nativeCurrency": {"decimals": 18, "name": "PALM", "symbol": "PALM"},
1990
+ "networkId": 11297108109,
1991
+ "rpc": [
1992
+ "https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}",
1993
+ "https://palm-mainnet.public.blastapi.io",
1994
+ ],
1995
+ "shortName": "palm",
1996
+ "slip44": None,
1997
+ },
1998
+ "testnet": {
1999
+ "chain": "Palm",
2000
+ "chainId": 11297108099,
2001
+ "ens": None,
2002
+ "explorers": [
2003
+ {
2004
+ "name": "Chainlens",
2005
+ "standard": "EIP3091",
2006
+ "url": "https://testnet.palm.chainlens.com",
2007
+ },
2008
+ {
2009
+ "name": "Dora",
2010
+ "standard": "none",
2011
+ "url": "https://www.ondora.xyz/network/palm-testnet",
2012
+ },
2013
+ ],
2014
+ "faucets": [],
2015
+ "features": None,
2016
+ "icon": "palm",
2017
+ "infoURL": "https://palm.network",
2018
+ "name": "Palm Testnet",
2019
+ "nativeCurrency": {"decimals": 18, "name": "PALM", "symbol": "PALM"},
2020
+ "networkId": 11297108099,
2021
+ "rpc": [
2022
+ "https://palm-testnet.infura.io/v3/${INFURA_API_KEY}",
2023
+ "https://palm-testnet.public.blastapi.io",
2024
+ ],
2025
+ "shortName": "tpalm",
2026
+ "slip44": 1,
2027
+ },
2028
+ },
1486
2029
  "polygon": {
1487
2030
  "mainnet": {
1488
2031
  "chain": "Polygon",
@@ -1553,11 +2096,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1553
2096
  "chainId": 80002,
1554
2097
  "ens": None,
1555
2098
  "explorers": [
2099
+ {
2100
+ "name": "polygonscan-amoy",
2101
+ "standard": "EIP3091",
2102
+ "url": "https://amoy.polygonscan.com",
2103
+ },
1556
2104
  {
1557
2105
  "name": "polygonamoy",
1558
2106
  "standard": "EIP3091",
1559
2107
  "url": "https://www.oklink.com/amoy",
1560
- }
2108
+ },
1561
2109
  ],
1562
2110
  "faucets": ["https://faucet.polygon.technology/"],
1563
2111
  "features": None,
@@ -1646,6 +2194,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1646
2194
  "slip44": None,
1647
2195
  },
1648
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
+ },
1649
2245
  "rootstock": {
1650
2246
  "mainnet": {
1651
2247
  "chain": "Rootstock",
@@ -1816,6 +2412,83 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1816
2412
  "slip44": 1,
1817
2413
  },
1818
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
+ },
1819
2492
  "taiko": {
1820
2493
  "mainnet": {
1821
2494
  "chain": "ETH",
@@ -1826,7 +2499,12 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1826
2499
  "name": "etherscan",
1827
2500
  "standard": "EIP3091",
1828
2501
  "url": "https://taikoscan.io",
1829
- }
2502
+ },
2503
+ {
2504
+ "name": "Routescan",
2505
+ "standard": "EIP3091",
2506
+ "url": "https://taikoexplorer.com",
2507
+ },
1830
2508
  ],
1831
2509
  "faucets": [],
1832
2510
  "features": None,
@@ -1853,9 +2531,9 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1853
2531
  "url": "https://blockscoutapi.hekla.taiko.xyz",
1854
2532
  },
1855
2533
  {
1856
- "name": "routescan",
2534
+ "name": "Routescan",
1857
2535
  "standard": "EIP3091",
1858
- "url": "https://hekla.taikoscan.network",
2536
+ "url": "https://hekla.taikoexplorer.com",
1859
2537
  },
1860
2538
  ],
1861
2539
  "faucets": [],
@@ -1956,6 +2634,79 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1956
2634
  "slip44": 1,
1957
2635
  },
1958
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
+ },
1959
2710
  "xai": {
1960
2711
  "mainnet": {
1961
2712
  "chain": "XAI",
@@ -2002,6 +2753,106 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2002
2753
  "slip44": None,
2003
2754
  },
2004
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
+ },
2005
2856
  "zksync": {
2006
2857
  "mainnet": {
2007
2858
  "chain": "ETH",
@@ -2053,4 +2904,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2053
2904
  "slip44": 1,
2054
2905
  },
2055
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
+ },
2056
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,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: Packaged metadata on Ethereum Virtual Machine (EVM) chains
5
- License: Apache License
5
+ License: Apache License
6
6
  Version 2.0, January 2004
7
7
  http://www.apache.org/licenses/
8
8
 
@@ -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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- evmchains/__init__.py,sha256=9lCyb-ttFWgOcLEPEjkF8qyFmu5YpJMI7RU9FMVkkb0,1658
2
- evmchains/_meta.py,sha256=PKIMyjdUACH4-ONvtunQCnYE2UhlMfp9su83e3HXl5E,411
3
- evmchains/chains.py,sha256=oqUHM0pEr_-VuZ-ym89KqTPeiqgkNMKlfXWc6g0IG1Q,70711
4
- evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- evmchains/types.py,sha256=7_2lxPL-mSE0r85rX4GqrE5HL7tPHnyRqvx4QWQNnIA,611
6
- evmchains-0.1.1.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
- evmchains-0.1.1.dist-info/METADATA,sha256=p_3kVgk2tUF4377kf9d_K_LfPvF0Grk8YJ6Ip61t6v0,15749
8
- evmchains-0.1.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
9
- evmchains-0.1.1.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
- evmchains-0.1.1.dist-info/RECORD,,