evmchains 0.1.2__py3-none-any.whl → 0.1.4__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/chains.py CHANGED
@@ -3,13 +3,110 @@
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
+ !!!! 2025-03-04 22:42:36.979879+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
+ {
20
+ "name": "Etherscan",
21
+ "standard": "EIP3091",
22
+ "url": "https://abscan.org",
23
+ },
24
+ {
25
+ "name": "Abstract Explorer",
26
+ "standard": "EIP3091",
27
+ "url": "https://explorer.mainnet.abs.xyz",
28
+ },
29
+ ],
30
+ "faucets": [],
31
+ "features": None,
32
+ "icon": "abstract",
33
+ "infoURL": "https://abs.xyz",
34
+ "name": "Abstract",
35
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
36
+ "networkId": 2741,
37
+ "rpc": ["https://api.mainnet.abs.xyz"],
38
+ "shortName": "abstract",
39
+ "slip44": None,
40
+ },
41
+ "testnet": {
42
+ "chain": "Abstract Sepolia Testnet",
43
+ "chainId": 11124,
44
+ "ens": None,
45
+ "explorers": [
46
+ {
47
+ "name": "Abstract Sepolia Testnet Explorer",
48
+ "standard": "EIP3091",
49
+ "url": "https://sepolia.abscan.org",
50
+ }
51
+ ],
52
+ "faucets": ["https://faucet.triangleplatform.com/abstract/testnet"],
53
+ "features": None,
54
+ "icon": None,
55
+ "infoURL": "https://abs.xyz/",
56
+ "name": "Abstract Sepolia Testnet",
57
+ "nativeCurrency": {"decimals": 18, "name": "ETH", "symbol": "ETH"},
58
+ "networkId": 11124,
59
+ "rpc": ["https://api.testnet.abs.xyz"],
60
+ "shortName": "abstract-sepolia",
61
+ "slip44": None,
62
+ },
63
+ },
64
+ "apechain": {
65
+ "mainnet": {
66
+ "chain": "apechain",
67
+ "chainId": 33139,
68
+ "ens": None,
69
+ "explorers": [
70
+ {
71
+ "name": "ApeChain Explorer",
72
+ "standard": "EIP3091",
73
+ "url": "https://apescan.io",
74
+ }
75
+ ],
76
+ "faucets": [],
77
+ "features": None,
78
+ "icon": "apechain",
79
+ "infoURL": "https://apechain.com",
80
+ "name": "ApeChain",
81
+ "nativeCurrency": {"decimals": 18, "name": "ApeCoin", "symbol": "APE"},
82
+ "networkId": 33139,
83
+ "rpc": ["https://rpc.apechain.com"],
84
+ "shortName": "apechain",
85
+ "slip44": None,
86
+ },
87
+ "curtis": {
88
+ "chain": "Curtis",
89
+ "chainId": 33111,
90
+ "ens": None,
91
+ "explorers": [
92
+ {
93
+ "name": "Curtis Explorer",
94
+ "standard": "EIP3091",
95
+ "url": "https://explorer.curtis.apechain.com",
96
+ }
97
+ ],
98
+ "faucets": ["https://curtis.hub.caldera.xyz"],
99
+ "features": None,
100
+ "icon": "curtis",
101
+ "infoURL": "https://curtis.hub.caldera.xyz",
102
+ "name": "Curtis",
103
+ "nativeCurrency": {"decimals": 18, "name": "ApeCoin", "symbol": "APE"},
104
+ "networkId": 33111,
105
+ "rpc": ["https://rpc.curtis.apechain.com"],
106
+ "shortName": "curtis",
107
+ "slip44": None,
108
+ },
109
+ },
13
110
  "arbitrum": {
14
111
  "mainnet": {
15
112
  "chain": "ETH",
@@ -44,7 +141,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
44
141
  "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
45
142
  "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
46
143
  "https://arb1.arbitrum.io/rpc",
47
- "https://arbitrum-one.publicnode.com",
144
+ "https://arbitrum-one-rpc.publicnode.com",
48
145
  ],
49
146
  "shortName": "arb1",
50
147
  "slip44": None,
@@ -108,6 +205,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
108
205
  "rpc": [
109
206
  "https://sepolia-rollup.arbitrum.io/rpc",
110
207
  "https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}",
208
+ "https://arbitrum-sepolia-rpc.publicnode.com",
111
209
  ],
112
210
  "shortName": "arb-sep",
113
211
  "slip44": 1,
@@ -122,13 +220,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
122
220
  "name": "Arbitrum Nova Chain Explorer",
123
221
  "standard": "EIP3091",
124
222
  "url": "https://nova-explorer.arbitrum.io",
125
- },
126
- {
127
- "icon": "dexguru",
128
- "name": "dexguru",
129
- "standard": "EIP3091",
130
- "url": "https://nova.dex.guru",
131
- },
223
+ }
132
224
  ],
133
225
  "faucets": [],
134
226
  "features": None,
@@ -139,12 +231,43 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
139
231
  "networkId": 42170,
140
232
  "rpc": [
141
233
  "https://nova.arbitrum.io/rpc",
142
- "https://arbitrum-nova.publicnode.com",
234
+ "https://arbitrum-nova-rpc.publicnode.com",
143
235
  ],
144
236
  "shortName": "arb-nova",
145
237
  "slip44": None,
146
238
  },
147
239
  },
