evmchains 0.0.13__py3-none-any.whl → 0.1.1__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.0.13'
16
- __version_tuple__ = version_tuple = (0, 0, 13)
15
+ __version__ = version = '0.1.1'
16
+ __version_tuple__ = version_tuple = (0, 1, 1)
evmchains/chains.py CHANGED
@@ -3,7 +3,7 @@
3
3
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
4
4
  !!!! DO NOT EDIT THIS FILE DIRECTLY! !!!!
5
5
  !!!! This file is auto-generated by scripts/update.py !!!!
6
- !!!! 2024-10-15 20:35:49.075377+00:00 !!!!
6
+ !!!! 2024-10-25 13:16:30.325248+00:00 !!!!
7
7
  !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
8
8
  """
9
9
 
@@ -107,6 +107,38 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
107
107
  "shortName": "arb-sep",
108
108
  "slip44": 1,
109
109
  },
110
+ "nova": {
111
+ "chain": "ETH",
112
+ "chainId": 42170,
113
+ "ens": None,
114
+ "explorers": [
115
+ {
116
+ "icon": "blockscout",
117
+ "name": "Arbitrum Nova Chain Explorer",
118
+ "standard": "EIP3091",
119
+ "url": "https://nova-explorer.arbitrum.io",
120
+ },
121
+ {
122
+ "icon": "dexguru",
123
+ "name": "dexguru",
124
+ "standard": "EIP3091",
125
+ "url": "https://nova.dex.guru",
126
+ },
127
+ ],
128
+ "faucets": [],
129
+ "features": None,
130
+ "icon": None,
131
+ "infoURL": "https://arbitrum.io",
132
+ "name": "Arbitrum Nova",
133
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
134
+ "networkId": 42170,
135
+ "rpc": [
136
+ "https://nova.arbitrum.io/rpc",
137
+ "https://arbitrum-nova.publicnode.com",
138
+ ],
139
+ "shortName": "arb-nova",
140
+ "slip44": None,
141
+ },
110
142
  },
111
143
  "avalanche": {
112
144
  "mainnet": {
@@ -291,6 +323,28 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
291
323
  "shortName": "blastsepolia",
292
324
  "slip44": None,
293
325
  },
326
+ "testnet": {
327
+ "chain": "ETH",
328
+ "chainId": 23888,
329
+ "ens": None,
330
+ "explorers": [
331
+ {
332
+ "name": "Blast Testnet",
333
+ "standard": "EIP3091",
334
+ "url": "http://testnet-explorer.blastblockchain.com",
335
+ }
336
+ ],
337
+ "faucets": [],
338
+ "features": None,
339
+ "icon": "blastIcon",
340
+ "infoURL": "https://docs.blastblockchain.com",
341
+ "name": "Blast Testnet",
342
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
343
+ "networkId": 23888,
344
+ "rpc": ["http://testnet-rpc.blastblockchain.com"],
345
+ "shortName": "blastT",
346
+ "slip44": None,
347
+ },
294
348
  },
295
349
  "bsc": {
296
350
  "mainnet": {
@@ -373,7 +427,7 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
373
427
  "shortName": "bnbt",
374
428
  "slip44": 1,
375
429
  },
376
- "opBNB": {
430
+ "opbnb": {
377
431
  "chain": "opBNB",
378
432
  "chainId": 204,
379
433
  "ens": None,
@@ -405,6 +459,250 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
405
459
  "shortName": "obnb",
406
460
  "slip44": 714,
407
461
  },
462
+ "opbnb-testnet": {
463
+ "chain": "opBNB",
464
+ "chainId": 5611,
465
+ "ens": None,
466
+ "explorers": [
467
+ {
468
+ "name": "bscscan-opbnb-testnet",
469
+ "standard": "EIP3091",
470
+ "url": "https://opbnb-testnet.bscscan.com",
471
+ },
472
+ {
473
+ "name": "opbnbscan",
474
+ "standard": "EIP3091",
475
+ "url": "https://opbnbscan.com",
476
+ },
477
+ ],
478
+ "faucets": ["https://testnet.bnbchain.org/faucet-smart"],
479
+ "features": None,
480
+ "icon": "bnbchain",
481
+ "infoURL": "https://opbnb.bnbchain.org/en",
482
+ "name": "opBNB Testnet",
483
+ "nativeCurrency": {
484
+ "decimals": 18,
485
+ "name": "BNB Chain Native Token",
486
+ "symbol": "tBNB",
487
+ },
488
+ "networkId": 5611,
489
+ "rpc": [
490
+ "https://opbnb-testnet-rpc.bnbchain.org",
491
+ "https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3",
492
+ "https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5",
493
+ "https://opbnb-testnet-rpc.publicnode.com",
494
+ ],
495
+ "shortName": "obnbt",
496
+ "slip44": 1,
497
+ },
498
+ },
499
+ "bttc": {
500
+ "mainnet": {
501
+ "chain": "BTTC",
502
+ "chainId": 199,
503
+ "ens": None,
504
+ "explorers": [
505
+ {
506
+ "name": "BitTorrent Chain Explorer",
507
+ "standard": "EIP3091",
508
+ "url": "https://bttcscan.com",
509
+ }
510
+ ],
511
+ "faucets": [],
512
+ "features": None,
513
+ "icon": None,
514
+ "infoURL": "https://bt.io",
515
+ "name": "BitTorrent Chain Mainnet",
516
+ "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"},
517
+ "networkId": 199,
518
+ "rpc": ["https://rpc.bt.io", "https://bittorrent.drpc.org"],
519
+ "shortName": "BTT",
520
+ "slip44": None,
521
+ },
522
+ "donau": {
523
+ "chain": "BTTC",
524
+ "chainId": 1028,
525
+ "ens": None,
526
+ "explorers": [
527
+ {
528
+ "name": "testbttcscan",
529
+ "standard": "none",
530
+ "url": "https://testscan.bittorrentchain.io",
531
+ }
532
+ ],
533
+ "faucets": [],
534
+ "features": None,
535
+ "icon": None,
536
+ "infoURL": "https://bittorrentchain.io/",
537
+ "name": "BitTorrent Chain Testnet",
538
+ "nativeCurrency": {"decimals": 18, "name": "BitTorrent", "symbol": "BTT"},
539
+ "networkId": 1028,
540
+ "rpc": ["https://testrpc.bittorrentchain.io/"],
541
+ "shortName": "tbtt",
542
+ "slip44": 1,
543
+ },
544
+ },
545
+ "celo": {
546
+ "mainnet": {
547
+ "chain": "CELO",
548
+ "chainId": 42220,
549
+ "ens": None,
550
+ "explorers": [
551
+ {
552
+ "name": "Celoscan",
553
+ "standard": "EIP3091",
554
+ "url": "https://celoscan.io",
555
+ },
556
+ {
557
+ "name": "blockscout",
558
+ "standard": "none",
559
+ "url": "https://explorer.celo.org",
560
+ },
561
+ ],
562
+ "faucets": [],
563
+ "features": None,
564
+ "icon": None,
565
+ "infoURL": "https://docs.celo.org/",
566
+ "name": "Celo Mainnet",
567
+ "nativeCurrency": {"decimals": 18, "name": "CELO", "symbol": "CELO"},
568
+ "networkId": 42220,
569
+ "rpc": ["https://forno.celo.org"],
570
+ "shortName": "celo",
571
+ "slip44": None,
572
+ },
573
+ "alfajores": {
574
+ "chain": "CELO",
575
+ "chainId": 44787,
576
+ "ens": None,
577
+ "explorers": [
578
+ {
579
+ "name": "Alfajoresscan",
580
+ "standard": "EIP3091",
581
+ "url": "https://alfajores.celoscan.io",
582
+ }
583
+ ],
584
+ "faucets": [
585
+ "https://celo.org/developers/faucet",
586
+ "https://cauldron.pretoriaresearchlab.io/alfajores-faucet",
587
+ ],
588
+ "features": None,
589
+ "icon": None,
590
+ "infoURL": "https://docs.celo.org/",
591
+ "name": "Celo Alfajores Testnet",
592
+ "nativeCurrency": {"decimals": 18, "name": "CELO", "symbol": "CELO"},
593
+ "networkId": 44787,
594
+ "rpc": ["https://alfajores-forno.celo-testnet.org"],
595
+ "shortName": "ALFA",
596
+ "slip44": 1,
597
+ },
598
+ },
599
+ "cronos": {
600
+ "mainnet": {
601
+ "chain": "CRO",
602
+ "chainId": 25,
603
+ "ens": None,
604
+ "explorers": [
605
+ {
606
+ "name": "Cronos Explorer",
607
+ "standard": "none",
608
+ "url": "https://explorer.cronos.org",
609
+ }
610
+ ],
611
+ "faucets": [],
612
+ "features": [{"name": "EIP1559"}],
613
+ "icon": None,
614
+ "infoURL": "https://cronos.org/",
615
+ "name": "Cronos Mainnet",
616
+ "nativeCurrency": {"decimals": 18, "name": "Cronos", "symbol": "CRO"},
617
+ "networkId": 25,
618
+ "rpc": [
619
+ "https://evm.cronos.org",
620
+ "https://cronos-evm-rpc.publicnode.com",
621
+ "https://cronos.drpc.org",
622
+ ],
623
+ "shortName": "cro",
624
+ "slip44": None,
625
+ },
626
+ "testnet": {
627
+ "chain": "CRO",
628
+ "chainId": 338,
629
+ "ens": None,
630
+ "explorers": [
631
+ {
632
+ "name": "Cronos Testnet Explorer",
633
+ "standard": "none",
634
+ "url": "https://explorer.cronos.org/testnet",
635
+ }
636
+ ],
637
+ "faucets": ["https://cronos.org/faucet"],
638
+ "features": None,
639
+ "icon": None,
640
+ "infoURL": "https://cronos.org",
641
+ "name": "Cronos Testnet",
642
+ "nativeCurrency": {
643
+ "decimals": 18,
644
+ "name": "Cronos Test Coin",
645
+ "symbol": "TCRO",
646
+ },
647
+ "networkId": 338,
648
+ "rpc": ["https://evm-t3.cronos.org", "https://cronos-testnet.drpc.org"],
649
+ "shortName": "tcro",
650
+ "slip44": 1,
651
+ },
652
+ },
653
+ "cronos-zkevm": {
654
+ "mainnet": {
655
+ "chain": "CronosZkEVMMainnet",
656
+ "chainId": 388,
657
+ "ens": None,
658
+ "explorers": [
659
+ {
660
+ "name": "Cronos zkEVM (Mainnet) Chain Explorer",
661
+ "standard": "none",
662
+ "url": "https://explorer.zkevm.cronos.org",
663
+ }
664
+ ],
665
+ "faucets": [],
666
+ "features": None,
667
+ "icon": None,
668
+ "infoURL": "https://cronos.org/zkevm",
669
+ "name": "Cronos zkEVM Mainnet",
670
+ "nativeCurrency": {
671
+ "decimals": 18,
672
+ "name": "Cronos zkEVM CRO",
673
+ "symbol": "zkCRO",
674
+ },
675
+ "networkId": 388,
676
+ "rpc": ["https://mainnet.zkevm.cronos.org"],
677
+ "shortName": "zkCRO",
678
+ "slip44": None,
679
+ },
680
+ "testnet": {
681
+ "chain": "CronosZkEVMTestnet",
682
+ "chainId": 282,
683
+ "ens": None,
684
+ "explorers": [
685
+ {
686
+ "name": "Cronos zkEVM Testnet Explorer",
687
+ "standard": "none",
688
+ "url": "https://explorer.zkevm.cronos.org/testnet",
689
+ }
690
+ ],
691
+ "faucets": ["https://zkevm.cronos.org/faucet"],
692
+ "features": None,
693
+ "icon": None,
694
+ "infoURL": "https://docs-zkevm.cronos.org",
695
+ "name": "Cronos zkEVM Testnet",
696
+ "nativeCurrency": {
697
+ "decimals": 18,
698
+ "name": "Cronos zkEVM Test Coin",
699
+ "symbol": "zkTCRO",
700
+ },
701
+ "networkId": 282,
702
+ "rpc": ["https://testnet.zkevm.cronos.org"],
703
+ "shortName": "zkTCRO",
704
+ "slip44": 1,
705
+ },
408
706
  },
409
707
  "ethereum": {
410
708
  "mainnet": {
@@ -638,6 +936,60 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
638
936
  "slip44": 1,
639
937
  },
640
938
  },
939
+ "fraxtal": {
940
+ "mainnet": {
941
+ "chain": "FRAX",
942
+ "chainId": 252,
943
+ "ens": None,
944
+ "explorers": [
945
+ {
946
+ "name": "fraxscan",
947
+ "standard": "EIP3091",
948
+ "url": "https://fraxscan.com",
949
+ }
950
+ ],
951
+ "faucets": [],
952
+ "features": None,
953
+ "icon": "fraxtal",
954
+ "infoURL": "https://mainnet.frax.com",
955
+ "name": "Fraxtal",
956
+ "nativeCurrency": {
957
+ "decimals": 18,
958
+ "name": "Frax Ether",
959
+ "symbol": "frxETH",
960
+ },
961
+ "networkId": 252,
962
+ "rpc": ["https://rpc.frax.com"],
963
+ "shortName": "fraxtal",
964
+ "slip44": None,
965
+ },
966
+ "holesky": {
967
+ "chain": "FRAX",
968
+ "chainId": 2522,
969
+ "ens": None,
970
+ "explorers": [
971
+ {
972
+ "name": "fraxscan",
973
+ "standard": "EIP3091",
974
+ "url": "https://holesky.fraxscan.com",
975
+ }
976
+ ],
977
+ "faucets": [],
978
+ "features": None,
979
+ "icon": "fraxtal",
980
+ "infoURL": "https://testnet.frax.com",
981
+ "name": "Fraxtal Testnet",
982
+ "nativeCurrency": {
983
+ "decimals": 18,
984
+ "name": "Frax Ether",
985
+ "symbol": "frxETH",
986
+ },
987
+ "networkId": 2522,
988
+ "rpc": ["https://rpc.testnet.frax.com"],
989
+ "shortName": "fraxtal-testnet",
990
+ "slip44": 1,
991
+ },
992
+ },
641
993
  "gnosis": {
642
994
  "mainnet": {
643
995
  "chain": "GNO",
@@ -689,6 +1041,58 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
689
1041
  "slip44": 700,
690
1042
  },
691
1043
  },
1044
+ "kroma": {
1045
+ "mainnet": {
1046
+ "chain": "ETH",
1047
+ "chainId": 255,
1048
+ "ens": None,
1049
+ "explorers": [
1050
+ {
1051
+ "icon": "blockscout",
1052
+ "name": "blockscout",
1053
+ "standard": "EIP3091",
1054
+ "url": "https://blockscout.kroma.network",
1055
+ }
1056
+ ],
1057
+ "faucets": [],
1058
+ "features": None,
1059
+ "icon": "kroma",
1060
+ "infoURL": "https://kroma.network",
1061
+ "name": "Kroma",
1062
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1063
+ "networkId": 255,
1064
+ "rpc": ["https://api.kroma.network", "https://rpc-kroma.rockx.com"],
1065
+ "shortName": "kroma",
1066
+ "slip44": None,
1067
+ },
1068
+ "sepolia": {
1069
+ "chain": "ETH",
1070
+ "chainId": 2358,
1071
+ "ens": None,
1072
+ "explorers": [
1073
+ {
1074
+ "icon": "kroma",
1075
+ "name": "blockscout",
1076
+ "standard": "EIP3091",
1077
+ "url": "https://blockscout.sepolia.kroma.network",
1078
+ }
1079
+ ],
1080
+ "faucets": [],
1081
+ "features": None,
1082
+ "icon": "kroma",
1083
+ "infoURL": "https://kroma.network",
1084
+ "name": "Kroma Sepolia",
1085
+ "nativeCurrency": {
1086
+ "decimals": 18,
1087
+ "name": "Sepolia Ether",
1088
+ "symbol": "ETH",
1089
+ },
1090
+ "networkId": 2358,
1091
+ "rpc": ["https://api.sepolia.kroma.network"],
1092
+ "shortName": "kroma-sepolia",
1093
+ "slip44": 1,
1094
+ },
1095
+ },
692
1096
  "linea": {
693
1097
  "mainnet": {
694
1098
  "chain": "ETH",
@@ -763,6 +1167,178 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
763
1167
  "slip44": 1,
764
1168
  },
765
1169
  },
1170
+ "mantle": {
1171
+ "mainnet": {
1172
+ "chain": "ETH",
1173
+ "chainId": 5000,
1174
+ "ens": None,
1175
+ "explorers": [
1176
+ {
1177
+ "name": "mantlescan",
1178
+ "standard": "EIP3091",
1179
+ "url": "https://mantlescan.xyz",
1180
+ },
1181
+ {
1182
+ "name": "Mantle Explorer",
1183
+ "standard": "EIP3091",
1184
+ "url": "https://explorer.mantle.xyz",
1185
+ },
1186
+ ],
1187
+ "faucets": [],
1188
+ "features": None,
1189
+ "icon": "mantle",
1190
+ "infoURL": "https://mantle.xyz",
1191
+ "name": "Mantle",
1192
+ "nativeCurrency": {"decimals": 18, "name": "Mantle", "symbol": "MNT"},
1193
+ "networkId": 5000,
1194
+ "rpc": ["https://rpc.mantle.xyz", "https://mantle-rpc.publicnode.com"],
1195
+ "shortName": "mantle",
1196
+ "slip44": None,
1197
+ },
1198
+ "testnet": {
1199
+ "chain": "ETH",
1200
+ "chainId": 5001,
1201
+ "ens": None,
1202
+ "explorers": [
1203
+ {
1204
+ "name": "Mantle Testnet Explorer",
1205
+ "standard": "EIP3091",
1206
+ "url": "https://explorer.testnet.mantle.xyz",
1207
+ }
1208
+ ],
1209
+ "faucets": ["https://faucet.testnet.mantle.xyz"],
1210
+ "features": None,
1211
+ "icon": None,
1212
+ "infoURL": "https://mantle.xyz",
1213
+ "name": "Mantle Testnet",
1214
+ "nativeCurrency": {
1215
+ "decimals": 18,
1216
+ "name": "Testnet Mantle",
1217
+ "symbol": "MNT",
1218
+ },
1219
+ "networkId": 5001,
1220
+ "rpc": ["https://rpc.testnet.mantle.xyz"],
1221
+ "shortName": "mantle-testnet",
1222
+ "slip44": 1,
1223
+ },
1224
+ "sepolia": {
1225
+ "chain": "ETH",
1226
+ "chainId": 5003,
1227
+ "ens": None,
1228
+ "explorers": [
1229
+ {
1230
+ "name": "blockscout",
1231
+ "standard": "EIP3091",
1232
+ "url": "https://explorer.sepolia.mantle.xyz",
1233
+ }
1234
+ ],
1235
+ "faucets": ["https://faucet.sepolia.mantle.xyz"],
1236
+ "features": None,
1237
+ "icon": None,
1238
+ "infoURL": "https://mantle.xyz",
1239
+ "name": "Mantle Sepolia Testnet",
1240
+ "nativeCurrency": {
1241
+ "decimals": 18,
1242
+ "name": "Sepolia Mantle",
1243
+ "symbol": "MNT",
1244
+ },
1245
+ "networkId": 5003,
1246
+ "rpc": ["https://rpc.sepolia.mantle.xyz"],
1247
+ "shortName": "mnt-sep",
1248
+ "slip44": 1,
1249
+ },
1250
+ },
1251
+ "moonbeam": {
1252
+ "mainnet": {
1253
+ "chain": "MOON",
1254
+ "chainId": 1284,
1255
+ "ens": None,
1256
+ "explorers": [
1257
+ {
1258
+ "name": "moonscan",
1259
+ "standard": "none",
1260
+ "url": "https://moonbeam.moonscan.io",
1261
+ }
1262
+ ],
1263
+ "faucets": [],
1264
+ "features": None,
1265
+ "icon": None,
1266
+ "infoURL": "https://moonbeam.network/networks/moonbeam/",
1267
+ "name": "Moonbeam",
1268
+ "nativeCurrency": {"decimals": 18, "name": "Glimmer", "symbol": "GLMR"},
1269
+ "networkId": 1284,
1270
+ "rpc": [
1271
+ "https://rpc.api.moonbeam.network",
1272
+ "https://moonbeam.public.blastapi.io",
1273
+ "https://moonbeam-rpc.dwellir.com",
1274
+ "https://moonbeam.api.onfinality.io/public",
1275
+ "https://moonbeam.unitedbloc.com",
1276
+ "https://moonbeam-rpc.publicnode.com",
1277
+ "https://moonbeam.drpc.org",
1278
+ ],
1279
+ "shortName": "mbeam",
1280
+ "slip44": None,
1281
+ },
1282
+ "moonbase": {
1283
+ "chain": "MOON",
1284
+ "chainId": 1287,
1285
+ "ens": None,
1286
+ "explorers": [
1287
+ {
1288
+ "name": "moonscan",
1289
+ "standard": "none",
1290
+ "url": "https://moonbase.moonscan.io",
1291
+ }
1292
+ ],
1293
+ "faucets": [],
1294
+ "features": None,
1295
+ "icon": None,
1296
+ "infoURL": "https://docs.moonbeam.network/learn/platform/networks/moonbase/",
1297
+ "name": "Moonbase Alpha",
1298
+ "nativeCurrency": {"decimals": 18, "name": "Dev", "symbol": "DEV"},
1299
+ "networkId": 1287,
1300
+ "rpc": [
1301
+ "https://rpc.api.moonbase.moonbeam.network",
1302
+ "https://moonbase-alpha.public.blastapi.io",
1303
+ "https://moonbase-rpc.dwellir.com",
1304
+ "https://moonbeam-alpha.api.onfinality.io/public",
1305
+ "https://moonbase.unitedbloc.com",
1306
+ "https://moonbase-alpha.drpc.org",
1307
+ ],
1308
+ "shortName": "mbase",
1309
+ "slip44": 1,
1310
+ },
1311
+ "moonriver": {
1312
+ "chain": "MOON",
1313
+ "chainId": 1285,
1314
+ "ens": None,
1315
+ "explorers": [
1316
+ {
1317
+ "name": "moonscan",
1318
+ "standard": "none",
1319
+ "url": "https://moonriver.moonscan.io",
1320
+ }
1321
+ ],
1322
+ "faucets": [],
1323
+ "features": None,
1324
+ "icon": None,
1325
+ "infoURL": "https://moonbeam.network/networks/moonriver/",
1326
+ "name": "Moonriver",
1327
+ "nativeCurrency": {"decimals": 18, "name": "Moonriver", "symbol": "MOVR"},
1328
+ "networkId": 1285,
1329
+ "rpc": [
1330
+ "https://rpc.api.moonriver.moonbeam.network",
1331
+ "https://moonriver.public.blastapi.io",
1332
+ "https://moonriver-rpc.dwellir.com",
1333
+ "https://moonriver.api.onfinality.io/public",
1334
+ "https://moonriver.unitedbloc.com",
1335
+ "https://moonriver-rpc.publicnode.com",
1336
+ "https://moonriver.drpc.org",
1337
+ ],
1338
+ "shortName": "mriver",
1339
+ "slip44": None,
1340
+ },
1341
+ },
766
1342
  "optimism": {
767
1343
  "mainnet": {
768
1344
  "chain": "ETH",
@@ -1183,4 +1759,298 @@ PUBLIC_CHAIN_META: Dict[str, Dict[str, Dict[str, Any]]] = {
1183
1759
  "slip44": None,
1184
1760
  },
1185
1761
  },
1762
+ "scroll": {
1763
+ "mainnet": {
1764
+ "chain": "ETH",
1765
+ "chainId": 534352,
1766
+ "ens": None,
1767
+ "explorers": [
1768
+ {
1769
+ "name": "Scrollscan",
1770
+ "standard": "EIP3091",
1771
+ "url": "https://scrollscan.com",
1772
+ }
1773
+ ],
1774
+ "faucets": [],
1775
+ "features": None,
1776
+ "icon": None,
1777
+ "infoURL": "https://scroll.io",
1778
+ "name": "Scroll",
1779
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1780
+ "networkId": 534352,
1781
+ "rpc": [
1782
+ "https://rpc.scroll.io",
1783
+ "https://rpc.ankr.com/scroll",
1784
+ "https://scroll-mainnet.chainstacklabs.com",
1785
+ "https://scroll-rpc.publicnode.com",
1786
+ ],
1787
+ "shortName": "scr",
1788
+ "slip44": None,
1789
+ },
1790
+ "sepolia": {
1791
+ "chain": "ETH",
1792
+ "chainId": 534351,
1793
+ "ens": None,
1794
+ "explorers": [
1795
+ {
1796
+ "name": "Scroll Sepolia Etherscan",
1797
+ "standard": "EIP3091",
1798
+ "url": "https://sepolia.scrollscan.com",
1799
+ }
1800
+ ],
1801
+ "faucets": [],
1802
+ "features": None,
1803
+ "icon": None,
1804
+ "infoURL": "https://scroll.io",
1805
+ "name": "Scroll Sepolia Testnet",
1806
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1807
+ "networkId": 534351,
1808
+ "rpc": [
1809
+ "https://sepolia-rpc.scroll.io",
1810
+ "https://rpc.ankr.com/scroll_sepolia_testnet",
1811
+ "https://scroll-sepolia.chainstacklabs.com",
1812
+ "https://scroll-testnet-public.unifra.io",
1813
+ "https://scroll-sepolia-rpc.publicnode.com",
1814
+ ],
1815
+ "shortName": "scr-sepolia",
1816
+ "slip44": 1,
1817
+ },
1818
+ },
1819
+ "taiko": {
1820
+ "mainnet": {
1821
+ "chain": "ETH",
1822
+ "chainId": 167000,
1823
+ "ens": None,
1824
+ "explorers": [
1825
+ {
1826
+ "name": "etherscan",
1827
+ "standard": "EIP3091",
1828
+ "url": "https://taikoscan.io",
1829
+ }
1830
+ ],
1831
+ "faucets": [],
1832
+ "features": None,
1833
+ "icon": "taiko",
1834
+ "infoURL": "https://taiko.xyz",
1835
+ "name": "Taiko Mainnet",
1836
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1837
+ "networkId": 167000,
1838
+ "rpc": [
1839
+ "https://rpc.mainnet.taiko.xyz",
1840
+ "https://taiko-rpc.publicnode.com",
1841
+ ],
1842
+ "shortName": "tko-mainnet",
1843
+ "slip44": None,
1844
+ },
1845
+ "hekla": {
1846
+ "chain": "ETH",
1847
+ "chainId": 167009,
1848
+ "ens": None,
1849
+ "explorers": [
1850
+ {
1851
+ "name": "blockscout",
1852
+ "standard": "EIP3091",
1853
+ "url": "https://blockscoutapi.hekla.taiko.xyz",
1854
+ },
1855
+ {
1856
+ "name": "routescan",
1857
+ "standard": "EIP3091",
1858
+ "url": "https://hekla.taikoscan.network",
1859
+ },
1860
+ ],
1861
+ "faucets": [],
1862
+ "features": None,
1863
+ "icon": "taiko",
1864
+ "infoURL": "https://taiko.xyz",
1865
+ "name": "Taiko Hekla L2",
1866
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
1867
+ "networkId": 167009,
1868
+ "rpc": [
1869
+ "https://rpc.hekla.taiko.xyz",
1870
+ "https://taiko-hekla-rpc.publicnode.com",
1871
+ ],
1872
+ "shortName": "tko-hekla",
1873
+ "slip44": None,
1874
+ },
1875
+ },
1876
+ "unichain": {
1877
+ "sepolia": {
1878
+ "chain": "ETH",
1879
+ "chainId": 1301,
1880
+ "ens": None,
1881
+ "explorers": [
1882
+ {
1883
+ "name": "Unichain Sepolia Testnet Explorer",
1884
+ "standard": "EIP3091",
1885
+ "url": "https://unichain-sepolia.blockscout.com",
1886
+ },
1887
+ {
1888
+ "name": "Unichain Sepolia Testnet Explorer",
1889
+ "standard": "EIP3091",
1890
+ "url": "https://sepolia.uniscan.xyz",
1891
+ },
1892
+ ],
1893
+ "faucets": [],
1894
+ "features": None,
1895
+ "icon": None,
1896
+ "infoURL": "https://unichain.org",
1897
+ "name": "Unichain Sepolia Testnet",
1898
+ "nativeCurrency": {
1899
+ "decimals": 18,
1900
+ "name": "Sepolia Ether",
1901
+ "symbol": "ETH",
1902
+ },
1903
+ "networkId": 1301,
1904
+ "rpc": ["https://sepolia.unichain.org"],
1905
+ "shortName": "unichain-sep",
1906
+ "slip44": None,
1907
+ },
1908
+ },
1909
+ "wemix": {
1910
+ "mainnet": {
1911
+ "chain": "WEMIX",
1912
+ "chainId": 1111,
1913
+ "ens": None,
1914
+ "explorers": [
1915
+ {
1916
+ "name": "WEMIX Block Explorer",
1917
+ "standard": "EIP3091",
1918
+ "url": "https://explorer.wemix.com",
1919
+ }
1920
+ ],
1921
+ "faucets": [],
1922
+ "features": None,
1923
+ "icon": None,
1924
+ "infoURL": "https://wemix.com",
1925
+ "name": "WEMIX3.0 Mainnet",
1926
+ "nativeCurrency": {"decimals": 18, "name": "WEMIX", "symbol": "WEMIX"},
1927
+ "networkId": 1111,
1928
+ "rpc": ["https://api.wemix.com"],
1929
+ "shortName": "wemix",
1930
+ "slip44": None,
1931
+ },
1932
+ "testnet": {
1933
+ "chain": "TWEMIX",
1934
+ "chainId": 1112,
1935
+ "ens": None,
1936
+ "explorers": [
1937
+ {
1938
+ "name": "WEMIX Testnet Microscope",
1939
+ "standard": "EIP3091",
1940
+ "url": "https://microscope.test.wemix.com",
1941
+ }
1942
+ ],
1943
+ "faucets": ["https://wallet.test.wemix.com/faucet"],
1944
+ "features": None,
1945
+ "icon": None,
1946
+ "infoURL": "https://wemix.com",
1947
+ "name": "WEMIX3.0 Testnet",
1948
+ "nativeCurrency": {
1949
+ "decimals": 18,
1950
+ "name": "TestnetWEMIX",
1951
+ "symbol": "tWEMIX",
1952
+ },
1953
+ "networkId": 1112,
1954
+ "rpc": ["https://api.test.wemix.com"],
1955
+ "shortName": "twemix",
1956
+ "slip44": 1,
1957
+ },
1958
+ },
1959
+ "xai": {
1960
+ "mainnet": {
1961
+ "chain": "XAI",
1962
+ "chainId": 660279,
1963
+ "ens": None,
1964
+ "explorers": [
1965
+ {
1966
+ "name": "Blockscout",
1967
+ "standard": "EIP3091",
1968
+ "url": "https://explorer.xai-chain.net",
1969
+ }
1970
+ ],
1971
+ "faucets": [],
1972
+ "features": None,
1973
+ "icon": None,
1974
+ "infoURL": "https://xai.games",
1975
+ "name": "Xai Mainnet",
1976
+ "nativeCurrency": {"decimals": 18, "name": "Xai", "symbol": "XAI"},
1977
+ "networkId": 660279,
1978
+ "rpc": ["https://xai-chain.net/rpc"],
1979
+ "shortName": "xai",
1980
+ "slip44": None,
1981
+ },
1982
+ "sepolia": {
1983
+ "chain": "XAI Testnet",
1984
+ "chainId": 37714555429,
1985
+ "ens": None,
1986
+ "explorers": [
1987
+ {
1988
+ "name": "Blockscout",
1989
+ "standard": "EIP3091",
1990
+ "url": "https://testnet-explorer-v2.xai-chain.net",
1991
+ }
1992
+ ],
1993
+ "faucets": [],
1994
+ "features": None,
1995
+ "icon": None,
1996
+ "infoURL": "https://xai.games",
1997
+ "name": "Xai Testnet v2",
1998
+ "nativeCurrency": {"decimals": 18, "name": "sXai", "symbol": "sXAI"},
1999
+ "networkId": 37714555429,
2000
+ "rpc": ["https://testnet-v2.xai-chain.net/rpc"],
2001
+ "shortName": "xaitestnet",
2002
+ "slip44": None,
2003
+ },
2004
+ },
2005
+ "zksync": {
2006
+ "mainnet": {
2007
+ "chain": "ETH",
2008
+ "chainId": 324,
2009
+ "ens": None,
2010
+ "explorers": [
2011
+ {
2012
+ "icon": "zksync-era",
2013
+ "name": "zkSync Era Block Explorer",
2014
+ "standard": "EIP3091",
2015
+ "url": "https://explorer.zksync.io",
2016
+ }
2017
+ ],
2018
+ "faucets": [],
2019
+ "features": None,
2020
+ "icon": "zksync-era",
2021
+ "infoURL": "https://zksync.io/",
2022
+ "name": "zkSync Mainnet",
2023
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2024
+ "networkId": 324,
2025
+ "rpc": ["https://mainnet.era.zksync.io", "https://zksync.drpc.org"],
2026
+ "shortName": "zksync",
2027
+ "slip44": None,
2028
+ },
2029
+ "sepolia": {
2030
+ "chain": "ETH",
2031
+ "chainId": 300,
2032
+ "ens": None,
2033
+ "explorers": [
2034
+ {
2035
+ "icon": "zksync-era",
2036
+ "name": "zkSync Block Explorer",
2037
+ "standard": "EIP3091",
2038
+ "url": "https://sepolia.explorer.zksync.io",
2039
+ }
2040
+ ],
2041
+ "faucets": [],
2042
+ "features": None,
2043
+ "icon": "zksync-era",
2044
+ "infoURL": "https://zksync.io/",
2045
+ "name": "zkSync Sepolia Testnet",
2046
+ "nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
2047
+ "networkId": 300,
2048
+ "rpc": [
2049
+ "https://sepolia.era.zksync.dev",
2050
+ "https://zksync-sepolia.drpc.org",
2051
+ ],
2052
+ "shortName": "zksync-sepolia",
2053
+ "slip44": 1,
2054
+ },
2055
+ },
1186
2056
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: evmchains
3
- Version: 0.0.13
3
+ Version: 0.1.1
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=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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.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=FMLMzW4kZnBuc3z5uydtuxnwzYOv6BBwKN68kOrxpEo,413
3
- evmchains/chains.py,sha256=0ChZ7chw-wvoMXDZcZGTvmZtTdVBQKE09_K3mNbsyOg,41441
4
- evmchains/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- evmchains/types.py,sha256=7_2lxPL-mSE0r85rX4GqrE5HL7tPHnyRqvx4QWQNnIA,611
6
- evmchains-0.0.13.dist-info/LICENSE,sha256=wKVouzimXmZeaCj3f48Vua0vk91U4vjrrt2Ax0u3qBs,11342
7
- evmchains-0.0.13.dist-info/METADATA,sha256=2X1a08m11QU6tKHROHRYQwlomEnkvcazkYlpEAIhU4U,15750
8
- evmchains-0.0.13.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
9
- evmchains-0.0.13.dist-info/top_level.txt,sha256=qwbaOucZ5qXfj0eTHrIujLTezgtcInyR_U-Ef2P4oic,10
10
- evmchains-0.0.13.dist-info/RECORD,,