240
+ "astar": {
241
+ "mainnet": {
242
+ "chain": "ASTR",
243
+ "chainId": 592,
244
+ "ens": None,
245
+ "explorers": [
246
+ {
247
+ "icon": "subscan",
248
+ "name": "subscan",
249
+ "standard": "none",
250
+ "url": "https://astar.subscan.io",
251
+ },
252
+ {
253
+ "icon": "blockscout",
254
+ "name": "blockscout",
255
+ "standard": "EIP3091",
256
+ "url": "https://blockscout.com/astar",
257
+ },
258
+ ],
259
+ "faucets": [],
260
+ "features": None,
261
+ "icon": "astar",
262
+ "infoURL": "https://astar.network/",
263
+ "name": "Astar",
264
+ "nativeCurrency": {"decimals": 18, "name": "Astar", "symbol": "ASTR"},
265
+ "networkId": 592,
266
+ "rpc": ["https://rpc.astar.network:8545"],
267
+ "shortName": "astr",
268
+ "slip44": None,
269
+ },
270
+ },
148
271
  "avalanche": {
149
272
  "mainnet": {
150
273
  "chain": "AVAX",
@@ -152,15 +275,20 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
152
275
  "ens": None,
153
276
  "explorers": [
154
277
  {
155
- "name": "snowscan",
278
+ "name": "Etherscan",
156
279
  "standard": "EIP3091",
157
280
  "url": "https://snowscan.xyz",
158
281
  },
159
282
  {
160
- "name": "snowtrace",
283
+ "name": "Routescan",
161
284
  "standard": "EIP3091",
162
285
  "url": "https://snowtrace.io",
163
286
  },
287
+ {
288
+ "name": "Avascan",
289
+ "standard": "EIP3091",
290
+ "url": "https://avascan.info",
291
+ },
164
292
  ],
165
293
  "faucets": [],
166
294
  "features": [{"name": "EIP1559"}],
@@ -182,15 +310,20 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
182
310
  "ens": None,
183
311
  "explorers": [
184
312
  {
185
- "name": "snowscan-testnet",
313
+ "name": "Etherscan",
186
314
  "standard": "EIP3091",
187
315
  "url": "https://testnet.snowscan.xyz",
188
316
  },
189
317
  {
190
- "name": "snowtrace",
318
+ "name": "Routescan",
191
319
  "standard": "EIP3091",
192
320
  "url": "https://testnet.snowtrace.io",
193
321
  },
322
+ {
323
+ "name": "Avascan",
324
+ "standard": "EIP3091",
325
+ "url": "https://testnet.avascan.info",
326
+ },
194
327
  ],
195
328
  "faucets": ["https://faucet.avax-test.network/"],
196
329
  "features": None,
@@ -230,6 +363,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
230
363
  "standard": "EIP3091",
231
364
  "url": "https://base.dex.guru",
232
365
  },
366
+ {
367
+ "name": "Routescan",
368
+ "standard": "EIP3091",
369
+ "url": "https://base.superscan.network",
370
+ },
233
371
  ],
234
372
  "faucets": [],
235
373
  "features": None,
@@ -283,6 +421,35 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
283
421
  "slip44": 1,
284
422
  },
285
423
  },
424
+ "berachain": {
425
+ "bartio": {
426
+ "chain": "Berachain bArtio",
427
+ "chainId": 80084,
428
+ "ens": None,
429
+ "explorers": [
430
+ {
431
+ "icon": "berachain",
432
+ "name": "Beratrail",
433
+ "standard": "none",
434
+ "url": "https://bartio.beratrail.io",
435
+ }
436
+ ],
437
+ "faucets": ["https://bartio.faucet.berachain.com"],
438
+ "features": None,
439
+ "icon": "berachain",
440
+ "infoURL": "https://www.berachain.com",
441
+ "name": "Berachain bArtio",
442
+ "nativeCurrency": {"decimals": 18, "name": "BERA Token", "symbol": "BERA"},
443
+ "networkId": 80084,
444
+ "rpc": [
445
+ "https://bartio.rpc.berachain.com",
446
+ "https://bera-testnet.nodeinfra.com",
447
+ "https://bartio.rpc.b-harvest.io",
448
+ ],
449
+ "shortName": "berachainbArtio",
450
+ "slip44": None,
451
+ },
452
+ },
286
453
  "blast": {
287
454
  "mainnet": {
288
455
  "chain": "ETH",
@@ -728,6 +895,57 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
728
895
  "slip44": 1,
729
896
  },
730
897
  },
898
+ "crossfi": {
899
+ "mainnet": {
900
+ "chain": "crossfi",
901
+ "chainId": 4158,
902
+ "ens": None,
903
+ "explorers": [
904
+ {
905
+ "name": "CrossFi Mainnet Scan",
906
+ "standard": "none",
907
+ "url": "https://xfiscan.com",
908
+ }
909
+ ],
910
+ "faucets": [],
911
+ "features": None,
912
+ "icon": "crossfi",
913
+ "infoURL": "https://crossfi.org",
914
+ "name": "CrossFi Mainnet",
915
+ "nativeCurrency": {
916
+ "decimals": 18,
917
+ "name": "CrossFi Token",
918
+ "symbol": "XFI",
919
+ },
920
+ "networkId": 4158,
921
+ "rpc": ["https://rpc.mainnet.ms/"],
922
+ "shortName": "crossfi",
923
+ "slip44": 1,
924
+ },
925
+ "testnet": {
926
+ "chain": "XFI",
927
+ "chainId": 4157,
928
+ "ens": None,
929
+ "explorers": [
930
+ {
931
+ "icon": "crossfi",
932
+ "name": "CrossFi Testnet Scan",
933
+ "standard": "EIP3091",
934
+ "url": "https://test.xfiscan.com",
935
+ }
936
+ ],
937
+ "faucets": [],
938
+ "features": None,
939
+ "icon": "crossfi",
940
+ "infoURL": "https://crossfi.org",
941
+ "name": "CrossFi Testnet",
942
+ "nativeCurrency": {"decimals": 18, "name": "XFI", "symbol": "XFI"},
943
+ "networkId": 4157,
944
+ "rpc": ["https://rpc.testnet.ms"],
945
+ "shortName": "crossfi-testnet",
946
+ "slip44": 1,
947
+ },
948
+ },
731
949
  "ethereum": {
732
950
  "mainnet": {
733
951
  "chain": "ETH",
@@ -751,6 +969,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
751
969
  "standard": "EIP3091",
752
970
  "url": "https://ethereum.dex.guru",
753
971
  },
972
+ {
973
+ "name": "Routescan",
974
+ "standard": "EIP3091",
975
+ "url": "https://ethereum.routescan.io",
976
+ },
754
977
  ],
755
978
  "faucets": [],
756
979
  "features": [{"name": "EIP155"}, {"name": "EIP1559"}],
@@ -772,6 +995,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
772
995
  "https://rpc.mevblocker.io/noreverts",
773
996
  "https://rpc.mevblocker.io/fullprivacy",
774
997
  "https://eth.drpc.org",
998
+ "https://api.securerpc.com/v1",
775
999
  ],
776
1000
  "shortName": "eth",
777
1001
  "slip44": 60,
@@ -871,6 +1095,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
871
1095
  "standard": "EIP3091",
872
1096
  "url": "https://sepolia.otterscan.io",
873
1097
  },
1098
+ {
1099
+ "name": "Routescan",
1100
+ "standard": "EIP3091",
1101
+ "url": "https://11155111.testnet.routescan.io",
1102
+ },
874
1103
  ],
875
1104
  "faucets": [
876
1105
  "http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
@@ -893,6 +1122,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
893
1122
  "https://sepolia.gateway.tenderly.co",
894
1123
  "https://ethereum-sepolia-rpc.publicnode.com",
895
1124
  "https://sepolia.drpc.org",
1125
+ "https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-",
896
1126
  ],
897
1127
  "shortName": "sep",
898
1128
  "slip44": 1,
@@ -960,6 +1190,144 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
960
1190
  "slip44": 1,
961
1191
  },
962
1192
  },
1193
+ "filecoin": {
1194
+ "mainnet": {
1195
+ "chain": "FIL",
1196
+ "chainId": 314,
1197
+ "ens": None,
1198
+ "explorers": [
1199
+ {"name": "Filfox", "standard": "none", "url": "https://filfox.info/en"},
1200
+ {"name": "Beryx", "standard": "none", "url": "https://beryx.zondax.ch"},
1201
+ {
1202
+ "name": "Glif Explorer",
1203
+ "standard": "EIP3091",
1204
+ "url": "https://explorer.glif.io",
1205
+ },
1206
+ {
1207
+ "name": "Dev.storage",
1208
+ "standard": "none",
1209
+ "url": "https://dev.storage",
1210
+ },
1211
+ {"name": "Filscan", "standard": "none", "url": "https://filscan.io"},
1212
+ {
1213
+ "name": "Filscout",
1214
+ "standard": "none",
1215
+ "url": "https://filscout.io/en",
1216
+ },
1217
+ ],
1218
+ "faucets": [],
1219
+ "features": None,
1220
+ "icon": "filecoin",
1221
+ "infoURL": "https://filecoin.io",
1222
+ "name": "Filecoin - Mainnet",
1223
+ "nativeCurrency": {"decimals": 18, "name": "filecoin", "symbol": "FIL"},
1224
+ "networkId": 314,
1225
+ "rpc": [
1226
+ "https://api.node.glif.io/",
1227
+ "https://rpc.ankr.com/filecoin",
1228
+ "https://filecoin-mainnet.chainstacklabs.com/rpc/v1",
1229
+ "https://filfox.info/rpc/v1",
1230
+ "https://filecoin.drpc.org",
1231
+ ],
1232
+ "shortName": "filecoin",
1233
+ "slip44": 461,
1234
+ },
1235
+ "calibration": {
1236
+ "chain": "FIL",
1237
+ "chainId": 314159,
1238
+ "ens": None,
1239
+ "explorers": [
1240
+ {
1241
+ "name": "Filscan - Calibration",
1242
+ "standard": "none",
1243
+ "url": "https://calibration.filscan.io",
1244
+ },
1245
+ {
1246
+ "name": "Filscout - Calibration",
1247
+ "standard": "none",
1248
+ "url": "https://calibration.filscout.com/en",
1249
+ },
1250
+ {
1251
+ "name": "Filfox - Calibration",
1252
+ "standard": "none",
1253
+ "url": "https://calibration.filfox.info",
1254
+ },
1255
+ {
1256
+ "name": "Glif Explorer - Calibration",
1257
+ "standard": "none",
1258
+ "url": "https://explorer.glif.io/?network=calibration",
1259
+ },
1260
+ {"name": "Beryx", "standard": "none", "url": "https://beryx.zondax.ch"},
1261
+ ],
1262
+ "faucets": ["https://faucet.calibration.fildev.network/"],
1263
+ "features": None,
1264
+ "icon": "filecoin",
1265
+ "infoURL": "https://filecoin.io",
1266
+ "name": "Filecoin - Calibration testnet",
1267
+ "nativeCurrency": {
1268
+ "decimals": 18,
1269
+ "name": "testnet filecoin",
1270
+ "symbol": "tFIL",
1271
+ },
1272
+ "networkId": 314159,
1273
+ "rpc": [
1274
+ "https://api.calibration.node.glif.io/rpc/v1",
1275
+ "https://rpc.ankr.com/filecoin_testnet",
1276
+ "https://filecoin-calibration.chainstacklabs.com/rpc/v1",
1277
+ "https://filecoin-calibration.chainup.net/rpc/v1",
1278
+ "https://calibration.filfox.info/rpc/v1",
1279
+ "https://filecoin-calibration.drpc.org",
1280
+ ],
1281
+ "shortName": "filecoin-calibration",
1282
+ "slip44": 1,
1283
+ },
1284
+ },
1285
+ "flow-evm": {
1286
+ "mainnet": {
1287
+ "chain": "Flow",
1288
+ "chainId": 747,
1289
+ "ens": None,
1290
+ "explorers": [
1291
+ {
1292
+ "name": "FlowScan",
1293
+ "standard": "EIP3091",
1294
+ "url": "https://evm.flowscan.io",
1295
+ }
1296
+ ],
1297
+ "faucets": [],
1298
+ "features": None,
1299
+ "icon": "flowevm",
1300
+ "infoURL": "https://developers.flow.com/evm/about",
1301
+ "name": "Flow EVM Mainnet",
1302
+ "nativeCurrency": {"decimals": 18, "name": "FLOW", "symbol": "FLOW"},
1303
+ "networkId": 747,
1304
+ "rpc": ["https://mainnet.evm.nodes.onflow.org"],
1305
+ "shortName": "flow-mainnet",
1306
+ "slip44": None,
1307
+ },
1308
+ "testnet": {
1309
+ "chain": "Flow",
1310
+ "chainId": 545,
1311
+ "ens": None,
1312
+ "explorers": [
1313
+ {
1314
+ "name": "FlowScan Testnet",
1315
+ "standard": "EIP3091",
1316
+ "url": "https://evm-testnet.flowscan.io",
1317
+ }
1318
+ ],
1319
+ "faucets": ["https://faucet.flow.com/fund-account"],
1320
+ "features": None,
1321
+ "icon": "flowevm",
1322
+ "infoURL": "https://developers.flow.com/evm/about",
1323
+ "name": "Flow EVM Testnet",
1324
+ "nativeCurrency": {"decimals": 18, "name": "FLOW", "symbol": "FLOW"},
1325
+ "networkId": 545,
1326
+ "rpc": ["https://testnet.evm.nodes.onflow.org"],
1327
+ "shortName": "flow-testnet",
1328
+ "slip44": None,
1329
+ },
1330
+ },
963
1331
  "fraxtal": {
964
1332
  "mainnet": {
965
1333
  "chain": "FRAX",
@@ -983,7 +1351,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
983
1351
  "symbol": "frxETH",
984
1352
  },
985
1353
  "networkId": 252,
986
- "rpc": ["https://rpc.frax.com"],
1354
+ "rpc": ["https://rpc.frax.com", "https://fraxtal-rpc.publicnode.com"],
987
1355
  "shortName": "fraxtal",
988
1356
  "slip44": None,
989
1357
  },
@@ -1009,12 +1377,99 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1009
1377
  "symbol": "frxETH",
1010
1378
  },
1011
1379
  "networkId": 2522,
1012
- "rpc": ["https://rpc.testnet.frax.com"],
1380
+ "rpc": [
1381
+ "https://rpc.testnet.frax.com",
1382
+ "https://fraxtal-holesky-rpc.publicnode.com",
1383
+ ],
1013
1384
  "shortName": "fraxtal-testnet",
1014
1385
  "slip44": 1,
1015
1386
  },
1016
1387
  },
1388
+ "geist": {
1389
+ "mainnet": {
1390
+ "chain": "Geist",
1391
+ "chainId": 63157,
1392
+ "ens": None,
1393
+ "explorers": [
1394
+ {
1395
+ "name": "Geist Explorer",
1396
+ "standard": "EIP3091",
1397
+ "url": "https://geist-mainnet.explorer.alchemy.com",
1398
+ }
1399
+ ],
1400
+ "faucets": [],
1401
+ "features": [],
1402
+ "icon": "geist",
1403
+ "infoURL": "https://playongeist.com",
1404
+ "name": "Geist Mainnet",
1405
+ "nativeCurrency": {
1406
+ "decimals": 18,
1407
+ "name": "Aavegotchi GHST Token",
1408
+ "symbol": "GHST",
1409
+ },
1410
+ "networkId": 63157,
1411
+ "rpc": ["https://geist-mainnet.g.alchemy.com/public"],
1412
+ "shortName": "geist",
1413
+ "slip44": None,
1414
+ },
1415
+ "polter": {
1416
+ "chain": "Geist",
1417
+ "chainId": 631571,
1418
+ "ens": None,
1419
+ "explorers": [
1420
+ {
1421
+ "name": "Polter Testnet Explorer",
1422
+ "standard": "EIP3091",
1423
+ "url": "https://polter-testnet.explorer.alchemy.com",
1424
+ }
1425
+ ],
1426
+ "faucets": [],
1427
+ "features": [],
1428
+ "icon": "polterGeist",
1429
+ "infoURL": "https://playongeist.com",
1430
+ "name": "Polter Testnet",
1431
+ "nativeCurrency": {"decimals": 18, "name": "Polter GHST", "symbol": "GHST"},
1432
+ "networkId": 631571,
1433
+ "rpc": ["https://geist-polter.g.alchemy.com/public"],
1434
+ "shortName": "poltergeist",
1435
+ "slip44": None,
1436
+ },
1437
+ },
1017
1438
  "gnosis": {
1439
+ "chiado": {
1440
+ "chain": "GNO",
1441
+ "chainId": 10200,
1442
+ "ens": None,
1443
+ "explorers": [
1444
+ {
1445
+ "icon": "blockscout",
1446
+ "name": "blockscout-chiadochain",
1447
+ "standard": "EIP3091",
1448
+ "url": "https://blockscout.chiadochain.net",
1449
+ },
1450
+ {
1451
+ "icon": "blockscout",
1452
+ "name": "blockscout",
1453
+ "standard": "EIP3091",
1454
+ "url": "https://gnosis-chiado.blockscout.com",
1455
+ },
1456
+ ],
1457
+ "faucets": ["https://gnosisfaucet.com"],
1458
+ "features": None,
1459
+ "icon": "gnosis",
1460
+ "infoURL": "https://docs.gnosischain.com",
1461
+ "name": "Gnosis Chiado Testnet",
1462
+ "nativeCurrency": {"decimals": 18, "name": "Chiado xDAI", "symbol": "XDAI"},
1463
+ "networkId": 10200,
1464
+ "rpc": [
1465
+ "https://rpc.chiadochain.net",
1466
+ "https://rpc.chiado.gnosis.gateway.fm",
1467
+ "https://gnosis-chiado-rpc.publicnode.com",
1468
+ "https://gnosis-chiado.drpc.org",
1469
+ ],
1470
+ "shortName": "chi",
1471
+ "slip44": 1,
1472
+ },
1018
1473
  "mainnet": {
1019
1474
  "chain": "GNO",
1020
1475
  "chainId": 100,
@@ -1117,6 +1572,30 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1117
1572
  "slip44": 1,
1118
1573
  },
1119
1574
  },
1575
+ "lens": {
1576
+ "sepolia": {
1577
+ "chain": "Lens",
1578
+ "chainId": 37111,
1579
+ "ens": None,
1580
+ "explorers": [
1581
+ {
1582
+ "name": "Lens Testnet Block Explorer",
1583
+ "standard": "none",
1584
+ "url": "https://block-explorer.testnet.lens.dev",
1585
+ }
1586
+ ],
1587
+ "faucets": ["https://www.alchemy.com/faucets/lens-sepolia"],
1588
+ "features": None,
1589
+ "icon": "lens",
1590
+ "infoURL": "https://www.lens.xyz",
1591
+ "name": "Lens Testnet",
1592
+ "nativeCurrency": {"decimals": 18, "name": "GRASS", "symbol": "GRASS"},
1593
+ "networkId": 37111,
1594
+ "rpc": ["https://rpc.testnet.lens.dev"],
1595
+ "shortName": "lens-sepolia",
1596
+ "slip44": None,
1597
+ },
1598
+ },
1120
1599
  "linea": {
1121
1600
  "mainnet": {
1122
1601
  "chain": "ETH",
@@ -1191,19 +1670,66 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1191
1670
  "slip44": 1,
1192
1671
  },
1193
1672
  },
1194
- "mantle": {
1195
- "mainnet": {
1673
+ "lumia": {
1674
+ "prism": {
1196
1675
  "chain": "ETH",
1197
- "chainId": 5000,
1676
+ "chainId": 994873017,
1198
1677
  "ens": None,
1199
1678
  "explorers": [
1200
1679
  {
1201
- "name": "mantlescan",
1202
- "standard": "EIP3091",
1203
- "url": "https://mantlescan.xyz",
1204
- },
1205
- {
1206
- "name": "Mantle Explorer",
1680
+ "name": "Lumia Mainnet Explorer",
1681
+ "standard": "EIP3091",
1682
+ "url": "https://explorer.lumia.org",
1683
+ }
1684
+ ],
1685
+ "faucets": [],
1686
+ "features": None,
1687
+ "icon": "lumia",
1688
+ "infoURL": "https://lumia.org",
1689
+ "name": "Lumia Mainnet",
1690
+ "nativeCurrency": {"decimals": 18, "name": "Lumia", "symbol": "LUMIA"},
1691
+ "networkId": 994873017,
1692
+ "rpc": ["https://mainnet-rpc.lumia.org"],
1693
+ "shortName": "lumia-mainnet",
1694
+ "slip44": None,
1695
+ },
1696
+ "testnet": {
1697
+ "chain": "ETH",
1698
+ "chainId": 1952959480,
1699
+ "ens": None,
1700
+ "explorers": [
1701
+ {
1702
+ "icon": "lumia",
1703
+ "name": "Lumia Testnet Explorer",
1704
+ "standard": "EIP3091",
1705
+ "url": "https://testnet-explorer.lumia.org",
1706
+ }
1707
+ ],
1708
+ "faucets": ["https://testnet-faucet.lumia.org"],
1709
+ "features": [{"name": "EIP155"}, {"name": "EIP1559"}],
1710
+ "icon": "lumia",
1711
+ "infoURL": "https://lumia.org",
1712
+ "name": "Lumia Testnet",
1713
+ "nativeCurrency": {"decimals": 18, "name": "Lumia", "symbol": "LUMIA"},
1714
+ "networkId": 1952959480,
1715
+ "rpc": ["https://testnet-rpc.lumia.org"],
1716
+ "shortName": "lumiatestnet",
1717
+ "slip44": None,
1718
+ },
1719
+ },
1720
+ "mantle": {
1721
+ "mainnet": {
1722
+ "chain": "ETH",
1723
+ "chainId": 5000,
1724
+ "ens": None,
1725
+ "explorers": [
1726
+ {
1727
+ "name": "mantlescan",
1728
+ "standard": "EIP3091",
1729
+ "url": "https://mantlescan.xyz",
1730
+ },
1731
+ {
1732
+ "name": "Mantle Explorer",
1207
1733
  "standard": "EIP3091",
1208
1734
  "url": "https://explorer.mantle.xyz",
1209
1735
  },
@@ -1272,6 +1798,34 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1272
1798
  "slip44": 1,
1273
1799
  },
1274
1800
  },
1801
+ "metis": {
1802
+ "mainnet": {
1803
+ "chain": "ETH",
1804
+ "chainId": 1088,
1805
+ "ens": None,
1806
+ "explorers": [
1807
+ {
1808
+ "name": "blockscout",
1809
+ "standard": "EIP3091",
1810
+ "url": "https://andromeda-explorer.metis.io",
1811
+ }
1812
+ ],
1813
+ "faucets": [],
1814
+ "features": None,
1815
+ "icon": None,
1816
+ "infoURL": "https://www.metis.io",
1817
+ "name": "Metis Andromeda Mainnet",
1818
+ "nativeCurrency": {"decimals": 18, "name": "Metis", "symbol": "METIS"},
1819
+ "networkId": 1088,
1820
+ "rpc": [
1821
+ "https://andromeda.metis.io/?owner=1088",
1822
+ "https://metis.drpc.org",
1823
+ "https://metis-rpc.publicnode.com",
1824
+ ],
1825
+ "shortName": "metis-andromeda",
1826
+ "slip44": None,
1827
+ },
1828
+ },
1275
1829
  "moonbeam": {
1276
1830
  "mainnet": {
1277
1831
  "chain": "MOON",
@@ -1386,6 +1940,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1386
1940
  "standard": "EIP3091",
1387
1941
  "url": "https://optimism.dex.guru",
1388
1942
  },
1943
+ {
1944
+ "name": "Routescan",
1945
+ "standard": "EIP3091",
1946
+ "url": "https://mainnet.superscan.network",
1947
+ },
1389
1948
  ],
1390
1949
  "faucets": [],
1391
1950
  "features": None,
@@ -1742,6 +2301,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1742
2301
  "slip44": None,
1743
2302
  },
1744
2303
  },
2304
+ "polynomial": {
2305
+ "mainnet": {
2306
+ "chain": "Polynomial",
2307
+ "chainId": 8008,
2308
+ "ens": None,
2309
+ "explorers": [
2310
+ {
2311
+ "icon": "polynomial",
2312
+ "name": "Polynomial Explorer",
2313
+ "standard": "none",
2314
+ "url": "https://polynomialscan.io",
2315
+ }
2316
+ ],
2317
+ "faucets": [],
2318
+ "features": None,
2319
+ "icon": "polynomial",
2320
+ "infoURL": "https://polynomial.fi",
2321
+ "name": "Polynomial",
2322
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2323
+ "networkId": 8008,
2324
+ "rpc": ["https://rpc.polynomial.fi"],
2325
+ "shortName": "polynomial",
2326
+ "slip44": None,
2327
+ },
2328
+ "sepolia": {
2329
+ "chain": "polynomialSepolia",
2330
+ "chainId": 80008,
2331
+ "ens": None,
2332
+ "explorers": [
2333
+ {
2334
+ "icon": "polynomialSepolia",
2335
+ "name": "Polynomial Sepolia Explorer",
2336
+ "standard": "none",
2337
+ "url": "https://sepolia.polynomialscan.io",
2338
+ }
2339
+ ],
2340
+ "faucets": [],
2341
+ "features": None,
2342
+ "icon": "polynomialSepolia",
2343
+ "infoURL": "https://polynomial.fi",
2344
+ "name": "Polynomia Sepolia",
2345
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2346
+ "networkId": 80008,
2347
+ "rpc": ["https://rpc.sepolia.polynomial.fi"],
2348
+ "shortName": "polynomialSepolia",
2349
+ "slip44": None,
2350
+ },
2351
+ },
1745
2352
  "rootstock": {
1746
2353
  "mainnet": {
1747
2354
  "chain": "Rootstock",
@@ -1828,12 +2435,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1828
2435
  "symbol": "BONE",
1829
2436
  },
1830
2437
  "networkId": 109,
1831
- "rpc": ["https://www.shibrpc.com"],
2438
+ "rpc": [
2439
+ "https://www.shibrpc.com",
2440
+ "https://rpc.shibrpc.com",
2441
+ "https://shib.nownodes.io",
2442
+ ],
1832
2443
  "shortName": "shibariumecosystem",
1833
2444
  "slip44": None,
1834
2445
  },
1835
2446
  "puppynet": {
1836
- "chain": "Puppynet Shibarium",
2447
+ "chain": "Puppynet",
1837
2448
  "chainId": 157,
1838
2449
  "ens": None,
1839
2450
  "explorers": [
@@ -1843,11 +2454,11 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1843
2454
  "url": "https://puppyscan.shib.io",
1844
2455
  }
1845
2456
  ],
1846
- "faucets": ["https://beta.shibariumtech.com/faucet"],
2457
+ "faucets": ["https://shibarium.shib.io/faucet"],
1847
2458
  "features": None,
1848
2459
  "icon": "shibarium",
1849
2460
  "infoURL": "https://shibariumecosystem.com",
1850
- "name": "Puppynet Shibarium",
2461
+ "name": "Puppynet",
1851
2462
  "nativeCurrency": {"decimals": 18, "name": "BONE", "symbol": "BONE"},
1852
2463
  "networkId": 157,
1853
2464
  "rpc": ["https://puppynet.shibrpc.com"],
@@ -1912,6 +2523,127 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1912
2523
  "slip44": 1,
1913
2524
  },
1914
2525
  },
2526
+ "shape": {
2527
+ "mainnet": {
2528
+ "chain": "ETH",
2529
+ "chainId": 360,
2530
+ "ens": None,
2531
+ "explorers": [
2532
+ {
2533
+ "name": "shapescan",
2534
+ "standard": "EIP3091",
2535
+ "url": "https://shapescan.xyz",
2536
+ }
2537
+ ],
2538
+ "faucets": [],
2539
+ "features": None,
2540
+ "icon": "shape",
2541
+ "infoURL": "https://shape.network",
2542
+ "name": "Shape",
2543
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2544
+ "networkId": 360,
2545
+ "rpc": [
2546
+ "https://mainnet.shape.network",
2547
+ "https://shape-mainnet.g.alchemy.com/public",
2548
+ ],
2549
+ "shortName": "shape",
2550
+ "slip44": None,
2551
+ },
2552
+ "sepolia": {
2553
+ "chain": "ETH",
2554
+ "chainId": 11011,
2555
+ "ens": None,
2556
+ "explorers": [
2557
+ {
2558
+ "name": "blockscout",
2559
+ "standard": "EIP3091",
2560
+ "url": "https://explorer-sepolia.shape.network",
2561
+ }
2562
+ ],
2563
+ "faucets": [],
2564
+ "features": None,
2565
+ "icon": "shapeTestnet",
2566
+ "infoURL": "https://shape.network",
2567
+ "name": "Shape Sepolia Testnet",
2568
+ "nativeCurrency": {
2569
+ "decimals": 18,
2570
+ "name": "Sepolia Ether",
2571
+ "symbol": "ETH",
2572
+ },
2573
+ "networkId": 11011,
2574
+ "rpc": ["https://sepolia.shape.network"],
2575
+ "shortName": "shapesep",
2576
+ "slip44": 1,
2577
+ },
2578
+ },
2579
+ "soneium": {
2580
+ "minato": {
2581
+ "chain": "ETH",
2582
+ "chainId": 1946,
2583
+ "ens": None,
2584
+ "explorers": [
2585
+ {
2586
+ "name": "Blockscout Minato explorer",
2587
+ "standard": "EIP3091",
2588
+ "url": "https://soneium-minato.blockscout.com",
2589
+ }
2590
+ ],
2591
+ "faucets": [],
2592
+ "features": None,
2593
+ "icon": "minato",
2594
+ "infoURL": "https://soneium.org",
2595
+ "name": "Soneium Testnet Minato",
2596
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2597
+ "networkId": 1946,
2598
+ "rpc": ["https://rpc.minato.soneium.org"],
2599
+ "shortName": "soneium-minato",
2600
+ "slip44": None,
2601
+ },
2602
+ },
2603
+ "sonic": {
2604
+ "mainnet": {
2605
+ "chain": "sonic",
2606
+ "chainId": 146,
2607
+ "ens": None,
2608
+ "explorers": [
2609
+ {
2610
+ "icon": "sonic",
2611
+ "name": "sonic",
2612
+ "standard": "none",
2613
+ "url": "https://explorer.soniclabs.com",
2614
+ }
2615
+ ],
2616
+ "faucets": [],
2617
+ "features": [{"name": "EIP155"}],
2618
+ "icon": "sonic",
2619
+ "infoURL": "https://soniclabs.com",
2620
+ "name": "Sonic Mainnet",
2621
+ "nativeCurrency": {"decimals": 18, "name": "Sonic", "symbol": "S"},
2622
+ "networkId": 146,
2623
+ "rpc": ["https://rpc.soniclabs.com", "https://sonic-rpc.publicnode.com"],
2624
+ "shortName": "sonic",
2625
+ "slip44": None,
2626
+ },
2627
+ "blaze": {
2628
+ "chain": "blaze-testnet",
2629
+ "chainId": 57054,
2630
+ "ens": None,
2631
+ "explorers": [],
2632
+ "faucets": ["https://blaze.soniclabs.com/account"],
2633
+ "features": [{"name": "EIP155"}],
2634
+ "icon": "sonic",
2635
+ "infoURL": "https://blaze.soniclabs.com",
2636
+ "name": "Sonic Blaze Testnet",
2637
+ "nativeCurrency": {"decimals": 18, "name": "Sonic", "symbol": "S"},
2638
+ "networkId": 57054,
2639
+ "rpc": [
2640
+ "https://rpc.blaze.soniclabs.com",
2641
+ "https://sonic-blaze-rpc.publicnode.com",
2642
+ ],
2643
+ "shortName": "blaze",
2644
+ "slip44": None,
2645
+ },
2646
+ },
1915
2647
  "taiko": {
1916
2648
  "mainnet": {
1917
2649
  "chain": "ETH",
@@ -1922,13 +2654,18 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1922
2654
  "name": "etherscan",
1923
2655
  "standard": "EIP3091",
1924
2656
  "url": "https://taikoscan.io",
1925
- }
2657
+ },
2658
+ {
2659
+ "name": "Routescan",
2660
+ "standard": "EIP3091",
2661
+ "url": "https://taikoexplorer.com",
2662
+ },
1926
2663
  ],
1927
2664
  "faucets": [],
1928
2665
  "features": None,
1929
2666
  "icon": "taiko",
1930
2667
  "infoURL": "https://taiko.xyz",
1931
- "name": "Taiko Mainnet",
2668
+ "name": "Taiko Alethia",
1932
2669
  "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1933
2670
  "networkId": 167000,
1934
2671
  "rpc": [
@@ -1949,16 +2686,16 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1949
2686
  "url": "https://blockscoutapi.hekla.taiko.xyz",
1950
2687
  },
1951
2688
  {
1952
- "name": "routescan",
2689
+ "name": "Routescan",
1953
2690
  "standard": "EIP3091",
1954
- "url": "https://hekla.taikoscan.network",
2691
+ "url": "https://hekla.taikoexplorer.com",
1955
2692
  },
1956
2693
  ],
1957
2694
  "faucets": [],
1958
2695
  "features": None,
1959
2696
  "icon": "taiko",
1960
2697
  "infoURL": "https://taiko.xyz",
1961
- "name": "Taiko Hekla L2",
2698
+ "name": "Taiko Hekla",
1962
2699
  "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1963
2700
  "networkId": 167009,
1964
2701
  "rpc": [
@@ -1988,7 +2725,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1988
2725
  ],
1989
2726
  "faucets": [],
1990
2727
  "features": None,
1991
- "icon": None,
2728
+ "icon": "unichain-testnet",
1992
2729
  "infoURL": "https://unichain.org",
1993
2730
  "name": "Unichain Sepolia Testnet",
1994
2731
  "nativeCurrency": {
@@ -1997,7 +2734,10 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1997
2734
  "symbol": "ETH",
1998
2735
  },
1999
2736
  "networkId": 1301,
2000
- "rpc": ["https://sepolia.unichain.org"],
2737
+ "rpc": [
2738
+ "https://sepolia.unichain.org",
2739
+ "https://unichain-sepolia-rpc.publicnode.com",
2740
+ ],
2001
2741
  "shortName": "unichain-sep",
2002
2742
  "slip44": None,
2003
2743
  },
@@ -2052,6 +2792,79 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2052
2792
  "slip44": 1,
2053
2793
  },
2054
2794
  },
2795
+ "world-chain": {
2796
+ "mainnet": {
2797
+ "chain": "ETH",
2798
+ "chainId": 480,
2799
+ "ens": None,
2800
+ "explorers": [
2801
+ {
2802
+ "name": "etherscan",
2803
+ "standard": "EIP3091",
2804
+ "url": "https://worldscan.org",
2805
+ },
2806
+ {
2807
+ "icon": "blockscout",
2808
+ "name": "blockscout",
2809
+ "standard": "EIP3091",
2810
+ "url": "https://worldchain-mainnet.explorer.alchemy.com",
2811
+ },
2812
+ ],
2813
+ "faucets": [],
2814
+ "features": None,
2815
+ "icon": None,
2816
+ "infoURL": "https://world.org/world-chain",
2817
+ "name": "World Chain",
2818
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2819
+ "networkId": 480,
2820
+ "rpc": [
2821
+ "https://worldchain-mainnet.g.alchemy.com/public",
2822
+ "https://480.rpc.thirdweb.com",
2823
+ "https://worldchain-mainnet.gateway.tenderly.co",
2824
+ ],
2825
+ "shortName": "wc",
2826
+ "slip44": 1,
2827
+ },
2828
+ "sepolia": {
2829
+ "chain": "ETH",
2830
+ "chainId": 4801,
2831
+ "ens": None,
2832
+ "explorers": [
2833
+ {
2834
+ "name": "etherscan",
2835
+ "standard": "EIP3091",
2836
+ "url": "https://sepolia.worldscan.org",
2837
+ },
2838
+ {
2839
+ "icon": "blockscout",
2840
+ "name": "blockscout",
2841
+ "standard": "EIP3091",
2842
+ "url": "https://worldchain-sepolia.explorer.alchemy.com",
2843
+ },
2844
+ ],
2845
+ "faucets": [
2846
+ "https://www.alchemy.com/faucets/world-chain-sepolia",
2847
+ "https://console.optimism.io/faucet",
2848
+ ],
2849
+ "features": None,
2850
+ "icon": None,
2851
+ "infoURL": "https://world.org/world-chain",
2852
+ "name": "World Chain Sepolia Testnet",
2853
+ "nativeCurrency": {
2854
+ "decimals": 18,
2855
+ "name": "Sepolia Ether",
2856
+ "symbol": "ETH",
2857
+ },
2858
+ "networkId": 4801,
2859
+ "rpc": [
2860
+ "https://worldchain-sepolia.g.alchemy.com/public",
2861
+ "https://4801.rpc.thirdweb.com",
2862
+ "https://worldchain-sepolia.gateway.tenderly.co",
2863
+ ],
2864
+ "shortName": "wcsep",
2865
+ "slip44": 1,
2866
+ },
2867
+ },
2055
2868
  "xai": {
2056
2869
  "mainnet": {
2057
2870
  "chain": "XAI",
@@ -2098,6 +2911,106 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2098
2911
  "slip44": None,
2099
2912
  },
2100
2913
  },
2914
+ "xmtp": {
2915
+ "mainnet": {
2916
+ "chain": "ETH",
2917
+ "chainId": 24132016,
2918
+ "ens": None,
2919
+ "explorers": [],
2920
+ "faucets": [],
2921
+ "features": None,
2922
+ "icon": None,
2923
+ "infoURL": "https://xmtp.org",
2924
+ "name": "XMTP",
2925
+ "nativeCurrency": {"decimals": 18, "name": "USDC", "symbol": "USDC"},
2926
+ "networkId": 24132016,
2927
+ "rpc": [],
2928
+ "shortName": "xmtp",
2929
+ "slip44": None,
2930
+ },
2931
+ "sepolia": {
2932
+ "chain": "ETH",
2933
+ "chainId": 241320161,
2934
+ "ens": None,
2935
+ "explorers": [],
2936
+ "faucets": [],
2937
+ "features": None,
2938
+ "icon": None,
2939
+ "infoURL": "https://xmtp.org",
2940
+ "name": "XMTP Sepolia",
2941
+ "nativeCurrency": {"decimals": 18, "name": "USDC", "symbol": "USDC"},
2942
+ "networkId": 241320161,
2943
+ "rpc": [],
2944
+ "shortName": "xmtp-sepolia",
2945
+ "slip44": None,
2946
+ },
2947
+ },
2948
+ "zetachain": {
2949
+ "mainnet": {
2950
+ "chain": "ZetaChain",
2951
+ "chainId": 7000,
2952
+ "ens": None,
2953
+ "explorers": [
2954
+ {
2955
+ "name": "ZetaChain Mainnet Explorer",
2956
+ "standard": "none",
2957
+ "url": "https://explorer.zetachain.com",
2958
+ }
2959
+ ],
2960
+ "faucets": [],
2961
+ "features": None,
2962
+ "icon": "zetachain",
2963
+ "infoURL": "https://zetachain.com/docs/",
2964
+ "name": "ZetaChain Mainnet",
2965
+ "nativeCurrency": {"decimals": 18, "name": "Zeta", "symbol": "ZETA"},
2966
+ "networkId": 7000,
2967
+ "rpc": [
2968
+ "https://zetachain-evm.blockpi.network/v1/rpc/public",
2969
+ "https://zetachain-mainnet.g.allthatnode.com/archive/evm",
2970
+ "https://zeta-chain.drpc.org",
2971
+ "https://zetachain-mainnet.public.blastapi.io",
2972
+ "https://7000.rpc.thirdweb.com",
2973
+ ],
2974
+ "shortName": "zetachain-mainnet",
2975
+ "slip44": None,
2976
+ },
2977
+ "testnet": {
2978
+ "chain": "ZetaChain",
2979
+ "chainId": 7001,
2980
+ "ens": None,
2981
+ "explorers": [
2982
+ {
2983
+ "name": "ZetaScan",
2984
+ "standard": "none",
2985
+ "url": "https://athens.explorer.zetachain.com",
2986
+ },
2987
+ {
2988
+ "icon": "blockscout",
2989
+ "name": "Blockscout",
2990
+ "standard": "EIP3091",
2991
+ "url": "https://zetachain-athens-3.blockscout.com",
2992
+ },
2993
+ ],
2994
+ "faucets": [
2995
+ "https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/"
2996
+ ],
2997
+ "features": None,
2998
+ "icon": "zetachain",
2999
+ "infoURL": "https://zetachain.com/docs",
3000
+ "name": "ZetaChain Testnet",
3001
+ "nativeCurrency": {"decimals": 18, "name": "Zeta", "symbol": "ZETA"},
3002
+ "networkId": 7001,
3003
+ "rpc": [
3004
+ "https://zetachain-athens-evm.blockpi.network/v1/rpc/public",
3005
+ "https://zetachain-testnet.public.blastapi.io",
3006
+ "https://zetachain-athens.g.allthatnode.com/archive/evm",
3007
+ "https://7001.rpc.thirdweb.com",
3008
+ "https://zeta-chain-testnet.drpc.org",
3009
+ ],
3010
+ "shortName": "zetachain-testnet",
3011
+ "slip44": 1,
3012
+ },
3013
+ },
2101
3014
  "zksync": {
2102
3015
  "mainnet": {
2103
3016
  "chain": "ETH",
@@ -2149,4 +3062,54 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
2149
3062
  "slip44": 1,
2150
3063
  },
2151
3064
  },
3065
+ "zora": {
3066
+ "mainnet": {
3067
+ "chain": "ETH",
3068
+ "chainId": 7777777,
3069
+ "ens": None,
3070
+ "explorers": [
3071
+ {
3072
+ "name": "Zora Network Explorer",
3073
+ "standard": "EIP3091",
3074
+ "url": "https://explorer.zora.energy",
3075
+ }
3076
+ ],
3077
+ "faucets": [],
3078
+ "features": None,
3079
+ "icon": "zora",
3080
+ "infoURL": "https://zora.energy",
3081
+ "name": "Zora",
3082
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
3083
+ "networkId": 7777777,
3084
+ "rpc": ["https://rpc.zora.energy/"],
3085
+ "shortName": "zora",
3086
+ "slip44": None,
3087
+ },
3088
+ "sepolia": {
3089
+ "chain": "ETH",
3090
+ "chainId": 999999999,
3091
+ "ens": None,
3092
+ "explorers": [
3093
+ {
3094
+ "name": "Zora Sepolia Testnet Network Explorer",
3095
+ "standard": "EIP3091",
3096
+ "url": "https://sepolia.explorer.zora.energy",
3097
+ }
3098
+ ],
3099
+ "faucets": [],
3100
+ "features": None,
3101
+ "icon": "zoraSepoliaTestnet",
3102
+ "infoURL": "https://zora.energy",
3103
+ "name": "Zora Sepolia Testnet",
3104
+ "nativeCurrency": {
3105
+ "decimals": 18,
3106
+ "name": "Sepolia Ether",
3107
+ "symbol": "ETH",
3108
+ },
3109
+ "networkId": 999999999,
3110
+ "rpc": ["https://sepolia.rpc.zora.energy"],
3111
+ "shortName": "zsep",
3112
+ "slip44": 1,
3113
+ },
3114
+ },
2152
3115
  }