@reality.eth/contracts 3.0.0 → 3.0.3

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.
Files changed (60) hide show
  1. package/README.md +28 -6
  2. package/chains/chainid.network.json +2708 -174
  3. package/chains/deployments/1/ETH/RealityETH-3.0.json +4 -1
  4. package/chains/deployments/1/SWISE/RealityETH_ERC20-3.0.json +7 -0
  5. package/chains/deployments/10/OETH/RealityETH-3.0.json +6 -0
  6. package/chains/deployments/100/GNO/RealityETH_ERC20-3.0.json +7 -0
  7. package/chains/deployments/100/SWISE/RealityETH_ERC20-3.0.json +7 -0
  8. package/chains/deployments/100/XDAI/RealityETH-3.0.json +3 -1
  9. package/chains/deployments/1337702/ETH/RealityETH-3.0.json +6 -0
  10. package/chains/deployments/4/ETH/RealityETH-3.0.json +3 -1
  11. package/chains/deployments/42/ETH/RealityETH-3.0.json +4 -1
  12. package/chains/deployments/56/DEXE/RealityETH_ERC20-3.0.json +7 -0
  13. package/chains/deployments/69/OETH/RealityETH-3.0.json +6 -0
  14. package/chains/deployments/77/XDAI/RealityETH-2.1-rc1.json +1 -3
  15. package/chains/deployments/777/CTH/RealityETH-3.0.json +6 -0
  16. package/chains/supported.json +25 -4
  17. package/development/contracts/Arbitrator.sol +7 -6
  18. package/development/contracts/BalanceHolder.sol +4 -2
  19. package/development/contracts/{BalanceHolderERC20.sol → BalanceHolder_ERC20.sol} +3 -2
  20. package/development/contracts/IArbitrator.sol +4 -7
  21. package/development/contracts/IArbitratorForeignProxy.sol +12 -0
  22. package/development/contracts/IBalanceHolder.sol +3 -1
  23. package/development/contracts/IBalanceHolder_ERC20.sol +11 -0
  24. package/development/contracts/IERC20.sol +1 -1
  25. package/development/contracts/IOwned.sol +1 -1
  26. package/development/contracts/IRealityETH.sol +63 -0
  27. package/development/contracts/IRealityETH_ERC20.sol +67 -0
  28. package/development/contracts/Owned.sol +4 -2
  29. package/development/contracts/RealityETH-3.0.sol +4 -82
  30. package/development/contracts/RealityETH_ERC20-3.0.sol +3 -3
  31. package/example.js +66 -0
  32. package/generated/chains.json +103 -12
  33. package/generated/contracts.json +91 -7
  34. package/generated/tokens.json +34 -2
  35. package/index.js +9 -3
  36. package/meta/RealityETH-2.0.json +1 -0
  37. package/meta/RealityETH-2.1.json +1 -0
  38. package/meta/RealityETH-3.0.json +7 -0
  39. package/meta/RealityETH_ERC20-2.0.json +1 -0
  40. package/meta/RealityETH_ERC20-3.0.json +7 -0
  41. package/package.json +3 -3
  42. package/scripts/deploy.js +14 -3
  43. package/scripts/fetch_and_reformat_chains_json.js +31 -0
  44. package/scripts/{format_abi.js → format_json.js} +0 -0
  45. package/scripts/generate_chains_json.js +3 -0
  46. package/tokens/CTH.json +7 -0
  47. package/tokens/DEXE.json +7 -0
  48. package/tokens/ETH.json +2 -1
  49. package/tokens/GNO.json +1 -0
  50. package/tokens/OETH.json +8 -0
  51. package/tokens/SWISE.json +8 -0
  52. package/development/contracts/IRealitio.sol +0 -44
  53. package/development/contracts/MultiSigWallet.sol +0 -391
  54. package/development/contracts/Realitio.sol +0 -756
  55. package/development/contracts/RealitioERC20.sol +0 -825
  56. package/development/contracts/RealitioSafeMath256.sol +0 -36
  57. package/development/contracts/RealitioSafeMath32.sol +0 -17
  58. package/development/contracts/Realitio_v2_1.sol +0 -819
  59. package/development/contracts/SplitterWallet.sol +0 -142
  60. package/tests/python/test_wallet.py +0 -185
@@ -112,7 +112,7 @@
112
112
  "network": "goerli",
113
113
  "rpc": [
114
114
  "https://rpc.goerli.mudit.blog/",
115
- "https://rpc.slock.it/goerli ",
115
+ "https://rpc.slock.it/goerli",
116
116
  "https://goerli.prylabs.net/"
117
117
  ],
118
118
  "faucets": [
@@ -130,7 +130,14 @@
130
130
  "networkId": 5,
131
131
  "ens": {
132
132
  "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010"
133
- }
133
+ },
134
+ "explorers": [
135
+ {
136
+ "name": "etherscan-goerli",
137
+ "url": "https://goerli.etherscan.io",
138
+ "standard": "EIP3091"
139
+ }
140
+ ]
134
141
  },
135
142
  {
136
143
  "name": "Ethereum Classic Testnet Kotti",
@@ -167,7 +174,7 @@
167
174
  "networkId": 7
168
175
  },
169
176
  {
170
- "name": "Ubiq Network Mainnet",
177
+ "name": "Ubiq",
171
178
  "chain": "UBQ",
172
179
  "network": "mainnet",
173
180
  "rpc": [
@@ -184,7 +191,14 @@
184
191
  "shortName": "ubq",
185
192
  "chainId": 8,
186
193
  "networkId": 8,
187
- "slip44": 108
194
+ "slip44": 108,
195
+ "explorers": [
196
+ {
197
+ "name": "ubiqscan",
198
+ "url": "https://ubiqscan.io",
199
+ "standard": "EIP3091"
200
+ }
201
+ ]
188
202
  },
189
203
  {
190
204
  "name": "Ubiq Network Testnet",
@@ -218,7 +232,14 @@
218
232
  "infoURL": "https://optimism.io",
219
233
  "shortName": "oeth",
220
234
  "chainId": 10,
221
- "networkId": 10
235
+ "networkId": 10,
236
+ "explorers": [
237
+ {
238
+ "name": "etherscan",
239
+ "url": "https://optimistic.etherscan.io",
240
+ "standard": "none"
241
+ }
242
+ ]
222
243
  },
223
244
  {
224
245
  "name": "Metadium Mainnet",
@@ -371,8 +392,12 @@
371
392
  "name": "Songbird Canary-Network",
372
393
  "chain": "SGB",
373
394
  "network": "songbird",
374
- "rpc": [],
375
- "faucets": [],
395
+ "rpc": [
396
+ "https://songbird.towolabs.com/rpc"
397
+ ],
398
+ "faucets": [
399
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
400
+ ],
376
401
  "nativeCurrency": {
377
402
  "name": "Songbird",
378
403
  "symbol": "SGB",
@@ -381,7 +406,14 @@
381
406
  "infoURL": "https://flare.xyz",
382
407
  "shortName": "sgb",
383
408
  "chainId": 19,
384
- "networkId": 19
409
+ "networkId": 19,
410
+ "explorers": [
411
+ {
412
+ "name": "blockscout",
413
+ "url": "https://songbird-explorer.flare.network",
414
+ "standard": "none"
415
+ }
416
+ ]
385
417
  },
386
418
  {
387
419
  "name": "ELA-ETH-Sidechain Mainnet",
@@ -453,6 +485,140 @@
453
485
  "chainId": 23,
454
486
  "networkId": 23
455
487
  },
488
+ {
489
+ "name": "Cronos Mainnet Beta",
490
+ "chain": "CRO",
491
+ "network": "mainnet",
492
+ "rpc": [
493
+ "https://evm-cronos.crypto.org"
494
+ ],
495
+ "faucets": [],
496
+ "nativeCurrency": {
497
+ "name": "Crypto.org Coin",
498
+ "symbol": "CRO",
499
+ "decimals": 18
500
+ },
501
+ "infoURL": "https://cronos.crypto.org",
502
+ "shortName": "cro",
503
+ "chainId": 25,
504
+ "networkId": 25,
505
+ "explorers": [
506
+ {
507
+ "name": "Cronos Explorer",
508
+ "url": "https://cronos.crypto.org/explorer",
509
+ "standard": "none"
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "name": "Genesis L1 testnet",
515
+ "chain": "genesis",
516
+ "network": "testnet",
517
+ "rpc": [
518
+ "https://testrpc.genesisl1.org"
519
+ ],
520
+ "faucets": [],
521
+ "nativeCurrency": {
522
+ "name": "L1 testcoin",
523
+ "symbol": "L1test",
524
+ "decimals": 18
525
+ },
526
+ "infoURL": "https://www.genesisl1.com",
527
+ "shortName": "L1test",
528
+ "chainId": 26,
529
+ "networkId": 26,
530
+ "explorers": [
531
+ {
532
+ "name": "Genesis L1 testnet explorer",
533
+ "url": "https://testnet.genesisl1.org/",
534
+ "standard": "none"
535
+ }
536
+ ]
537
+ },
538
+ {
539
+ "name": "ShibaChain",
540
+ "chain": "SHIB",
541
+ "network": "mainnet",
542
+ "rpc": [
543
+ "https://rpc.shibachain.net"
544
+ ],
545
+ "faucets": [],
546
+ "nativeCurrency": {
547
+ "name": "SHIBA INU COIN",
548
+ "symbol": "SHIB",
549
+ "decimals": 18
550
+ },
551
+ "infoURL": "https://www.shibachain.net",
552
+ "shortName": "shib",
553
+ "chainId": 27,
554
+ "networkId": 27,
555
+ "explorers": [
556
+ {
557
+ "name": "Shiba Explorer",
558
+ "url": "https://exp.shibachain.net/",
559
+ "standard": "none"
560
+ }
561
+ ]
562
+ },
563
+ {
564
+ "name": "Boba Network Rinkeby Testnet",
565
+ "chain": "ETH",
566
+ "network": "rinkeby",
567
+ "rpc": [
568
+ "https://rinkeby.boba.network/"
569
+ ],
570
+ "faucets": [],
571
+ "nativeCurrency": {
572
+ "name": "Ether",
573
+ "symbol": "ETH",
574
+ "decimals": 18
575
+ },
576
+ "infoURL": "https://boba.network",
577
+ "shortName": "Boba Rinkeby",
578
+ "chainId": 28,
579
+ "networkId": 28,
580
+ "explorers": [
581
+ {
582
+ "name": "Blockscout",
583
+ "url": "https://blockexplorer.rinkeby.boba.network/",
584
+ "standard": "none"
585
+ }
586
+ ],
587
+ "parent": {
588
+ "type": "L2",
589
+ "chain": "eip155-4",
590
+ "bridges": [
591
+ {
592
+ "url": "https://gateway.rinkeby.boba.network"
593
+ }
594
+ ]
595
+ }
596
+ },
597
+ {
598
+ "name": "Genesis L1",
599
+ "chain": "genesis",
600
+ "network": "mainnet",
601
+ "rpc": [
602
+ "https://rpc.genesisl1.org"
603
+ ],
604
+ "faucets": [],
605
+ "nativeCurrency": {
606
+ "name": "L1 coin",
607
+ "symbol": "L1",
608
+ "decimals": 18
609
+ },
610
+ "infoURL": "https://www.genesisl1.com",
611
+ "shortName": "L1",
612
+ "chainId": 29,
613
+ "networkId": 29,
614
+ "explorers": [
615
+ {
616
+ "name": "Genesis L1 blockchain explorer",
617
+ "url": "https://explorer.genesisl1.org/",
618
+ "standard": "none"
619
+ }
620
+ ]
621
+ },
456
622
  {
457
623
  "name": "RSK Mainnet",
458
624
  "chain": "RSK",
@@ -461,7 +627,9 @@
461
627
  "https://public-node.rsk.co",
462
628
  "https://mycrypto.rsk.co"
463
629
  ],
464
- "faucets": [],
630
+ "faucets": [
631
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
632
+ ],
465
633
  "nativeCurrency": {
466
634
  "name": "RSK Mainnet Ether",
467
635
  "symbol": "RBTC",
@@ -471,7 +639,14 @@
471
639
  "shortName": "rsk",
472
640
  "chainId": 30,
473
641
  "networkId": 30,
474
- "slip44": 137
642
+ "slip44": 137,
643
+ "explorers": [
644
+ {
645
+ "name": "blockscout",
646
+ "url": "https://explorer.rsk.co",
647
+ "standard": "EIP3091"
648
+ }
649
+ ]
475
650
  },
476
651
  {
477
652
  "name": "RSK Testnet",
@@ -530,6 +705,27 @@
530
705
  "chainId": 33,
531
706
  "networkId": 33
532
707
  },
708
+ {
709
+ "name": "Dithereum Testnet",
710
+ "chain": "DTH",
711
+ "network": "testnet",
712
+ "icon": "dithereum",
713
+ "rpc": [
714
+ "https://node-testnet.dithereum.io"
715
+ ],
716
+ "faucets": [
717
+ "https://faucet.dithereum.org"
718
+ ],
719
+ "nativeCurrency": {
720
+ "name": "Dither",
721
+ "symbol": "DTH",
722
+ "decimals": 18
723
+ },
724
+ "infoURL": "https://dithereum.org",
725
+ "shortName": "dth",
726
+ "chainId": 34,
727
+ "networkId": 34
728
+ },
533
729
  {
534
730
  "name": "TBWG Chain",
535
731
  "chain": "TBWG",
@@ -583,7 +779,14 @@
583
779
  "infoURL": "https://telos.net",
584
780
  "shortName": "Telos EVM",
585
781
  "chainId": 40,
586
- "networkId": 40
782
+ "networkId": 40,
783
+ "explorers": [
784
+ {
785
+ "name": "teloscan",
786
+ "url": "https://teloscan.io",
787
+ "standard": "EIP3091"
788
+ }
789
+ ]
587
790
  },
588
791
  {
589
792
  "name": "Telos EVM Testnet",
@@ -634,33 +837,53 @@
634
837
  "name": "Darwinia Pangolin Testnet",
635
838
  "chain": "pangolin",
636
839
  "network": "free testnet",
637
- "rpc": [],
638
- "faucets": [],
840
+ "rpc": [
841
+ "http://pangolin-rpc.darwinia.network"
842
+ ],
843
+ "faucets": [
844
+ "https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token"
845
+ ],
639
846
  "nativeCurrency": {
640
- "name": "Pangolin RING",
847
+ "name": "Pangolin Network Native Token”",
641
848
  "symbol": "PRING",
642
849
  "decimals": 9
643
850
  },
644
851
  "infoURL": "https://darwinia.network/",
645
852
  "shortName": "darwinia",
646
853
  "chainId": 43,
647
- "networkId": 43
854
+ "networkId": 43,
855
+ "explorers": [
856
+ {
857
+ "name": "subscan",
858
+ "url": "https://pangolin.subscan.io",
859
+ "standard": "none"
860
+ }
861
+ ]
648
862
  },
649
863
  {
650
864
  "name": "Darwinia Crab Network",
651
865
  "chain": "crab",
652
866
  "network": "Crab network",
653
- "rpc": [],
867
+ "rpc": [
868
+ "http://crab-rpc.darwinia.network"
869
+ ],
654
870
  "faucets": [],
655
871
  "nativeCurrency": {
656
- "name": "Crab Token",
657
- "symbol": "CRING",
872
+ "name": "Crab Network Native Token",
873
+ "symbol": "CRAB",
658
874
  "decimals": 9
659
875
  },
660
876
  "infoURL": "https://crab.network/",
661
877
  "shortName": "crab",
662
878
  "chainId": 44,
663
- "networkId": 44
879
+ "networkId": 44,
880
+ "explorers": [
881
+ {
882
+ "name": "subscan",
883
+ "url": "https://crab.subscan.io",
884
+ "standard": "none"
885
+ }
886
+ ]
664
887
  },
665
888
  {
666
889
  "name": "XinFin Network Mainnet",
@@ -703,7 +926,7 @@
703
926
  "chain": "CSC",
704
927
  "network": "mainnet",
705
928
  "rpc": [
706
- "https://rpc-mainnet.coinex.net"
929
+ "https://rpc.coinex.net"
707
930
  ],
708
931
  "faucets": [],
709
932
  "nativeCurrency": {
@@ -711,17 +934,24 @@
711
934
  "symbol": "cet",
712
935
  "decimals": 18
713
936
  },
714
- "infoURL": "http://www.coinex.org/",
937
+ "infoURL": "https://www.coinex.org/",
715
938
  "shortName": "cet",
716
939
  "chainId": 52,
717
- "networkId": 52
940
+ "networkId": 52,
941
+ "explorers": [
942
+ {
943
+ "name": "coinexscan",
944
+ "url": "https://www.coinex.net/",
945
+ "standard": "none"
946
+ }
947
+ ]
718
948
  },
719
949
  {
720
950
  "name": "CoinEx Smart Chain Testnet",
721
951
  "chain": "CSC",
722
952
  "network": "testnet",
723
953
  "rpc": [
724
- "https://rpc-testnet.coinex.net"
954
+ "https://testnet-rpc.coinex.net/"
725
955
  ],
726
956
  "faucets": [],
727
957
  "nativeCurrency": {
@@ -729,10 +959,47 @@
729
959
  "symbol": "cett",
730
960
  "decimals": 18
731
961
  },
732
- "infoURL": "http://www.coinex.org/",
962
+ "infoURL": "https://www.coinex.org/",
733
963
  "shortName": "tcet",
734
964
  "chainId": 53,
735
- "networkId": 53
965
+ "networkId": 53,
966
+ "explorers": [
967
+ {
968
+ "name": "coinexscan",
969
+ "url": "https://testnet.coinex.net/",
970
+ "standard": "none"
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "name": "Zyx Mainnet",
976
+ "chain": "ZYX",
977
+ "network": "mainnet",
978
+ "rpc": [
979
+ "https://rpc-1.zyx.network/",
980
+ "https://rpc-2.zyx.network/",
981
+ "https://rpc-3.zyx.network/",
982
+ "https://rpc-4.zyx.network/",
983
+ "https://rpc-5.zyx.network/",
984
+ "https://rpc-6.zyx.network/"
985
+ ],
986
+ "faucets": [],
987
+ "nativeCurrency": {
988
+ "name": "Zyx",
989
+ "symbol": "ZYX",
990
+ "decimals": 18
991
+ },
992
+ "infoURL": "https://zyx.network/",
993
+ "shortName": "ZYX",
994
+ "chainId": 55,
995
+ "networkId": 55,
996
+ "explorers": [
997
+ {
998
+ "name": "zyxscan",
999
+ "url": "https://zyxscan.com/",
1000
+ "standard": "none"
1001
+ }
1002
+ ]
736
1003
  },
737
1004
  {
738
1005
  "name": "Binance Smart Chain Mainnet",
@@ -753,7 +1020,9 @@
753
1020
  "https://bsc-dataseed4.ninicoin.io",
754
1021
  "wss://bsc-ws-node.nariox.org"
755
1022
  ],
756
- "faucets": [],
1023
+ "faucets": [
1024
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
1025
+ ],
757
1026
  "nativeCurrency": {
758
1027
  "name": "Binance Chain Native Token",
759
1028
  "symbol": "BNB",
@@ -763,6 +1032,7 @@
763
1032
  "shortName": "bnb",
764
1033
  "chainId": 56,
765
1034
  "networkId": 56,
1035
+ "slip44": 714,
766
1036
  "explorers": [
767
1037
  {
768
1038
  "name": "bscscan",
@@ -771,6 +1041,34 @@
771
1041
  }
772
1042
  ]
773
1043
  },
1044
+ {
1045
+ "name": "Syscoin Mainnet",
1046
+ "chain": "SYS",
1047
+ "network": "mainnet",
1048
+ "rpc": [
1049
+ "https://rpc.syscoin.org",
1050
+ "wss://rpc.syscoin.org/wss"
1051
+ ],
1052
+ "faucets": [
1053
+ "https://faucet.syscoin.org"
1054
+ ],
1055
+ "nativeCurrency": {
1056
+ "name": "Syscoin",
1057
+ "symbol": "SYS",
1058
+ "decimals": 18
1059
+ },
1060
+ "infoURL": "https://www.syscoin.org",
1061
+ "shortName": "sys",
1062
+ "chainId": 57,
1063
+ "networkId": 57,
1064
+ "explorers": [
1065
+ {
1066
+ "name": "Syscoin Block Explorer",
1067
+ "url": "https://explorer.syscoin.org",
1068
+ "standard": "EIP3091"
1069
+ }
1070
+ ]
1071
+ },
774
1072
  {
775
1073
  "name": "Ontology Mainnet",
776
1074
  "chain": "Ontology",
@@ -819,7 +1117,7 @@
819
1117
  "explorers": [
820
1118
  {
821
1119
  "name": "bloks",
822
- "url": "https://api.eosargentina.io",
1120
+ "url": "https://bloks.eosargentina.io",
823
1121
  "standard": "EIP3091"
824
1122
  }
825
1123
  ]
@@ -831,7 +1129,9 @@
831
1129
  "rpc": [
832
1130
  "https://rpc.gochain.io"
833
1131
  ],
834
- "faucets": [],
1132
+ "faucets": [
1133
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
1134
+ ],
835
1135
  "nativeCurrency": {
836
1136
  "name": "GoChain Ether",
837
1137
  "symbol": "GO",
@@ -857,7 +1157,9 @@
857
1157
  "rpc": [
858
1158
  "https://ethereumclassic.network"
859
1159
  ],
860
- "faucets": [],
1160
+ "faucets": [
1161
+ "https://free-online-app.com/faucet-for-eth-evm-chains/?"
1162
+ ],
861
1163
  "nativeCurrency": {
862
1164
  "name": "Ethereum Classic Ether",
863
1165
  "symbol": "ETC",
@@ -867,7 +1169,14 @@
867
1169
  "shortName": "etc",
868
1170
  "chainId": 61,
869
1171
  "networkId": 1,
870
- "slip44": 61
1172
+ "slip44": 61,
1173
+ "explorers": [
1174
+ {
1175
+ "name": "blockscout",
1176
+ "url": "https://blockscout.com/etc/mainnet",
1177
+ "standard": "none"
1178
+ }
1179
+ ]
871
1180
  },
872
1181
  {
873
1182
  "name": "Ethereum Classic Testnet Morden",
@@ -954,7 +1263,9 @@
954
1263
  "rpc": [
955
1264
  "https://exchainrpc.okex.org"
956
1265
  ],
957
- "faucets": [],
1266
+ "faucets": [
1267
+ "https://free-online-app.com/faucet-for-eth-evm-chains/?"
1268
+ ],
958
1269
  "nativeCurrency": {
959
1270
  "name": "OKExChain Global Utility Token",
960
1271
  "symbol": "OKT",
@@ -1055,17 +1366,24 @@
1055
1366
  "ws://sokol.poa.network:8546"
1056
1367
  ],
1057
1368
  "faucets": [
1058
- "https://faucet-sokol.herokuapp.com"
1369
+ "https://faucet.poa.network"
1059
1370
  ],
1060
1371
  "nativeCurrency": {
1061
1372
  "name": "POA Sokol Ether",
1062
- "symbol": "POA",
1373
+ "symbol": "SPOA",
1063
1374
  "decimals": 18
1064
1375
  },
1065
1376
  "infoURL": "https://poa.network",
1066
- "shortName": "poa",
1377
+ "shortName": "spoa",
1067
1378
  "chainId": 77,
1068
- "networkId": 77
1379
+ "networkId": 77,
1380
+ "explorers": [
1381
+ {
1382
+ "name": "blockscout",
1383
+ "url": "https://blockscout.com/poa/sokol",
1384
+ "standard": "none"
1385
+ }
1386
+ ]
1069
1387
  },
1070
1388
  {
1071
1389
  "name": "PrimusChain mainnet",
@@ -1117,7 +1435,9 @@
1117
1435
  "rpc": [
1118
1436
  "https://rpc.meter.io"
1119
1437
  ],
1120
- "faucets": [],
1438
+ "faucets": [
1439
+ "https://faucet.meter.io"
1440
+ ],
1121
1441
  "nativeCurrency": {
1122
1442
  "name": "Meter",
1123
1443
  "symbol": "MTR",
@@ -1126,7 +1446,41 @@
1126
1446
  "infoURL": "https://www.meter.io",
1127
1447
  "shortName": "Meter",
1128
1448
  "chainId": 82,
1129
- "networkId": 82
1449
+ "networkId": 82,
1450
+ "explorers": [
1451
+ {
1452
+ "name": "Meter Mainnet Scan",
1453
+ "url": "https://scan.meter.io",
1454
+ "standard": "EIP3091"
1455
+ }
1456
+ ]
1457
+ },
1458
+ {
1459
+ "name": "Meter Testnet",
1460
+ "chain": "METER Testnet",
1461
+ "network": "testnet",
1462
+ "rpc": [
1463
+ "https://rpctest.meter.io"
1464
+ ],
1465
+ "faucets": [
1466
+ "https://faucet-warringstakes.meter.io"
1467
+ ],
1468
+ "nativeCurrency": {
1469
+ "name": "Meter",
1470
+ "symbol": "MTR",
1471
+ "decimals": 18
1472
+ },
1473
+ "infoURL": "https://www.meter.io",
1474
+ "shortName": "MeterTest",
1475
+ "chainId": 83,
1476
+ "networkId": 83,
1477
+ "explorers": [
1478
+ {
1479
+ "name": "Meter Testnet Scan",
1480
+ "url": "https://scan-warringstakes.meter.io",
1481
+ "standard": "EIP3091"
1482
+ }
1483
+ ]
1130
1484
  },
1131
1485
  {
1132
1486
  "name": "GateChain Testnet",
@@ -1198,7 +1552,8 @@
1198
1552
  "infoURL": "https://tomocoin.io",
1199
1553
  "shortName": "tomo",
1200
1554
  "chainId": 88,
1201
- "networkId": 88
1555
+ "networkId": 88,
1556
+ "slip44": 889
1202
1557
  },
1203
1558
  {
1204
1559
  "name": "CryptoKylin Testnet",
@@ -1225,6 +1580,33 @@
1225
1580
  }
1226
1581
  ]
1227
1582
  },
1583
+ {
1584
+ "name": "NEXT Smart Chain",
1585
+ "chain": "NSC",
1586
+ "network": "mainnet",
1587
+ "rpc": [
1588
+ "https://rpc.nextsmartchain.com"
1589
+ ],
1590
+ "faucets": [
1591
+ "https://faucet.nextsmartchain.com"
1592
+ ],
1593
+ "nativeCurrency": {
1594
+ "name": "NEXT",
1595
+ "symbol": "NEXT",
1596
+ "decimals": 18
1597
+ },
1598
+ "infoURL": "https://www.nextsmartchain.com/",
1599
+ "shortName": "nsc",
1600
+ "chainId": 96,
1601
+ "networkId": 96,
1602
+ "explorers": [
1603
+ {
1604
+ "name": "Next Smart Chain Explorer",
1605
+ "url": "https://explorer.nextsmartchain.com",
1606
+ "standard": "none"
1607
+ }
1608
+ ]
1609
+ },
1228
1610
  {
1229
1611
  "name": "Binance Smart Chain Testnet",
1230
1612
  "chain": "BSC",
@@ -1270,13 +1652,21 @@
1270
1652
  "faucets": [],
1271
1653
  "nativeCurrency": {
1272
1654
  "name": "POA Network Core Ether",
1273
- "symbol": "SKL",
1655
+ "symbol": "POA",
1274
1656
  "decimals": 18
1275
1657
  },
1276
1658
  "infoURL": "https://poa.network",
1277
- "shortName": "skl",
1659
+ "shortName": "poa",
1278
1660
  "chainId": 99,
1279
- "networkId": 99
1661
+ "networkId": 99,
1662
+ "slip44": 178,
1663
+ "explorers": [
1664
+ {
1665
+ "name": "blockscout",
1666
+ "url": "https://blockscout.com/poa/core",
1667
+ "standard": "none"
1668
+ }
1669
+ ]
1280
1670
  },
1281
1671
  {
1282
1672
  "name": "xDAI Chain",
@@ -1291,7 +1681,10 @@
1291
1681
  "https://dai.poa.network",
1292
1682
  "ws://xdai.poanetwork.dev:8546"
1293
1683
  ],
1294
- "faucets": [],
1684
+ "faucets": [
1685
+ "https://free-online-app.com/faucet-for-eth-evm-chains/",
1686
+ "https://xdai-app.herokuapp.com/faucet"
1687
+ ],
1295
1688
  "nativeCurrency": {
1296
1689
  "name": "xDAI",
1297
1690
  "symbol": "xDAI",
@@ -1301,7 +1694,14 @@
1301
1694
  "shortName": "xdai",
1302
1695
  "chainId": 100,
1303
1696
  "networkId": 100,
1304
- "slip44": 700
1697
+ "slip44": 700,
1698
+ "explorers": [
1699
+ {
1700
+ "name": "blockscout",
1701
+ "url": "https://blockscout.com/poa/xdai",
1702
+ "standard": "EIP3091"
1703
+ }
1704
+ ]
1305
1705
  },
1306
1706
  {
1307
1707
  "name": "EtherInc",
@@ -1327,7 +1727,7 @@
1327
1727
  "chain": "Web3Games",
1328
1728
  "network": "testnet",
1329
1729
  "rpc": [
1330
- "https://substrate.org.cn"
1730
+ "https://testnet.web3games.org/evm"
1331
1731
  ],
1332
1732
  "faucets": [],
1333
1733
  "nativeCurrency": {
@@ -1341,14 +1741,41 @@
1341
1741
  "networkId": 102
1342
1742
  },
1343
1743
  {
1344
- "name": "ThunderCore Mainnet",
1345
- "chain": "TT",
1744
+ "name": "Velas EVM Mainnet",
1745
+ "chain": "Velas",
1346
1746
  "network": "mainnet",
1747
+ "icon": "velas",
1347
1748
  "rpc": [
1348
- "https://mainnet-rpc.thundercore.com"
1349
- ],
1350
- "faucets": [
1351
- "https://faucet.thundercore.com"
1749
+ "https://evmexplorer.velas.com/rpc",
1750
+ "https://explorer.velas.com/rpc"
1751
+ ],
1752
+ "faucets": [],
1753
+ "nativeCurrency": {
1754
+ "name": "Velas",
1755
+ "symbol": "VLX",
1756
+ "decimals": 18
1757
+ },
1758
+ "infoURL": "https://velas.com",
1759
+ "shortName": "vlx",
1760
+ "chainId": 106,
1761
+ "networkId": 106,
1762
+ "explorers": [
1763
+ {
1764
+ "name": "Velas Explorer",
1765
+ "url": "https://evmexplorer.velas.com",
1766
+ "standard": "EIP3091"
1767
+ }
1768
+ ]
1769
+ },
1770
+ {
1771
+ "name": "ThunderCore Mainnet",
1772
+ "chain": "TT",
1773
+ "network": "mainnet",
1774
+ "rpc": [
1775
+ "https://mainnet-rpc.thundercore.com"
1776
+ ],
1777
+ "faucets": [
1778
+ "https://faucet.thundercore.com"
1352
1779
  ],
1353
1780
  "nativeCurrency": {
1354
1781
  "name": "ThunderCore Mainnet Ether",
@@ -1358,7 +1785,8 @@
1358
1785
  "infoURL": "https://thundercore.com",
1359
1786
  "shortName": "TT",
1360
1787
  "chainId": 108,
1361
- "networkId": 108
1788
+ "networkId": 108,
1789
+ "slip44": 1001
1362
1790
  },
1363
1791
  {
1364
1792
  "name": "Proton Testnet",
@@ -1417,6 +1845,26 @@
1417
1845
  "chainId": 122,
1418
1846
  "networkId": 122
1419
1847
  },
1848
+ {
1849
+ "name": "Fuse Sparknet",
1850
+ "chain": "fuse",
1851
+ "network": "testnet",
1852
+ "rpc": [
1853
+ "https://rpc.fusespark.io"
1854
+ ],
1855
+ "faucets": [
1856
+ "https://get.fusespark.io"
1857
+ ],
1858
+ "nativeCurrency": {
1859
+ "name": "Spark",
1860
+ "symbol": "SPARK",
1861
+ "decimals": 18
1862
+ },
1863
+ "infoURL": "https://docs.fuse.io/general/fuse-network-blockchain/fuse-testnet",
1864
+ "shortName": "spark",
1865
+ "chainId": 123,
1866
+ "networkId": 123
1867
+ },
1420
1868
  {
1421
1869
  "name": "Decentralized Web Mainnet",
1422
1870
  "shortName": "dwu",
@@ -1460,7 +1908,9 @@
1460
1908
  "https://http-mainnet.hecochain.com",
1461
1909
  "wss://ws-mainnet.hecochain.com"
1462
1910
  ],
1463
- "faucets": [],
1911
+ "faucets": [
1912
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
1913
+ ],
1464
1914
  "nativeCurrency": {
1465
1915
  "name": "Huobi ECO Chain Native Token",
1466
1916
  "symbol": "HT",
@@ -1470,6 +1920,7 @@
1470
1920
  "shortName": "heco",
1471
1921
  "chainId": 128,
1472
1922
  "networkId": 128,
1923
+ "slip44": 1010,
1473
1924
  "explorers": [
1474
1925
  {
1475
1926
  "name": "hecoinfo",
@@ -1479,29 +1930,32 @@
1479
1930
  ]
1480
1931
  },
1481
1932
  {
1482
- "name": "Matic(Polygon) Mainnet",
1483
- "chain": "Matic(Polygon)",
1933
+ "name": "Polygon Mainnet",
1934
+ "chain": "Polygon",
1484
1935
  "network": "mainnet",
1485
1936
  "rpc": [
1937
+ "https://polygon-rpc.com/",
1486
1938
  "https://rpc-mainnet.matic.network",
1487
- "wss://ws-mainnet.matic.network",
1939
+ "https://matic-mainnet.chainstacklabs.com",
1940
+ "https://rpc-mainnet.maticvigil.com",
1488
1941
  "https://rpc-mainnet.matic.quiknode.pro",
1489
- "https://matic-mainnet.chainstacklabs.com"
1942
+ "https://matic-mainnet-full-rpc.bwarelabs.com"
1490
1943
  ],
1491
1944
  "faucets": [],
1492
1945
  "nativeCurrency": {
1493
- "name": "Matic",
1946
+ "name": "MATIC",
1494
1947
  "symbol": "MATIC",
1495
1948
  "decimals": 18
1496
1949
  },
1497
- "infoURL": "https://matic.network/",
1498
- "shortName": "matic",
1950
+ "infoURL": "https://polygon.technology/",
1951
+ "shortName": "MATIC",
1499
1952
  "chainId": 137,
1500
1953
  "networkId": 137,
1954
+ "slip44": 966,
1501
1955
  "explorers": [
1502
1956
  {
1503
1957
  "name": "polygonscan",
1504
- "url": "https://polygonscan.com",
1958
+ "url": "https://polygonscan.com/",
1505
1959
  "standard": "EIP3091"
1506
1960
  }
1507
1961
  ]
@@ -1603,6 +2057,135 @@
1603
2057
  "chainId": 172,
1604
2058
  "networkId": 172
1605
2059
  },
2060
+ {
2061
+ "name": "Seele Mainnet",
2062
+ "chain": "Seele",
2063
+ "network": "mainnet",
2064
+ "rpc": [
2065
+ "https://rpc.seelen.pro/"
2066
+ ],
2067
+ "faucets": [],
2068
+ "nativeCurrency": {
2069
+ "name": "Seele",
2070
+ "symbol": "Seele",
2071
+ "decimals": 18
2072
+ },
2073
+ "infoURL": "https://seelen.pro/",
2074
+ "shortName": "Seele",
2075
+ "chainId": 186,
2076
+ "networkId": 186,
2077
+ "explorers": [
2078
+ {
2079
+ "name": "seeleview",
2080
+ "url": "https://seeleview.net/",
2081
+ "standard": "none"
2082
+ }
2083
+ ]
2084
+ },
2085
+ {
2086
+ "name": "BMC Mainnet",
2087
+ "chain": "BMC",
2088
+ "network": "mainnet",
2089
+ "rpc": [
2090
+ "https://mainnet.bmcchain.com/"
2091
+ ],
2092
+ "faucets": [],
2093
+ "nativeCurrency": {
2094
+ "name": "BTM",
2095
+ "symbol": "BTM",
2096
+ "decimals": 18
2097
+ },
2098
+ "infoURL": "https://bmc.bytom.io/",
2099
+ "shortName": "BMC",
2100
+ "chainId": 188,
2101
+ "networkId": 188,
2102
+ "explorers": [
2103
+ {
2104
+ "name": "Blockmeta",
2105
+ "url": "https://bmc.blockmeta.com/",
2106
+ "standard": "none"
2107
+ }
2108
+ ]
2109
+ },
2110
+ {
2111
+ "name": "BMC Testnet",
2112
+ "chain": "BMC",
2113
+ "network": "testnet",
2114
+ "rpc": [
2115
+ "https://testnet.bmcchain.com"
2116
+ ],
2117
+ "faucets": [],
2118
+ "nativeCurrency": {
2119
+ "name": "BTM",
2120
+ "symbol": "BTM",
2121
+ "decimals": 18
2122
+ },
2123
+ "infoURL": "https://bmc.bytom.io/",
2124
+ "shortName": "BMCT",
2125
+ "chainId": 189,
2126
+ "networkId": 189,
2127
+ "explorers": [
2128
+ {
2129
+ "name": "Blockmeta",
2130
+ "url": "https://bmc.blockmeta.com/",
2131
+ "standard": "none"
2132
+ }
2133
+ ]
2134
+ },
2135
+ {
2136
+ "name": "BitTorrent Chain Mainnet",
2137
+ "chain": "BTTC",
2138
+ "network": "mainnet",
2139
+ "rpc": [
2140
+ "https://rpc.bittorrentchain.io/"
2141
+ ],
2142
+ "faucets": [],
2143
+ "nativeCurrency": {
2144
+ "name": "BitTorrent",
2145
+ "symbol": "BTT",
2146
+ "decimals": 18
2147
+ },
2148
+ "infoURL": "https://bittorrentchain.io/",
2149
+ "shortName": "BTT",
2150
+ "chainId": 199,
2151
+ "networkId": 199,
2152
+ "explorers": [
2153
+ {
2154
+ "name": "bttcscan",
2155
+ "url": "https://scan.bittorrentchain.io/",
2156
+ "standard": "none"
2157
+ }
2158
+ ]
2159
+ },
2160
+ {
2161
+ "name": "Arbitrum on xDai",
2162
+ "chain": "AOX",
2163
+ "network": "xdai",
2164
+ "rpc": [
2165
+ "https://arbitrum.xdaichain.com/"
2166
+ ],
2167
+ "faucets": [],
2168
+ "nativeCurrency": {
2169
+ "name": "xDAI",
2170
+ "symbol": "xDAI",
2171
+ "decimals": 18
2172
+ },
2173
+ "infoURL": "https://xdaichain.com",
2174
+ "shortName": "aox",
2175
+ "chainId": 200,
2176
+ "networkId": 200,
2177
+ "explorers": [
2178
+ {
2179
+ "name": "blockscout",
2180
+ "url": "https://blockscout.com/xdai/arbitrum",
2181
+ "standard": "EIP3091"
2182
+ }
2183
+ ],
2184
+ "parent": {
2185
+ "chain": "eip155-100",
2186
+ "type": "L2"
2187
+ }
2188
+ },
1606
2189
  {
1607
2190
  "name": "Freight Trust Network",
1608
2191
  "chain": "EDI",
@@ -1624,6 +2207,25 @@
1624
2207
  "chainId": 211,
1625
2208
  "networkId": 0
1626
2209
  },
2210
+ {
2211
+ "name": "Permission",
2212
+ "chain": "ASK",
2213
+ "network": "ASK",
2214
+ "rpc": [
2215
+ "https://blockchain-api-mainnet.permission.io/rpc"
2216
+ ],
2217
+ "faucets": [],
2218
+ "nativeCurrency": {
2219
+ "name": "ASK",
2220
+ "symbol": "ASK",
2221
+ "decimals": 18
2222
+ },
2223
+ "infoURL": "https://permission.io/",
2224
+ "shortName": "ASK",
2225
+ "chainId": 222,
2226
+ "networkId": 2221,
2227
+ "slip44": 2221
2228
+ },
1627
2229
  {
1628
2230
  "name": "Energy Web Chain",
1629
2231
  "chain": "Energy Web Chain",
@@ -1633,7 +2235,8 @@
1633
2235
  "wss://rpc.energyweb.org/ws"
1634
2236
  ],
1635
2237
  "faucets": [
1636
- "https://faucet.carbonswap.exchange"
2238
+ "https://faucet.carbonswap.exchange",
2239
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
1637
2240
  ],
1638
2241
  "nativeCurrency": {
1639
2242
  "name": "Energy Web Token",
@@ -1644,16 +2247,25 @@
1644
2247
  "shortName": "ewt",
1645
2248
  "chainId": 246,
1646
2249
  "networkId": 246,
1647
- "slip44": 246
2250
+ "slip44": 246,
2251
+ "explorers": [
2252
+ {
2253
+ "name": "blockscout",
2254
+ "url": "https://explorer.energyweb.org",
2255
+ "standard": "none"
2256
+ }
2257
+ ]
1648
2258
  },
1649
2259
  {
1650
2260
  "name": "Fantom Opera",
1651
2261
  "chain": "FTM",
1652
2262
  "network": "mainnet",
1653
2263
  "rpc": [
1654
- "https://rpcapi.fantom.network"
2264
+ "https://rpc.ftm.tools"
2265
+ ],
2266
+ "faucets": [
2267
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
1655
2268
  ],
1656
- "faucets": [],
1657
2269
  "nativeCurrency": {
1658
2270
  "name": "Fantom",
1659
2271
  "symbol": "FTM",
@@ -1694,27 +2306,98 @@
1694
2306
  "chainId": 256,
1695
2307
  "networkId": 256
1696
2308
  },
2309
+ {
2310
+ "name": "SUR Blockchain Network",
2311
+ "chain": "SUR",
2312
+ "network": "mainnet",
2313
+ "rpc": [
2314
+ "https://sur.nilin.org"
2315
+ ],
2316
+ "faucets": [],
2317
+ "nativeCurrency": {
2318
+ "name": "Suren",
2319
+ "symbol": "SRN",
2320
+ "decimals": 18
2321
+ },
2322
+ "infoURL": "https://surnet.org",
2323
+ "shortName": "SUR",
2324
+ "chainId": 262,
2325
+ "networkId": 1,
2326
+ "icon": "SUR",
2327
+ "explorers": [
2328
+ {
2329
+ "name": "Surnet Explorer",
2330
+ "url": "https://explorer.surnet.org/",
2331
+ "icon": "SUR",
2332
+ "standard": "EIP3091"
2333
+ }
2334
+ ]
2335
+ },
1697
2336
  {
1698
2337
  "name": "High Performance Blockchain",
1699
2338
  "chain": "HPB",
1700
2339
  "network": "mainnet",
1701
2340
  "rpc": [
1702
- "https://hpb.app"
2341
+ "https://hpbnode.com",
2342
+ "wss://ws.hpbnode.com"
2343
+ ],
2344
+ "faucets": [
2345
+ "https://myhpbwallet.com/"
1703
2346
  ],
1704
- "faucets": [],
1705
2347
  "nativeCurrency": {
1706
2348
  "name": "High Performance Blockchain Ether",
1707
2349
  "symbol": "HPB",
1708
2350
  "decimals": 18
1709
2351
  },
1710
- "infoURL": "https://hpbscan.org/",
2352
+ "infoURL": "https://hpb.io",
1711
2353
  "shortName": "hpb",
1712
2354
  "chainId": 269,
1713
- "networkId": 100,
1714
- "slip44": 269
2355
+ "networkId": 269,
2356
+ "slip44": 269,
2357
+ "explorers": [
2358
+ {
2359
+ "name": "hscan",
2360
+ "url": "https://hscan.org/",
2361
+ "standard": "EIP3091"
2362
+ }
2363
+ ]
2364
+ },
2365
+ {
2366
+ "name": "Boba Network",
2367
+ "chain": "ETH",
2368
+ "network": "mainnet",
2369
+ "rpc": [
2370
+ "https://mainnet.boba.network/"
2371
+ ],
2372
+ "faucets": [],
2373
+ "nativeCurrency": {
2374
+ "name": "Ether",
2375
+ "symbol": "ETH",
2376
+ "decimals": 18
2377
+ },
2378
+ "infoURL": "https://boba.network",
2379
+ "shortName": "Boba",
2380
+ "chainId": 288,
2381
+ "networkId": 288,
2382
+ "explorers": [
2383
+ {
2384
+ "name": "Blockscout",
2385
+ "url": "https://blockexplorer.boba.network/",
2386
+ "standard": "none"
2387
+ }
2388
+ ],
2389
+ "parent": {
2390
+ "type": "L2",
2391
+ "chain": "eip155-1",
2392
+ "bridges": [
2393
+ {
2394
+ "url": "https://gateway.boba.network"
2395
+ }
2396
+ ]
2397
+ }
1715
2398
  },
1716
2399
  {
1717
- "name": "KuCoin Community Chain Mainnet",
2400
+ "name": "KCC Mainnet",
1718
2401
  "chain": "KCC",
1719
2402
  "network": "mainnet",
1720
2403
  "rpc": [
@@ -1730,7 +2413,7 @@
1730
2413
  "infoURL": "https://kcc.io",
1731
2414
  "shortName": "kcs",
1732
2415
  "chainId": 321,
1733
- "networkId": 321,
2416
+ "networkId": 1,
1734
2417
  "explorers": [
1735
2418
  {
1736
2419
  "name": "KCC Explorer",
@@ -1740,11 +2423,12 @@
1740
2423
  ]
1741
2424
  },
1742
2425
  {
1743
- "name": "KuCoin Community Chain Testnet",
2426
+ "name": "KCC Testnet",
1744
2427
  "chain": "KCC",
1745
2428
  "network": "testnet",
1746
2429
  "rpc": [
1747
- "https://rpc-testnet.kcc.network"
2430
+ "https://rpc-testnet.kcc.network",
2431
+ "wss://rpc-ws-testnet.kcc.network"
1748
2432
  ],
1749
2433
  "faucets": [
1750
2434
  "https://faucet-testnet.kcc.network"
@@ -1766,6 +2450,60 @@
1766
2450
  }
1767
2451
  ]
1768
2452
  },
2453
+ {
2454
+ "name": "Shiden",
2455
+ "chain": "SDN",
2456
+ "network": "shiden",
2457
+ "rpc": [
2458
+ "https://rpc.shiden.astar.network:8545",
2459
+ "wss://shiden.api.onfinality.io/public-ws"
2460
+ ],
2461
+ "faucets": [],
2462
+ "nativeCurrency": {
2463
+ "name": "Shiden",
2464
+ "symbol": "SDN",
2465
+ "decimals": 18
2466
+ },
2467
+ "infoURL": "https://shiden.astar.network/",
2468
+ "shortName": "sdn",
2469
+ "chainId": 336,
2470
+ "networkId": 336,
2471
+ "explorers": [
2472
+ {
2473
+ "name": "subscan",
2474
+ "url": "https://shiden.subscan.io",
2475
+ "standard": "none"
2476
+ }
2477
+ ]
2478
+ },
2479
+ {
2480
+ "name": "Cronos Testnet",
2481
+ "chain": "CRO",
2482
+ "network": "testnet",
2483
+ "rpc": [
2484
+ "https://cronos-testnet-3.crypto.org:8545",
2485
+ "wss://cronos-testnet-3.crypto.org:8546"
2486
+ ],
2487
+ "faucets": [
2488
+ "https://cronos.crypto.org/faucet"
2489
+ ],
2490
+ "nativeCurrency": {
2491
+ "name": "Crypto.org Test Coin",
2492
+ "symbol": "TCRO",
2493
+ "decimals": 18
2494
+ },
2495
+ "infoURL": "https://cronos.crypto.org",
2496
+ "shortName": "tcro",
2497
+ "chainId": 338,
2498
+ "networkId": 338,
2499
+ "explorers": [
2500
+ {
2501
+ "name": "Cronos Testnet Explorer",
2502
+ "url": "https://cronos.crypto.org/explorer/testnet3",
2503
+ "standard": "none"
2504
+ }
2505
+ ]
2506
+ },
1769
2507
  {
1770
2508
  "name": "Theta Mainnet",
1771
2509
  "chain": "Theta",
@@ -1866,6 +2604,25 @@
1866
2604
  }
1867
2605
  ]
1868
2606
  },
2607
+ {
2608
+ "name": "PulseChain Mainnet",
2609
+ "shortName": "pls",
2610
+ "chain": "PLS",
2611
+ "network": "mainnet",
2612
+ "chainId": 369,
2613
+ "networkId": 369,
2614
+ "infoURL": "https://pulsechain.com/",
2615
+ "rpc": [
2616
+ "https://rpc.mainnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}",
2617
+ "wss://rpc.mainnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"
2618
+ ],
2619
+ "faucets": [],
2620
+ "nativeCurrency": {
2621
+ "name": "Pulse",
2622
+ "symbol": "PLS",
2623
+ "decimals": 18
2624
+ }
2625
+ },
1869
2626
  {
1870
2627
  "name": "Lisinski",
1871
2628
  "chain": "CRO",
@@ -1942,6 +2699,40 @@
1942
2699
  "chainId": 558,
1943
2700
  "networkId": 558
1944
2701
  },
2702
+ {
2703
+ "name": "Metis Stardust Testnet",
2704
+ "chain": "ETH",
2705
+ "network": "rinkeby",
2706
+ "rpc": [
2707
+ "https://stardust.metis.io/?owner=588"
2708
+ ],
2709
+ "faucets": [],
2710
+ "nativeCurrency": {
2711
+ "name": "tMetis",
2712
+ "symbol": "METIS",
2713
+ "decimals": 18
2714
+ },
2715
+ "infoURL": "https://www.metis.io",
2716
+ "shortName": "metis-stardust",
2717
+ "chainId": 588,
2718
+ "networkId": 588,
2719
+ "explorers": [
2720
+ {
2721
+ "name": "blockscout",
2722
+ "url": "https://stardust-explorer.metis.io/",
2723
+ "standard": "EIP3091"
2724
+ }
2725
+ ],
2726
+ "parent": {
2727
+ "type": "L2",
2728
+ "chain": "eip155-4",
2729
+ "bridges": [
2730
+ {
2731
+ "url": "https://bridge.metis.io"
2732
+ }
2733
+ ]
2734
+ }
2735
+ },
1945
2736
  {
1946
2737
  "name": "Acala Mandala Testnet",
1947
2738
  "chain": "mACA",
@@ -1958,6 +2749,27 @@
1958
2749
  "chainId": 595,
1959
2750
  "networkId": 595
1960
2751
  },
2752
+ {
2753
+ "name": "Pixie Chain Testnet",
2754
+ "chain": "PixieChain",
2755
+ "network": "testnet",
2756
+ "rpc": [
2757
+ "https://http-testnet.chain.pixie.xyz",
2758
+ "wss://ws-testnet.chain.pixie.xyz"
2759
+ ],
2760
+ "faucets": [
2761
+ "https://chain.pixie.xyz/faucet"
2762
+ ],
2763
+ "nativeCurrency": {
2764
+ "name": "Pixie Chain Testnet Native Token",
2765
+ "symbol": "PCTT",
2766
+ "decimals": 18
2767
+ },
2768
+ "infoURL": "https://scan-testnet.chain.pixie.xyz",
2769
+ "shortName": "pixie-chain-testnet",
2770
+ "chainId": 666,
2771
+ "networkId": 666
2772
+ },
1961
2773
  {
1962
2774
  "name": "Karura Network",
1963
2775
  "chain": "KAR",
@@ -2080,6 +2892,31 @@
2080
2892
  "chainId": 821,
2081
2893
  "networkId": 2
2082
2894
  },
2895
+ {
2896
+ "name": "Ambros Chain Mainnet",
2897
+ "chain": "ambroschain",
2898
+ "network": "mainnet",
2899
+ "rpc": [
2900
+ "https://mainnet.ambroschain.com"
2901
+ ],
2902
+ "faucets": [],
2903
+ "nativeCurrency": {
2904
+ "name": "AMBROS",
2905
+ "symbol": "AMBR",
2906
+ "decimals": 18
2907
+ },
2908
+ "infoURL": "https://bcmhunt.com/",
2909
+ "shortName": "ambros",
2910
+ "chainId": 880,
2911
+ "networkId": 880,
2912
+ "explorers": [
2913
+ {
2914
+ "name": "Ambros Chain Explorer",
2915
+ "url": "https://explorer.ambroschain.com",
2916
+ "standard": "none"
2917
+ }
2918
+ ]
2919
+ },
2083
2920
  {
2084
2921
  "name": "Wanchain",
2085
2922
  "chain": "WAN",
@@ -2096,7 +2933,27 @@
2096
2933
  "infoURL": "https://www.wanscan.org",
2097
2934
  "shortName": "wan",
2098
2935
  "chainId": 888,
2099
- "networkId": 888
2936
+ "networkId": 888,
2937
+ "slip44": 5718350
2938
+ },
2939
+ {
2940
+ "name": "PulseChain Testnet",
2941
+ "shortName": "tpls",
2942
+ "chain": "tPLS",
2943
+ "network": "testnet",
2944
+ "chainId": 940,
2945
+ "networkId": 940,
2946
+ "infoURL": "https://pulsechain.com/",
2947
+ "rpc": [
2948
+ "https://rpc.testnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}",
2949
+ "wss://rpc.testnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"
2950
+ ],
2951
+ "faucets": [],
2952
+ "nativeCurrency": {
2953
+ "name": "Test Pulse",
2954
+ "symbol": "tPLS",
2955
+ "decimals": 18
2956
+ }
2100
2957
  },
2101
2958
  {
2102
2959
  "name": "Nepal Blockchain Network",
@@ -2120,21 +2977,54 @@
2120
2977
  "networkId": 977
2121
2978
  },
2122
2979
  {
2123
- "name": "Wanchain Testnet",
2124
- "chain": "WAN",
2125
- "network": "testnet",
2980
+ "name": "Lucky Network",
2981
+ "chain": "LN",
2982
+ "network": "mainnet",
2126
2983
  "rpc": [
2127
- "https://gwan-ssl.wandevs.org:46891/"
2984
+ "https://rpc.luckynetwork.org",
2985
+ "wss://ws.lnscan.org",
2986
+ "https://rpc.lnscan.org"
2128
2987
  ],
2129
2988
  "faucets": [],
2130
2989
  "nativeCurrency": {
2131
- "name": "Wancoin",
2132
- "symbol": "WAN",
2990
+ "name": "Lucky",
2991
+ "symbol": "L99",
2133
2992
  "decimals": 18
2134
2993
  },
2135
- "infoURL": "https://testnet.wanscan.org",
2136
- "shortName": "twan",
2137
- "chainId": 999,
2994
+ "infoURL": "https://luckynetwork.org",
2995
+ "shortName": "ln",
2996
+ "chainId": 998,
2997
+ "networkId": 998,
2998
+ "icon": "lucky",
2999
+ "explorers": [
3000
+ {
3001
+ "name": "blockscout",
3002
+ "url": "https://explorer.luckynetwork.org",
3003
+ "standard": "none"
3004
+ },
3005
+ {
3006
+ "name": "expedition",
3007
+ "url": "https://lnscan.org",
3008
+ "standard": "none"
3009
+ }
3010
+ ]
3011
+ },
3012
+ {
3013
+ "name": "Wanchain Testnet",
3014
+ "chain": "WAN",
3015
+ "network": "testnet",
3016
+ "rpc": [
3017
+ "https://gwan-ssl.wandevs.org:46891/"
3018
+ ],
3019
+ "faucets": [],
3020
+ "nativeCurrency": {
3021
+ "name": "Wancoin",
3022
+ "symbol": "WAN",
3023
+ "decimals": 18
3024
+ },
3025
+ "infoURL": "https://testnet.wanscan.org",
3026
+ "shortName": "twan",
3027
+ "chainId": 999,
2138
3028
  "networkId": 999
2139
3029
  },
2140
3030
  {
@@ -2191,7 +3081,8 @@
2191
3081
  "infoURL": "https://evrice.com",
2192
3082
  "shortName": "EVC",
2193
3083
  "chainId": 1010,
2194
- "networkId": 1010
3084
+ "networkId": 1010,
3085
+ "slip44": 1020
2195
3086
  },
2196
3087
  {
2197
3088
  "name": "Newton",
@@ -2263,11 +3154,73 @@
2263
3154
  "chainId": 1024,
2264
3155
  "networkId": 1024
2265
3156
  },
3157
+ {
3158
+ "name": "BitTorrent Chain Testnet",
3159
+ "chain": "BTTC",
3160
+ "network": "testnet",
3161
+ "rpc": [
3162
+ "https://testrpc.bittorrentchain.io/"
3163
+ ],
3164
+ "faucets": [],
3165
+ "nativeCurrency": {
3166
+ "name": "BitTorrent",
3167
+ "symbol": "BTT",
3168
+ "decimals": 18
3169
+ },
3170
+ "infoURL": "https://bittorrentchain.io/",
3171
+ "shortName": "tbtt",
3172
+ "chainId": 1028,
3173
+ "networkId": 1028,
3174
+ "explorers": [
3175
+ {
3176
+ "name": "testbttcscan",
3177
+ "url": "https://testscan.bittorrentchain.io/",
3178
+ "standard": "none"
3179
+ }
3180
+ ]
3181
+ },
3182
+ {
3183
+ "name": "Metis Andromeda Mainnet",
3184
+ "chain": "ETH",
3185
+ "network": "mainnet",
3186
+ "rpc": [
3187
+ "https://andromeda.metis.io/?owner=1088"
3188
+ ],
3189
+ "faucets": [],
3190
+ "nativeCurrency": {
3191
+ "name": "Metis",
3192
+ "symbol": "METIS",
3193
+ "decimals": 18
3194
+ },
3195
+ "infoURL": "https://www.metis.io",
3196
+ "shortName": "metis-andromeda",
3197
+ "chainId": 1088,
3198
+ "networkId": 1088,
3199
+ "explorers": [
3200
+ {
3201
+ "name": "blockscout",
3202
+ "url": "https://andromeda-explorer.metis.io/",
3203
+ "standard": "EIP3091"
3204
+ }
3205
+ ],
3206
+ "parent": {
3207
+ "type": "L2",
3208
+ "chain": "eip155-1",
3209
+ "bridges": [
3210
+ {
3211
+ "url": "https://bridge.metis.io"
3212
+ }
3213
+ ]
3214
+ }
3215
+ },
2266
3216
  {
2267
3217
  "name": "MathChain",
2268
3218
  "chain": "MATH",
2269
3219
  "network": "mainnet",
2270
- "rpc": [],
3220
+ "rpc": [
3221
+ "https://mathchain-asia.maiziqianbao.net/rpc",
3222
+ "https://mathchain-us.maiziqianbao.net/rpc"
3223
+ ],
2271
3224
  "faucets": [],
2272
3225
  "nativeCurrency": {
2273
3226
  "name": "MathChain",
@@ -2300,10 +3253,89 @@
2300
3253
  "networkId": 1140
2301
3254
  },
2302
3255
  {
2303
- "name": "Moonbeam Polkadot",
3256
+ "name": "World Trade Technical Chain Mainnet",
3257
+ "chain": "WTT",
3258
+ "network": "mainnet",
3259
+ "rpc": [
3260
+ "https://rpc.cadaut.com",
3261
+ "wss://rpc.cadaut.com/ws"
3262
+ ],
3263
+ "faucets": [],
3264
+ "nativeCurrency": {
3265
+ "name": "World Trade Token",
3266
+ "symbol": "WTT",
3267
+ "decimals": 18
3268
+ },
3269
+ "infoURL": "http://www.cadaut.com",
3270
+ "shortName": "wtt",
3271
+ "chainId": 1202,
3272
+ "networkId": 2048,
3273
+ "explorers": [
3274
+ {
3275
+ "name": "WTTScout",
3276
+ "url": "https://explorer.cadaut.com",
3277
+ "standard": "EIP3091"
3278
+ }
3279
+ ]
3280
+ },
3281
+ {
3282
+ "name": "Popcateum Mainnet",
3283
+ "chain": "POPCATEUM",
3284
+ "network": "mainnet",
3285
+ "rpc": [
3286
+ "https://dataseed.popcateum.org"
3287
+ ],
3288
+ "faucets": [],
3289
+ "nativeCurrency": {
3290
+ "name": "Popcat",
3291
+ "symbol": "POP",
3292
+ "decimals": 18
3293
+ },
3294
+ "infoURL": "https://popcateum.org",
3295
+ "shortName": "popcat",
3296
+ "chainId": 1213,
3297
+ "networkId": 1213,
3298
+ "explorers": [
3299
+ {
3300
+ "name": "popcateum explorer",
3301
+ "url": "https://explorer.popcateum.org",
3302
+ "standard": "none"
3303
+ }
3304
+ ]
3305
+ },
3306
+ {
3307
+ "name": "HALO Mainnet",
3308
+ "chain": "HALO",
3309
+ "network": "mainnet",
3310
+ "rpc": [
3311
+ "https://nodes.halo.land"
3312
+ ],
3313
+ "faucets": [],
3314
+ "nativeCurrency": {
3315
+ "name": "HALO",
3316
+ "symbol": "HO",
3317
+ "decimals": 18
3318
+ },
3319
+ "infoURL": "https://halo.land/#/",
3320
+ "shortName": "HO",
3321
+ "chainId": 1280,
3322
+ "networkId": 1280,
3323
+ "explorers": [
3324
+ {
3325
+ "name": "HALOexplorer",
3326
+ "url": "https://browser.halo.land/",
3327
+ "standard": "none"
3328
+ }
3329
+ ]
3330
+ },
3331
+ {
3332
+ "name": "Moonbeam",
2304
3333
  "chain": "MOON",
2305
3334
  "network": "moonbeam",
2306
- "rpc": [],
3335
+ "rpc": [
3336
+ "https://rpc.api.moonbeam.network",
3337
+ "wss://wss.api.moonbeam.network"
3338
+ ],
2307
3339
  "faucets": [],
2308
3340
  "nativeCurrency": {
2309
3341
  "name": "Glimmer",
@@ -2316,7 +3348,7 @@
2316
3348
  "networkId": 1284
2317
3349
  },
2318
3350
  {
2319
- "name": "Moonriver Kusama",
3351
+ "name": "Moonriver",
2320
3352
  "chain": "MOON",
2321
3353
  "network": "moonriver",
2322
3354
  "rpc": [
@@ -2332,10 +3364,17 @@
2332
3364
  "infoURL": "https://moonbeam.network/networks/moonriver/",
2333
3365
  "shortName": "mriver",
2334
3366
  "chainId": 1285,
2335
- "networkId": 1285
3367
+ "networkId": 1285,
3368
+ "explorers": [
3369
+ {
3370
+ "name": "moonscan",
3371
+ "url": "https://moonriver.moonscan.io/",
3372
+ "standard": "none"
3373
+ }
3374
+ ]
2336
3375
  },
2337
3376
  {
2338
- "name": "Moonrock Rococo",
3377
+ "name": "Moonrock",
2339
3378
  "chain": "MOON",
2340
3379
  "network": "moonrock",
2341
3380
  "rpc": [],
@@ -2351,7 +3390,7 @@
2351
3390
  "networkId": 1286
2352
3391
  },
2353
3392
  {
2354
- "name": "Moonbeam Testnet Moonbase Alpha",
3393
+ "name": "Moonbase Alpha",
2355
3394
  "chain": "MOON",
2356
3395
  "network": "moonbase",
2357
3396
  "rpc": [
@@ -2367,10 +3406,17 @@
2367
3406
  "infoURL": "https://docs.moonbeam.network/networks/testnet/",
2368
3407
  "shortName": "mbase",
2369
3408
  "chainId": 1287,
2370
- "networkId": 1287
3409
+ "networkId": 1287,
3410
+ "explorers": [
3411
+ {
3412
+ "name": "moonscan",
3413
+ "url": "https://moonbase.moonscan.io/",
3414
+ "standard": "none"
3415
+ }
3416
+ ]
2371
3417
  },
2372
3418
  {
2373
- "name": "Moonshadow Westend",
3419
+ "name": "Moonshadow",
2374
3420
  "chain": "MOON",
2375
3421
  "network": "moonshadow",
2376
3422
  "rpc": [],
@@ -2422,6 +3468,24 @@
2422
3468
  "networkId": 11235813,
2423
3469
  "slip44": 1620
2424
3470
  },
3471
+ {
3472
+ "name": "Btachain",
3473
+ "chain": "btachain",
3474
+ "network": "mainnet",
3475
+ "rpc": [
3476
+ "https://dataseed1.btachain.com/"
3477
+ ],
3478
+ "faucets": [],
3479
+ "nativeCurrency": {
3480
+ "name": "Bitcoin Asset",
3481
+ "symbol": "BTA",
3482
+ "decimals": 18
3483
+ },
3484
+ "infoURL": "https://bitcoinasset.io/",
3485
+ "shortName": "bta",
3486
+ "chainId": 1657,
3487
+ "networkId": 1657
3488
+ },
2425
3489
  {
2426
3490
  "name": "Teslafunds",
2427
3491
  "chain": "TSF",
@@ -2511,6 +3575,82 @@
2511
3575
  "chainId": 2022,
2512
3576
  "networkId": 2022
2513
3577
  },
3578
+ {
3579
+ "name": "Rangers Protocol Mainnet",
3580
+ "chain": "Rangers",
3581
+ "network": "mainnet",
3582
+ "rpc": [
3583
+ "https://mainnet.rangersprotocol.com/api/jsonrpc"
3584
+ ],
3585
+ "faucets": [],
3586
+ "nativeCurrency": {
3587
+ "name": "Rangers Protocol Gas",
3588
+ "symbol": "RPG",
3589
+ "decimals": 18
3590
+ },
3591
+ "infoURL": "https://rangersprotocol.com",
3592
+ "shortName": "rpg",
3593
+ "chainId": 2025,
3594
+ "networkId": 2025,
3595
+ "slip44": 1008,
3596
+ "explorers": [
3597
+ {
3598
+ "name": "rangersscan",
3599
+ "url": "https://scan.rangersprotocol.com",
3600
+ "standard": "none"
3601
+ }
3602
+ ]
3603
+ },
3604
+ {
3605
+ "name": "Ecoball Mainnet",
3606
+ "chain": "ECO",
3607
+ "network": "mainnet",
3608
+ "rpc": [
3609
+ "https://api.ecoball.org/ecoball/"
3610
+ ],
3611
+ "faucets": [],
3612
+ "nativeCurrency": {
3613
+ "name": "Ecoball Coin",
3614
+ "symbol": "ECO",
3615
+ "decimals": 18
3616
+ },
3617
+ "infoURL": "https://ecoball.org",
3618
+ "shortName": "eco",
3619
+ "chainId": 2100,
3620
+ "networkId": 2100,
3621
+ "explorers": [
3622
+ {
3623
+ "name": "Ecoball Explorer",
3624
+ "url": "https://scan.ecoball.org/",
3625
+ "standard": "EIP3091"
3626
+ }
3627
+ ]
3628
+ },
3629
+ {
3630
+ "name": "Ecoball Testnet Espuma",
3631
+ "chain": "ECO",
3632
+ "network": "espuma",
3633
+ "rpc": [
3634
+ "https://api.ecoball.org/espuma/"
3635
+ ],
3636
+ "faucets": [],
3637
+ "nativeCurrency": {
3638
+ "name": "Espuma Coin",
3639
+ "symbol": "ECO",
3640
+ "decimals": 18
3641
+ },
3642
+ "infoURL": "https://ecoball.org",
3643
+ "shortName": "esp",
3644
+ "chainId": 2101,
3645
+ "networkId": 2101,
3646
+ "explorers": [
3647
+ {
3648
+ "name": "Ecoball Testnet Explorer",
3649
+ "url": "https://espuma-scan.ecoball.org/",
3650
+ "standard": "EIP3091"
3651
+ }
3652
+ ]
3653
+ },
2514
3654
  {
2515
3655
  "name": "Kortho Mainnet",
2516
3656
  "chain": "Kortho Chain",
@@ -2529,6 +3669,84 @@
2529
3669
  "chainId": 2559,
2530
3670
  "networkId": 2559
2531
3671
  },
3672
+ {
3673
+ "name": "ZCore Testnet",
3674
+ "chain": "Beach",
3675
+ "network": "testnet",
3676
+ "icon": "zcore",
3677
+ "rpc": [
3678
+ "https://rpc-testnet.zcore.cash"
3679
+ ],
3680
+ "faucets": [
3681
+ "https://faucet.zcore.cash"
3682
+ ],
3683
+ "nativeCurrency": {
3684
+ "name": "ZCore",
3685
+ "symbol": "ZCR",
3686
+ "decimals": 18
3687
+ },
3688
+ "infoURL": "https://zcore.cash",
3689
+ "shortName": "zcrbeach",
3690
+ "chainId": 3331,
3691
+ "networkId": 3331
3692
+ },
3693
+ {
3694
+ "name": "Bittex Mainnet",
3695
+ "chain": "BTTX",
3696
+ "network": "mainnet",
3697
+ "rpc": [
3698
+ "https://rpc1.bittexscan.info",
3699
+ "https://rpc2.bittexscan.info"
3700
+ ],
3701
+ "faucets": [],
3702
+ "nativeCurrency": {
3703
+ "name": "Bittex",
3704
+ "symbol": "BTTX",
3705
+ "decimals": 18
3706
+ },
3707
+ "infoURL": "https://bittexscan.com",
3708
+ "shortName": "bttx",
3709
+ "chainId": 3690,
3710
+ "networkId": 3690,
3711
+ "icon": "ethereum",
3712
+ "explorers": [
3713
+ {
3714
+ "name": "bittexscan",
3715
+ "url": "https://bittexscan.com",
3716
+ "icon": "etherscan",
3717
+ "standard": "EIP3091"
3718
+ }
3719
+ ]
3720
+ },
3721
+ {
3722
+ "name": "Fantom Testnet",
3723
+ "chain": "FTM",
3724
+ "network": "testnet",
3725
+ "rpc": [
3726
+ "https://rpc.testnet.fantom.network"
3727
+ ],
3728
+ "faucets": [
3729
+ "https://faucet.fantom.network"
3730
+ ],
3731
+ "nativeCurrency": {
3732
+ "name": "Fantom",
3733
+ "symbol": "FTM",
3734
+ "decimals": 18
3735
+ },
3736
+ "infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet",
3737
+ "shortName": "tftm",
3738
+ "chainId": 4002,
3739
+ "networkId": 4002,
3740
+ "icon": "fantom",
3741
+ "explorers": [
3742
+ {
3743
+ "name": "ftmscan",
3744
+ "url": "https://testnet.ftmscan.com/",
3745
+ "icon": "ftmscan",
3746
+ "standard": "EIP3091"
3747
+ }
3748
+ ]
3749
+ },
2532
3750
  {
2533
3751
  "name": "IoTeX Network Mainnet",
2534
3752
  "chain": "iotex.io",
@@ -2545,7 +3763,14 @@
2545
3763
  "infoURL": "https://iotex.io",
2546
3764
  "shortName": "iotex-mainnet",
2547
3765
  "chainId": 4689,
2548
- "networkId": 4689
3766
+ "networkId": 4689,
3767
+ "explorers": [
3768
+ {
3769
+ "name": "iotexscan",
3770
+ "url": "https://iotexscan.io",
3771
+ "standard": "EIP3091"
3772
+ }
3773
+ ]
2549
3774
  },
2550
3775
  {
2551
3776
  "name": "IoTeX Network Testnet",
@@ -2565,7 +3790,14 @@
2565
3790
  "infoURL": "https://iotex.io",
2566
3791
  "shortName": "iotex-testnet",
2567
3792
  "chainId": 4690,
2568
- "networkId": 4690
3793
+ "networkId": 4690,
3794
+ "explorers": [
3795
+ {
3796
+ "name": "testnet iotexscan",
3797
+ "url": "https://testnet.iotexscan.io",
3798
+ "standard": "EIP3091"
3799
+ }
3800
+ ]
2569
3801
  },
2570
3802
  {
2571
3803
  "name": "EraSwap Mainnet",
@@ -2587,6 +3819,52 @@
2587
3819
  "chainId": 5197,
2588
3820
  "networkId": 5197
2589
3821
  },
3822
+ {
3823
+ "name": "Uzmi Network Mainnet",
3824
+ "chain": "UZMI",
3825
+ "network": "mainnet",
3826
+ "rpc": [
3827
+ "https://network.uzmigames.com.br/"
3828
+ ],
3829
+ "faucets": [],
3830
+ "nativeCurrency": {
3831
+ "name": "UZMI",
3832
+ "symbol": "UZMI",
3833
+ "decimals": 18
3834
+ },
3835
+ "infoURL": "https://uzmigames.com.br/",
3836
+ "shortName": "UZMI",
3837
+ "chainId": 5315,
3838
+ "networkId": 5315
3839
+ },
3840
+ {
3841
+ "name": "Syscoin Tanenbaum Testnet",
3842
+ "chain": "SYS",
3843
+ "network": "testnet",
3844
+ "rpc": [
3845
+ "https://rpc.tanenbaum.io",
3846
+ "wss://rpc.tanenbaum.io/wss"
3847
+ ],
3848
+ "faucets": [
3849
+ "https://faucet.tanenbaum.io"
3850
+ ],
3851
+ "nativeCurrency": {
3852
+ "name": "Testnet Syscoin",
3853
+ "symbol": "tSYS",
3854
+ "decimals": 18
3855
+ },
3856
+ "infoURL": "https://syscoin.org",
3857
+ "shortName": "tsys",
3858
+ "chainId": 5700,
3859
+ "networkId": 5700,
3860
+ "explorers": [
3861
+ {
3862
+ "name": "Syscoin Testnet Block Explorer",
3863
+ "url": "https://tanenbaum.io",
3864
+ "standard": "EIP3091"
3865
+ }
3866
+ ]
3867
+ },
2590
3868
  {
2591
3869
  "name": "Ontology Testnet",
2592
3870
  "chain": "Ontology",
@@ -2637,32 +3915,86 @@
2637
3915
  "networkId": 5869
2638
3916
  },
2639
3917
  {
2640
- "name": "MDGL Testnet",
2641
- "chain": "MDGL",
2642
- "network": "testnet",
3918
+ "name": "Pixie Chain Mainnet",
3919
+ "chain": "PixieChain",
3920
+ "network": "mainnet",
2643
3921
  "rpc": [
2644
- "https://testnet.mdgl.io"
3922
+ "https://http-mainnet.chain.pixie.xyz",
3923
+ "wss://ws-mainnet.chain.pixie.xyz"
2645
3924
  ],
2646
3925
  "faucets": [],
2647
3926
  "nativeCurrency": {
2648
- "name": "MDGL Token",
2649
- "symbol": "MDGLT",
3927
+ "name": "Pixie Chain Native Token",
3928
+ "symbol": "PIX",
2650
3929
  "decimals": 18
2651
3930
  },
2652
- "infoURL": "https://mdgl.io",
2653
- "shortName": "mdgl",
2654
- "chainId": 8029,
2655
- "networkId": 8029
3931
+ "infoURL": "https://chain.pixie.xyz",
3932
+ "shortName": "pixie-chain",
3933
+ "chainId": 6626,
3934
+ "networkId": 6626,
3935
+ "explorers": [
3936
+ {
3937
+ "name": "blockscout",
3938
+ "url": "https://scan.chain.pixie.xyz",
3939
+ "standard": "none"
3940
+ }
3941
+ ]
2656
3942
  },
2657
3943
  {
2658
- "name": "GeneChain Adenine Testnet",
2659
- "chain": "GeneChain",
2660
- "network": "adenine",
3944
+ "name": "Hazlor Testnet",
3945
+ "chain": "SCAS",
3946
+ "network": "testnet",
2661
3947
  "rpc": [
2662
- "https://rpc-testnet.genechain.io"
3948
+ "https://hatlas.rpc.hazlor.com:8545",
3949
+ "wss://hatlas.rpc.hazlor.com:8546"
2663
3950
  ],
2664
3951
  "faucets": [
2665
- "https://faucet.genechain.io"
3952
+ "https://faucet.hazlor.com"
3953
+ ],
3954
+ "nativeCurrency": {
3955
+ "name": "Hazlor Test Coin",
3956
+ "symbol": "TSCAS",
3957
+ "decimals": 18
3958
+ },
3959
+ "infoURL": "https://hazlor.com",
3960
+ "shortName": "tscas",
3961
+ "chainId": 7878,
3962
+ "networkId": 7878,
3963
+ "explorers": [
3964
+ {
3965
+ "name": "Hazlor Testnet Explorer",
3966
+ "url": "https://explorer.hazlor.com",
3967
+ "standard": "none"
3968
+ }
3969
+ ]
3970
+ },
3971
+ {
3972
+ "name": "MDGL Testnet",
3973
+ "chain": "MDGL",
3974
+ "network": "testnet",
3975
+ "rpc": [
3976
+ "https://testnet.mdgl.io"
3977
+ ],
3978
+ "faucets": [],
3979
+ "nativeCurrency": {
3980
+ "name": "MDGL Token",
3981
+ "symbol": "MDGLT",
3982
+ "decimals": 18
3983
+ },
3984
+ "infoURL": "https://mdgl.io",
3985
+ "shortName": "mdgl",
3986
+ "chainId": 8029,
3987
+ "networkId": 8029
3988
+ },
3989
+ {
3990
+ "name": "GeneChain Adenine Testnet",
3991
+ "chain": "GeneChain",
3992
+ "network": "adenine",
3993
+ "rpc": [
3994
+ "https://rpc-testnet.genechain.io"
3995
+ ],
3996
+ "faucets": [
3997
+ "https://faucet.genechain.io"
2666
3998
  ],
2667
3999
  "nativeCurrency": {
2668
4000
  "name": "Testnet RNA",
@@ -2686,7 +4018,7 @@
2686
4018
  "chain": "KLAY",
2687
4019
  "network": "cypress",
2688
4020
  "rpc": [
2689
- "https://node-api.klaytnapi.com/v1/klaytn"
4021
+ "https://api.cypress.ozys.net:8651"
2690
4022
  ],
2691
4023
  "faucets": [],
2692
4024
  "nativeCurrency": {
@@ -2698,7 +4030,14 @@
2698
4030
  "shortName": "Cypress",
2699
4031
  "chainId": 8217,
2700
4032
  "networkId": 8217,
2701
- "slip44": 8217
4033
+ "slip44": 8217,
4034
+ "explorers": [
4035
+ {
4036
+ "name": "Klaytnscope",
4037
+ "url": "https://scope.klaytn.com",
4038
+ "standard": "none"
4039
+ }
4040
+ ]
2702
4041
  },
2703
4042
  {
2704
4043
  "name": "KorthoTest",
@@ -2718,6 +4057,32 @@
2718
4057
  "chainId": 8285,
2719
4058
  "networkId": 8285
2720
4059
  },
4060
+ {
4061
+ "name": "TOOL Global Mainnet",
4062
+ "chain": "OLO",
4063
+ "network": "mainnet",
4064
+ "rpc": [
4065
+ "https://mainnet-web3.wolot.io"
4066
+ ],
4067
+ "faucets": [],
4068
+ "nativeCurrency": {
4069
+ "name": "TOOL Global",
4070
+ "symbol": "OLO",
4071
+ "decimals": 18
4072
+ },
4073
+ "infoURL": "https://ibdt.io",
4074
+ "shortName": "olo",
4075
+ "chainId": 8723,
4076
+ "networkId": 8723,
4077
+ "slip44": 479,
4078
+ "explorers": [
4079
+ {
4080
+ "name": "OLO Block Explorer",
4081
+ "url": "https://www.olo.network",
4082
+ "standard": "EIP3091"
4083
+ }
4084
+ ]
4085
+ },
2721
4086
  {
2722
4087
  "name": "TOOL Global Testnet",
2723
4088
  "chain": "OLO",
@@ -2734,11 +4099,36 @@
2734
4099
  "decimals": 18
2735
4100
  },
2736
4101
  "infoURL": "https://testnet-explorer.wolot.io",
2737
- "shortName": "olo",
4102
+ "shortName": "tolo",
2738
4103
  "chainId": 8724,
2739
4104
  "networkId": 8724,
2740
4105
  "slip44": 479
2741
4106
  },
4107
+ {
4108
+ "name": "Ambros Chain Testnet",
4109
+ "chain": "ambroschain",
4110
+ "network": "testnet",
4111
+ "rpc": [
4112
+ "https://testnet.ambroschain.com"
4113
+ ],
4114
+ "faucets": [],
4115
+ "nativeCurrency": {
4116
+ "name": "AMBROS",
4117
+ "symbol": "AMBR",
4118
+ "decimals": 18
4119
+ },
4120
+ "infoURL": "https://bcmhunt.com/",
4121
+ "shortName": "ambrostestnet",
4122
+ "chainId": 8888,
4123
+ "networkId": 8888,
4124
+ "explorers": [
4125
+ {
4126
+ "name": "Ambros Chain Explorer",
4127
+ "url": "https://testexplorer.ambroschain.com",
4128
+ "standard": "none"
4129
+ }
4130
+ ]
4131
+ },
2742
4132
  {
2743
4133
  "name": "bloxberg",
2744
4134
  "chain": "bloxberg",
@@ -2759,6 +4149,84 @@
2759
4149
  "chainId": 8995,
2760
4150
  "networkId": 8995
2761
4151
  },
4152
+ {
4153
+ "name": "Evmos Testnet",
4154
+ "chain": "Evmos",
4155
+ "network": "testnet",
4156
+ "rpc": [
4157
+ "https://ethereum.rpc.evmos.dev"
4158
+ ],
4159
+ "faucets": [
4160
+ "https://faucet.evmos.org"
4161
+ ],
4162
+ "nativeCurrency": {
4163
+ "name": "Photon",
4164
+ "symbol": "PHOTON",
4165
+ "decimals": 18
4166
+ },
4167
+ "infoURL": "https://evmos.org",
4168
+ "shortName": "evmos-mons",
4169
+ "chainId": 9000,
4170
+ "networkId": 9000,
4171
+ "explorers": [
4172
+ {
4173
+ "name": "Evmos EVM Explorer (Blockscout)",
4174
+ "url": "https://evm.evmos.org",
4175
+ "standard": "none"
4176
+ },
4177
+ {
4178
+ "name": "Evmos Cosmos Explorer (Big Dipper)",
4179
+ "url": "https://explorer.evmos.org",
4180
+ "standard": "none"
4181
+ }
4182
+ ]
4183
+ },
4184
+ {
4185
+ "name": "Rangers Protocol Testnet Robin",
4186
+ "chain": "Rangers",
4187
+ "network": "robin",
4188
+ "icon": "rangers",
4189
+ "rpc": [
4190
+ "https://robin.rangersprotocol.com/api/jsonrpc"
4191
+ ],
4192
+ "faucets": [
4193
+ "https://robin-faucet.rangersprotocol.com"
4194
+ ],
4195
+ "nativeCurrency": {
4196
+ "name": "Rangers Protocol Gas",
4197
+ "symbol": "tRPG",
4198
+ "decimals": 18
4199
+ },
4200
+ "infoURL": "https://rangersprotocol.com",
4201
+ "shortName": "trpg",
4202
+ "chainId": 9527,
4203
+ "networkId": 9527,
4204
+ "explorers": [
4205
+ {
4206
+ "name": "rangersscan-robin",
4207
+ "url": "https://robin-rangersscan.rangersprotocol.com",
4208
+ "standard": "none"
4209
+ }
4210
+ ]
4211
+ },
4212
+ {
4213
+ "name": "myOwn Testnet",
4214
+ "chain": "myOwn",
4215
+ "network": "testnet",
4216
+ "rpc": [
4217
+ "https://geth.dev.bccloud.net"
4218
+ ],
4219
+ "faucets": [],
4220
+ "nativeCurrency": {
4221
+ "name": "MYN",
4222
+ "symbol": "MYN",
4223
+ "decimals": 18
4224
+ },
4225
+ "infoURL": "https://docs.bccloud.net/",
4226
+ "shortName": "myn",
4227
+ "chainId": 9999,
4228
+ "networkId": 9999
4229
+ },
2762
4230
  {
2763
4231
  "name": "Smart Bitcoin Cash",
2764
4232
  "chain": "smartBCH",
@@ -2766,7 +4234,8 @@
2766
4234
  "rpc": [
2767
4235
  "https://smartbch.greyh.at",
2768
4236
  "https://rpc-mainnet.smartbch.org",
2769
- "https://smartbch.fountainhead.cash/mainnet"
4237
+ "https://smartbch.fountainhead.cash/mainnet",
4238
+ "https://smartbch.devops.cash/mainnet"
2770
4239
  ],
2771
4240
  "faucets": [],
2772
4241
  "nativeCurrency": {
@@ -2784,7 +4253,8 @@
2784
4253
  "chain": "smartBCHTest",
2785
4254
  "network": "testnet",
2786
4255
  "rpc": [
2787
- "https://rpc-testnet.smartbch.org"
4256
+ "https://rpc-testnet.smartbch.org",
4257
+ "https://smartbch.devops.cash/testnet"
2788
4258
  ],
2789
4259
  "faucets": [],
2790
4260
  "nativeCurrency": {
@@ -2817,6 +4287,124 @@
2817
4287
  "chainId": 10101,
2818
4288
  "networkId": 10101
2819
4289
  },
4290
+ {
4291
+ "name": "Singularity ZERO Testnet",
4292
+ "chain": "ZERO",
4293
+ "network": "testnet",
4294
+ "rpc": [
4295
+ "https://betaenv.singularity.gold:18545"
4296
+ ],
4297
+ "faucets": [
4298
+ "https://nft.singularity.gold"
4299
+ ],
4300
+ "nativeCurrency": {
4301
+ "name": "ZERO",
4302
+ "symbol": "tZERO",
4303
+ "decimals": 18
4304
+ },
4305
+ "infoURL": "https://www.singularity.gold",
4306
+ "shortName": "tZERO",
4307
+ "chainId": 12051,
4308
+ "networkId": 12051,
4309
+ "explorers": [
4310
+ {
4311
+ "name": "zeroscan",
4312
+ "url": "https://betaenv.singularity.gold:18002",
4313
+ "standard": "EIP3091"
4314
+ }
4315
+ ]
4316
+ },
4317
+ {
4318
+ "name": "Singularity ZERO Mainnet",
4319
+ "chain": "ZERO",
4320
+ "network": "mainnet",
4321
+ "rpc": [
4322
+ "https://zerorpc.singularity.gold"
4323
+ ],
4324
+ "faucets": [
4325
+ "https://zeroscan.singularity.gold"
4326
+ ],
4327
+ "nativeCurrency": {
4328
+ "name": "ZERO",
4329
+ "symbol": "ZERO",
4330
+ "decimals": 18
4331
+ },
4332
+ "infoURL": "https://www.singularity.gold",
4333
+ "shortName": "ZERO",
4334
+ "chainId": 12052,
4335
+ "networkId": 12052,
4336
+ "slip44": 621,
4337
+ "explorers": [
4338
+ {
4339
+ "name": "zeroscan",
4340
+ "url": "https://zeroscan.singularity.gold",
4341
+ "standard": "EIP3091"
4342
+ }
4343
+ ]
4344
+ },
4345
+ {
4346
+ "name": "MetaDot Mainnet",
4347
+ "chain": "MTT",
4348
+ "network": "mainnet",
4349
+ "rpc": [
4350
+ "https://mainnet.metadot.network"
4351
+ ],
4352
+ "faucets": [],
4353
+ "nativeCurrency": {
4354
+ "name": "MetaDot Token",
4355
+ "symbol": "MTT",
4356
+ "decimals": 18
4357
+ },
4358
+ "infoURL": "https://metadot.network",
4359
+ "shortName": "mtt",
4360
+ "chainId": 16000,
4361
+ "networkId": 16000
4362
+ },
4363
+ {
4364
+ "name": "MetaDot Testnet",
4365
+ "chain": "MTTTest",
4366
+ "network": "devnet",
4367
+ "rpc": [
4368
+ "https://testnet.metadot.network"
4369
+ ],
4370
+ "faucets": [
4371
+ "https://faucet.metadot.network/"
4372
+ ],
4373
+ "nativeCurrency": {
4374
+ "name": "MetaDot Token TestNet",
4375
+ "symbol": "MTT-test",
4376
+ "decimals": 18
4377
+ },
4378
+ "infoURL": "https://metadot.network",
4379
+ "shortName": "mtttest",
4380
+ "chainId": 16001,
4381
+ "networkId": 16001
4382
+ },
4383
+ {
4384
+ "name": "BTCIX Network",
4385
+ "chain": "BTCIX",
4386
+ "network": "mainnet",
4387
+ "rpc": [
4388
+ "https://seed.btcix.org/rpc"
4389
+ ],
4390
+ "faucets": [],
4391
+ "nativeCurrency": {
4392
+ "name": "BTCIX Network",
4393
+ "symbol": "BTCIX",
4394
+ "decimals": 18
4395
+ },
4396
+ "infoURL": "https://bitcolojix.org",
4397
+ "shortName": "btcix",
4398
+ "chainId": 19845,
4399
+ "networkId": 19845,
4400
+ "explorers": [
4401
+ {
4402
+ "name": "BTCIXScan",
4403
+ "url": "https://btcixscan.com",
4404
+ "standard": "none"
4405
+ }
4406
+ ]
4407
+ },
2820
4408
  {
2821
4409
  "name": "Webchain",
2822
4410
  "chain": "WEB",
@@ -2833,7 +4421,8 @@
2833
4421
  "infoURL": "https://webchain.network",
2834
4422
  "shortName": "web",
2835
4423
  "chainId": 24484,
2836
- "networkId": 37129
4424
+ "networkId": 37129,
4425
+ "slip44": 227
2837
4426
  },
2838
4427
  {
2839
4428
  "name": "MintMe.com Coin",
@@ -2872,6 +4461,32 @@
2872
4461
  "networkId": 1,
2873
4462
  "slip44": 31102
2874
4463
  },
4464
+ {
4465
+ "name": "GoChain Testnet",
4466
+ "chain": "GO",
4467
+ "network": "testnet",
4468
+ "rpc": [
4469
+ "https://testnet-rpc.gochain.io"
4470
+ ],
4471
+ "faucets": [],
4472
+ "nativeCurrency": {
4473
+ "name": "GoChain Coin",
4474
+ "symbol": "GO",
4475
+ "decimals": 18
4476
+ },
4477
+ "infoURL": "https://gochain.io",
4478
+ "shortName": "got",
4479
+ "chainId": 31337,
4480
+ "networkId": 31337,
4481
+ "slip44": 6060,
4482
+ "explorers": [
4483
+ {
4484
+ "name": "GoChain Testnet Explorer",
4485
+ "url": "https://testnet-explorer.gochain.io",
4486
+ "standard": "EIP3091"
4487
+ }
4488
+ ]
4489
+ },
2875
4490
  {
2876
4491
  "name": "Fusion Mainnet",
2877
4492
  "chain": "FSN",
@@ -2896,7 +4511,7 @@
2896
4511
  "chain": "NRG",
2897
4512
  "network": "mainnet",
2898
4513
  "rpc": [
2899
- "https://nodeapi.gen3.energi.network"
4514
+ "https://nodeapi.energi.network"
2900
4515
  ],
2901
4516
  "faucets": [],
2902
4517
  "nativeCurrency": {
@@ -2926,6 +4541,48 @@
2926
4541
  "chainId": 42069,
2927
4542
  "networkId": 42069
2928
4543
  },
4544
+ {
4545
+ "name": "Arbitrum One",
4546
+ "chainId": 42161,
4547
+ "shortName": "arb1",
4548
+ "chain": "ETH",
4549
+ "network": "mainnet",
4550
+ "networkId": 42161,
4551
+ "nativeCurrency": {
4552
+ "name": "Ether",
4553
+ "symbol": "AETH",
4554
+ "decimals": 18
4555
+ },
4556
+ "rpc": [
4557
+ "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
4558
+ "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
4559
+ "https://arb1.arbitrum.io/rpc",
4560
+ "wss://arb1.arbitrum.io/ws"
4561
+ ],
4562
+ "faucets": [],
4563
+ "explorers": [
4564
+ {
4565
+ "name": "Arbiscan",
4566
+ "url": "https://arbiscan.io",
4567
+ "standard": "EIP3091"
4568
+ },
4569
+ {
4570
+ "name": "Arbitrum Explorer",
4571
+ "url": "https://explorer.arbitrum.io",
4572
+ "standard": "EIP3091"
4573
+ }
4574
+ ],
4575
+ "infoURL": "https://arbitrum.io",
4576
+ "parent": {
4577
+ "type": "L2",
4578
+ "chain": "eip155-1",
4579
+ "bridges": [
4580
+ {
4581
+ "url": "https://bridge.arbitrum.io"
4582
+ }
4583
+ ]
4584
+ }
4585
+ },
2929
4586
  {
2930
4587
  "name": "Celo Mainnet",
2931
4588
  "chainId": 42220,
@@ -2942,8 +4599,17 @@
2942
4599
  "https://forno.celo.org",
2943
4600
  "wss://forno.celo.org/ws"
2944
4601
  ],
2945
- "faucets": [],
2946
- "infoURL": "https://docs.celo.org/"
4602
+ "faucets": [
4603
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
4604
+ ],
4605
+ "infoURL": "https://docs.celo.org/",
4606
+ "explorers": [
4607
+ {
4608
+ "name": "blockscout",
4609
+ "url": "https://explorer.celo.org",
4610
+ "standard": "none"
4611
+ }
4612
+ ]
2947
4613
  },
2948
4614
  {
2949
4615
  "name": "Athereum",
@@ -2983,7 +4649,14 @@
2983
4649
  "infoURL": "https://cchain.explorer.avax-test.network",
2984
4650
  "shortName": "Fuji",
2985
4651
  "chainId": 43113,
2986
- "networkId": 1
4652
+ "networkId": 1,
4653
+ "explorers": [
4654
+ {
4655
+ "name": "snowtrace",
4656
+ "url": "https://testnet.snowtrace.io/",
4657
+ "standard": "EIP3091"
4658
+ }
4659
+ ]
2987
4660
  },
2988
4661
  {
2989
4662
  "name": "Avalanche Mainnet",
@@ -2992,16 +4665,26 @@
2992
4665
  "rpc": [
2993
4666
  "https://api.avax.network/ext/bc/C/rpc"
2994
4667
  ],
2995
- "faucets": [],
4668
+ "faucets": [
4669
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
4670
+ ],
2996
4671
  "nativeCurrency": {
2997
4672
  "name": "Avalanche",
2998
4673
  "symbol": "AVAX",
2999
4674
  "decimals": 18
3000
4675
  },
3001
- "infoURL": "https://cchain.explorer.avax.network/",
4676
+ "infoURL": "https://www.avax.network/",
3002
4677
  "shortName": "Avalanche",
3003
4678
  "chainId": 43114,
3004
- "networkId": 1
4679
+ "networkId": 43114,
4680
+ "slip44": 9000,
4681
+ "explorers": [
4682
+ {
4683
+ "name": "snowtrace",
4684
+ "url": "https://snowtrace.io/",
4685
+ "standard": "EIP3091"
4686
+ }
4687
+ ]
3005
4688
  },
3006
4689
  {
3007
4690
  "name": "Celo Alfajores Testnet",
@@ -3030,12 +4713,12 @@
3030
4713
  "chain": "NRG",
3031
4714
  "network": "testnet",
3032
4715
  "rpc": [
3033
- "https://nodeapi.test3.energi.network"
4716
+ "https://nodeapi.test.energi.network"
3034
4717
  ],
3035
4718
  "faucets": [],
3036
4719
  "nativeCurrency": {
3037
4720
  "name": "Energi",
3038
- "symbol": "tNRG",
4721
+ "symbol": "NRG",
3039
4722
  "decimals": 18
3040
4723
  },
3041
4724
  "infoURL": "https://www.energi.world/",
@@ -3044,6 +4727,114 @@
3044
4727
  "networkId": 49797,
3045
4728
  "slip44": 49797
3046
4729
  },
4730
+ {
4731
+ "name": "Thinkium Testnet Chain 0",
4732
+ "chain": "Thinkium",
4733
+ "network": "testnet",
4734
+ "rpc": [
4735
+ "https://test.thinkiumrpc.net/"
4736
+ ],
4737
+ "faucets": [
4738
+ "https://www.thinkiumdev.net/faucet"
4739
+ ],
4740
+ "nativeCurrency": {
4741
+ "name": "TKM",
4742
+ "symbol": "TKM",
4743
+ "decimals": 18
4744
+ },
4745
+ "infoURL": "https://thinkium.net/",
4746
+ "shortName": "TKM-test0",
4747
+ "chainId": 60000,
4748
+ "networkId": 60000,
4749
+ "explorers": [
4750
+ {
4751
+ "name": "thinkiumscan",
4752
+ "url": "https://test0.thinkiumscan.net/",
4753
+ "standard": "EIP3091"
4754
+ }
4755
+ ]
4756
+ },
4757
+ {
4758
+ "name": "Thinkium Testnet Chain 1",
4759
+ "chain": "Thinkium",
4760
+ "network": "testnet",
4761
+ "rpc": [
4762
+ "https://test1.thinkiumrpc.net/"
4763
+ ],
4764
+ "faucets": [
4765
+ "https://www.thinkiumdev.net/faucet"
4766
+ ],
4767
+ "nativeCurrency": {
4768
+ "name": "TKM",
4769
+ "symbol": "TKM",
4770
+ "decimals": 18
4771
+ },
4772
+ "infoURL": "https://thinkium.net/",
4773
+ "shortName": "TKM-test1",
4774
+ "chainId": 60001,
4775
+ "networkId": 60001,
4776
+ "explorers": [
4777
+ {
4778
+ "name": "thinkiumscan",
4779
+ "url": "https://test1.thinkiumscan.net/",
4780
+ "standard": "EIP3091"
4781
+ }
4782
+ ]
4783
+ },
4784
+ {
4785
+ "name": "Thinkium Testnet Chain 2",
4786
+ "chain": "Thinkium",
4787
+ "network": "testnet",
4788
+ "rpc": [
4789
+ "https://test2.thinkiumrpc.net/"
4790
+ ],
4791
+ "faucets": [
4792
+ "https://www.thinkiumdev.net/faucet"
4793
+ ],
4794
+ "nativeCurrency": {
4795
+ "name": "TKM",
4796
+ "symbol": "TKM",
4797
+ "decimals": 18
4798
+ },
4799
+ "infoURL": "https://thinkium.net/",
4800
+ "shortName": "TKM-test2",
4801
+ "chainId": 60002,
4802
+ "networkId": 60002,
4803
+ "explorers": [
4804
+ {
4805
+ "name": "thinkiumscan",
4806
+ "url": "https://test2.thinkiumscan.net/",
4807
+ "standard": "EIP3091"
4808
+ }
4809
+ ]
4810
+ },
4811
+ {
4812
+ "name": "Thinkium Testnet Chain 103",
4813
+ "chain": "Thinkium",
4814
+ "network": "testnet",
4815
+ "rpc": [
4816
+ "https://test103.thinkiumrpc.net/"
4817
+ ],
4818
+ "faucets": [
4819
+ "https://www.thinkiumdev.net/faucet"
4820
+ ],
4821
+ "nativeCurrency": {
4822
+ "name": "TKM",
4823
+ "symbol": "TKM",
4824
+ "decimals": 18
4825
+ },
4826
+ "infoURL": "https://thinkium.net/",
4827
+ "shortName": "TKM-test103",
4828
+ "chainId": 60103,
4829
+ "networkId": 60103,
4830
+ "explorers": [
4831
+ {
4832
+ "name": "thinkiumscan",
4833
+ "url": "https://test103.thinkiumscan.net",
4834
+ "standard": "EIP3091"
4835
+ }
4836
+ ]
4837
+ },
3047
4838
  {
3048
4839
  "name": "Celo Baklava Testnet",
3049
4840
  "chainId": 62320,
@@ -3065,6 +4856,128 @@
3065
4856
  ],
3066
4857
  "infoURL": "https://docs.celo.org/"
3067
4858
  },
4859
+ {
4860
+ "name": "Thinkium Mainnet Chain 0",
4861
+ "chain": "Thinkium",
4862
+ "network": "mainnet",
4863
+ "rpc": [
4864
+ "https://proxy.thinkiumrpc.net/"
4865
+ ],
4866
+ "faucets": [],
4867
+ "nativeCurrency": {
4868
+ "name": "TKM",
4869
+ "symbol": "TKM",
4870
+ "decimals": 18
4871
+ },
4872
+ "infoURL": "https://thinkium.net/",
4873
+ "shortName": "TKM0",
4874
+ "chainId": 70000,
4875
+ "networkId": 70000,
4876
+ "explorers": [
4877
+ {
4878
+ "name": "thinkiumscan",
4879
+ "url": "https://chain0.thinkiumscan.net/",
4880
+ "standard": "EIP3091"
4881
+ }
4882
+ ]
4883
+ },
4884
+ {
4885
+ "name": "Thinkium Mainnet Chain 1",
4886
+ "chain": "Thinkium",
4887
+ "network": "mainnet",
4888
+ "rpc": [
4889
+ "https://proxy1.thinkiumrpc.net/"
4890
+ ],
4891
+ "faucets": [],
4892
+ "nativeCurrency": {
4893
+ "name": "TKM",
4894
+ "symbol": "TKM",
4895
+ "decimals": 18
4896
+ },
4897
+ "infoURL": "https://thinkium.net/",
4898
+ "shortName": "TKM1",
4899
+ "chainId": 70001,
4900
+ "networkId": 70001,
4901
+ "explorers": [
4902
+ {
4903
+ "name": "thinkiumscan",
4904
+ "url": "https://chain1.thinkiumscan.net/",
4905
+ "standard": "EIP3091"
4906
+ }
4907
+ ]
4908
+ },
4909
+ {
4910
+ "name": "Thinkium Mainnet Chain 2",
4911
+ "chain": "Thinkium",
4912
+ "network": "mainnet",
4913
+ "rpc": [
4914
+ "https://proxy2.thinkiumrpc.net/"
4915
+ ],
4916
+ "faucets": [],
4917
+ "nativeCurrency": {
4918
+ "name": "TKM",
4919
+ "symbol": "TKM",
4920
+ "decimals": 18
4921
+ },
4922
+ "infoURL": "https://thinkium.net/",
4923
+ "shortName": "TKM2",
4924
+ "chainId": 70002,
4925
+ "networkId": 70002,
4926
+ "explorers": [
4927
+ {
4928
+ "name": "thinkiumscan",
4929
+ "url": "https://chain2.thinkiumscan.net/",
4930
+ "standard": "EIP3091"
4931
+ }
4932
+ ]
4933
+ },
4934
+ {
4935
+ "name": "Thinkium Mainnet Chain 103",
4936
+ "chain": "Thinkium",
4937
+ "network": "mainnet",
4938
+ "rpc": [
4939
+ "https://proxy103.thinkiumrpc.net/"
4940
+ ],
4941
+ "faucets": [],
4942
+ "nativeCurrency": {
4943
+ "name": "TKM",
4944
+ "symbol": "TKM",
4945
+ "decimals": 18
4946
+ },
4947
+ "infoURL": "https://thinkium.net/",
4948
+ "shortName": "TKM103",
4949
+ "chainId": 70103,
4950
+ "networkId": 70103,
4951
+ "explorers": [
4952
+ {
4953
+ "name": "thinkiumscan",
4954
+ "url": "https://chain103.thinkiumscan.net/",
4955
+ "standard": "EIP3091"
4956
+ }
4957
+ ]
4958
+ },
4959
+ {
4960
+ "name": "Polyjuice Testnet",
4961
+ "chain": "CKB",
4962
+ "network": "testnet",
4963
+ "icon": "polyjuice",
4964
+ "rpc": [
4965
+ "https://godwoken-testnet-web3-rpc.ckbapp.dev",
4966
+ "ws://godwoken-testnet-web3-rpc.ckbapp.dev/ws"
4967
+ ],
4968
+ "faucets": [
4969
+ "https://faucet.nervos.org/"
4970
+ ],
4971
+ "nativeCurrency": {
4972
+ "name": "CKB",
4973
+ "symbol": "CKB",
4974
+ "decimals": 8
4975
+ },
4976
+ "infoURL": "https://github.com/nervosnetwork/godwoken",
4977
+ "shortName": "ckb",
4978
+ "chainId": 71393,
4979
+ "networkId": 1
4980
+ },
3068
4981
  {
3069
4982
  "name": "Energy Web Volta Testnet",
3070
4983
  "chain": "Volta",
@@ -3105,25 +5018,33 @@
3105
5018
  "networkId": 78110
3106
5019
  },
3107
5020
  {
3108
- "name": "Matic Testnet Mumbai",
3109
- "chain": "Matic",
5021
+ "name": "Polygon Testnet Mumbai",
5022
+ "chain": "Polygon",
3110
5023
  "network": "testnet",
3111
5024
  "rpc": [
3112
- "https://rpc-mumbai.matic.today",
3113
- "wss://ws-mumbai.matic.today"
5025
+ "https://matic-mumbai.chainstacklabs.com",
5026
+ "https://rpc-mumbai.maticvigil.com",
5027
+ "https://matic-testnet-archive-rpc.bwarelabs.com"
3114
5028
  ],
3115
5029
  "faucets": [
3116
- "https://faucet.matic.network/"
5030
+ "https://faucet.polygon.technology/"
3117
5031
  ],
3118
5032
  "nativeCurrency": {
3119
- "name": "Matic",
3120
- "symbol": "tMATIC",
5033
+ "name": "MATIC",
5034
+ "symbol": "MATIC",
3121
5035
  "decimals": 18
3122
5036
  },
3123
- "infoURL": "https://matic.network/",
5037
+ "infoURL": "https://polygon.technology/",
3124
5038
  "shortName": "maticmum",
3125
5039
  "chainId": 80001,
3126
- "networkId": 80001
5040
+ "networkId": 80001,
5041
+ "explorers": [
5042
+ {
5043
+ "name": "polygonscan",
5044
+ "url": "https://mumbai.polygonscan.com/",
5045
+ "standard": "EIP3091"
5046
+ }
5047
+ ]
3127
5048
  },
3128
5049
  {
3129
5050
  "name": "QuarkChain Mainnet Root",
@@ -3148,7 +5069,7 @@
3148
5069
  "chain": "QuarkChain",
3149
5070
  "network": "mainnet",
3150
5071
  "rpc": [
3151
- "http://jrpc.mainnet.quarkchain.io:39000/"
5072
+ "http://eth-jrpc.mainnet.quarkchain.io:39000/"
3152
5073
  ],
3153
5074
  "faucets": [],
3154
5075
  "nativeCurrency": {
@@ -3163,14 +5084,21 @@
3163
5084
  "parent": {
3164
5085
  "chain": "eip155-100000",
3165
5086
  "type": "shard"
3166
- }
5087
+ },
5088
+ "explorers": [
5089
+ {
5090
+ "name": "quarkchain-mainnet",
5091
+ "url": "https://mainnet.quarkchain.io/0",
5092
+ "standard": "EIP3091"
5093
+ }
5094
+ ]
3167
5095
  },
3168
5096
  {
3169
5097
  "name": "QuarkChain Mainnet Shard 1",
3170
5098
  "chain": "QuarkChain",
3171
5099
  "network": "mainnet",
3172
5100
  "rpc": [
3173
- "http://jrpc.mainnet.quarkchain.io:39001/"
5101
+ "http://eth-jrpc.mainnet.quarkchain.io:39001/"
3174
5102
  ],
3175
5103
  "faucets": [],
3176
5104
  "nativeCurrency": {
@@ -3185,14 +5113,21 @@
3185
5113
  "parent": {
3186
5114
  "chain": "eip155-100000",
3187
5115
  "type": "shard"
3188
- }
5116
+ },
5117
+ "explorers": [
5118
+ {
5119
+ "name": "quarkchain-mainnet",
5120
+ "url": "https://mainnet.quarkchain.io/1",
5121
+ "standard": "EIP3091"
5122
+ }
5123
+ ]
3189
5124
  },
3190
5125
  {
3191
5126
  "name": "QuarkChain Mainnet Shard 2",
3192
5127
  "chain": "QuarkChain",
3193
5128
  "network": "mainnet",
3194
5129
  "rpc": [
3195
- "http://jrpc.mainnet.quarkchain.io:39002/"
5130
+ "http://eth-jrpc.mainnet.quarkchain.io:39002/"
3196
5131
  ],
3197
5132
  "faucets": [],
3198
5133
  "nativeCurrency": {
@@ -3207,14 +5142,21 @@
3207
5142
  "parent": {
3208
5143
  "chain": "eip155-100000",
3209
5144
  "type": "shard"
3210
- }
5145
+ },
5146
+ "explorers": [
5147
+ {
5148
+ "name": "quarkchain-mainnet",
5149
+ "url": "https://mainnet.quarkchain.io/2",
5150
+ "standard": "EIP3091"
5151
+ }
5152
+ ]
3211
5153
  },
3212
5154
  {
3213
5155
  "name": "QuarkChain Mainnet Shard 3",
3214
5156
  "chain": "QuarkChain",
3215
5157
  "network": "mainnet",
3216
5158
  "rpc": [
3217
- "http://jrpc.mainnet.quarkchain.io:39003/"
5159
+ "http://eth-jrpc.mainnet.quarkchain.io:39003/"
3218
5160
  ],
3219
5161
  "faucets": [],
3220
5162
  "nativeCurrency": {
@@ -3229,14 +5171,21 @@
3229
5171
  "parent": {
3230
5172
  "chain": "eip155-100000",
3231
5173
  "type": "shard"
3232
- }
5174
+ },
5175
+ "explorers": [
5176
+ {
5177
+ "name": "quarkchain-mainnet",
5178
+ "url": "https://mainnet.quarkchain.io/3",
5179
+ "standard": "EIP3091"
5180
+ }
5181
+ ]
3233
5182
  },
3234
5183
  {
3235
5184
  "name": "QuarkChain Mainnet Shard 4",
3236
5185
  "chain": "QuarkChain",
3237
5186
  "network": "mainnet",
3238
5187
  "rpc": [
3239
- "http://jrpc.mainnet.quarkchain.io:39004/"
5188
+ "http://eth-jrpc.mainnet.quarkchain.io:39004/"
3240
5189
  ],
3241
5190
  "faucets": [],
3242
5191
  "nativeCurrency": {
@@ -3251,14 +5200,21 @@
3251
5200
  "parent": {
3252
5201
  "chain": "eip155-100000",
3253
5202
  "type": "shard"
3254
- }
5203
+ },
5204
+ "explorers": [
5205
+ {
5206
+ "name": "quarkchain-mainnet",
5207
+ "url": "https://mainnet.quarkchain.io/4",
5208
+ "standard": "EIP3091"
5209
+ }
5210
+ ]
3255
5211
  },
3256
5212
  {
3257
5213
  "name": "QuarkChain Mainnet Shard 5",
3258
5214
  "chain": "QuarkChain",
3259
5215
  "network": "mainnet",
3260
5216
  "rpc": [
3261
- "http://jrpc.mainnet.quarkchain.io:39005/"
5217
+ "http://eth-jrpc.mainnet.quarkchain.io:39005/"
3262
5218
  ],
3263
5219
  "faucets": [],
3264
5220
  "nativeCurrency": {
@@ -3273,14 +5229,21 @@
3273
5229
  "parent": {
3274
5230
  "chain": "eip155-100000",
3275
5231
  "type": "shard"
3276
- }
5232
+ },
5233
+ "explorers": [
5234
+ {
5235
+ "name": "quarkchain-mainnet",
5236
+ "url": "https://mainnet.quarkchain.io/5",
5237
+ "standard": "EIP3091"
5238
+ }
5239
+ ]
3277
5240
  },
3278
5241
  {
3279
5242
  "name": "QuarkChain Mainnet Shard 6",
3280
5243
  "chain": "QuarkChain",
3281
5244
  "network": "mainnet",
3282
5245
  "rpc": [
3283
- "http://jrpc.mainnet.quarkchain.io:39006/"
5246
+ "http://eth-jrpc.mainnet.quarkchain.io:39006/"
3284
5247
  ],
3285
5248
  "faucets": [],
3286
5249
  "nativeCurrency": {
@@ -3295,14 +5258,21 @@
3295
5258
  "parent": {
3296
5259
  "chain": "eip155-100000",
3297
5260
  "type": "shard"
3298
- }
5261
+ },
5262
+ "explorers": [
5263
+ {
5264
+ "name": "quarkchain-mainnet",
5265
+ "url": "https://mainnet.quarkchain.io/6",
5266
+ "standard": "EIP3091"
5267
+ }
5268
+ ]
3299
5269
  },
3300
5270
  {
3301
5271
  "name": "QuarkChain Mainnet Shard 7",
3302
5272
  "chain": "QuarkChain",
3303
5273
  "network": "mainnet",
3304
5274
  "rpc": [
3305
- "http://jrpc.mainnet.quarkchain.io:39007/"
5275
+ "http://eth-jrpc.mainnet.quarkchain.io:39007/"
3306
5276
  ],
3307
5277
  "faucets": [],
3308
5278
  "nativeCurrency": {
@@ -3317,7 +5287,14 @@
3317
5287
  "parent": {
3318
5288
  "chain": "eip155-100000",
3319
5289
  "type": "shard"
3320
- }
5290
+ },
5291
+ "explorers": [
5292
+ {
5293
+ "name": "quarkchain-mainnet",
5294
+ "url": "https://mainnet.quarkchain.io/7",
5295
+ "standard": "EIP3091"
5296
+ }
5297
+ ]
3321
5298
  },
3322
5299
  {
3323
5300
  "name": "QuarkChain Devnet Root",
@@ -3342,7 +5319,7 @@
3342
5319
  "chain": "QuarkChain",
3343
5320
  "network": "devnet",
3344
5321
  "rpc": [
3345
- "http://jrpc.devnet.quarkchain.io:39000/"
5322
+ "http://eth-jrpc.devnet.quarkchain.io:39900/"
3346
5323
  ],
3347
5324
  "faucets": [],
3348
5325
  "nativeCurrency": {
@@ -3357,14 +5334,21 @@
3357
5334
  "parent": {
3358
5335
  "chain": "eip155-110000",
3359
5336
  "type": "shard"
3360
- }
5337
+ },
5338
+ "explorers": [
5339
+ {
5340
+ "name": "quarkchain-devnet",
5341
+ "url": "https://devnet.quarkchain.io/0",
5342
+ "standard": "EIP3091"
5343
+ }
5344
+ ]
3361
5345
  },
3362
5346
  {
3363
5347
  "name": "QuarkChain Devnet Shard 1",
3364
5348
  "chain": "QuarkChain",
3365
5349
  "network": "devnet",
3366
5350
  "rpc": [
3367
- "http://jrpc.devnet.quarkchain.io:39001/"
5351
+ "http://eth-jrpc.devnet.quarkchain.io:39901/"
3368
5352
  ],
3369
5353
  "faucets": [],
3370
5354
  "nativeCurrency": {
@@ -3379,14 +5363,21 @@
3379
5363
  "parent": {
3380
5364
  "chain": "eip155-110000",
3381
5365
  "type": "shard"
3382
- }
5366
+ },
5367
+ "explorers": [
5368
+ {
5369
+ "name": "quarkchain-devnet",
5370
+ "url": "https://devnet.quarkchain.io/1",
5371
+ "standard": "EIP3091"
5372
+ }
5373
+ ]
3383
5374
  },
3384
5375
  {
3385
5376
  "name": "QuarkChain Devnet Shard 2",
3386
5377
  "chain": "QuarkChain",
3387
5378
  "network": "devnet",
3388
5379
  "rpc": [
3389
- "http://jrpc.devnet.quarkchain.io:39002/"
5380
+ "http://eth-jrpc.devnet.quarkchain.io:39902/"
3390
5381
  ],
3391
5382
  "faucets": [],
3392
5383
  "nativeCurrency": {
@@ -3401,14 +5392,21 @@
3401
5392
  "parent": {
3402
5393
  "chain": "eip155-110000",
3403
5394
  "type": "shard"
3404
- }
5395
+ },
5396
+ "explorers": [
5397
+ {
5398
+ "name": "quarkchain-devnet",
5399
+ "url": "https://devnet.quarkchain.io/2",
5400
+ "standard": "EIP3091"
5401
+ }
5402
+ ]
3405
5403
  },
3406
5404
  {
3407
5405
  "name": "QuarkChain Devnet Shard 3",
3408
5406
  "chain": "QuarkChain",
3409
5407
  "network": "devnet",
3410
5408
  "rpc": [
3411
- "http://jrpc.devnet.quarkchain.io:39003/"
5409
+ "http://eth-jrpc.devnet.quarkchain.io:39903/"
3412
5410
  ],
3413
5411
  "faucets": [],
3414
5412
  "nativeCurrency": {
@@ -3423,14 +5421,21 @@
3423
5421
  "parent": {
3424
5422
  "chain": "eip155-110000",
3425
5423
  "type": "shard"
3426
- }
5424
+ },
5425
+ "explorers": [
5426
+ {
5427
+ "name": "quarkchain-devnet",
5428
+ "url": "https://devnet.quarkchain.io/3",
5429
+ "standard": "EIP3091"
5430
+ }
5431
+ ]
3427
5432
  },
3428
5433
  {
3429
5434
  "name": "QuarkChain Devnet Shard 4",
3430
5435
  "chain": "QuarkChain",
3431
5436
  "network": "devnet",
3432
5437
  "rpc": [
3433
- "http://jrpc.devnet.quarkchain.io:39004/"
5438
+ "http://eth-jrpc.devnet.quarkchain.io:39904/"
3434
5439
  ],
3435
5440
  "faucets": [],
3436
5441
  "nativeCurrency": {
@@ -3445,14 +5450,21 @@
3445
5450
  "parent": {
3446
5451
  "chain": "eip155-110000",
3447
5452
  "type": "shard"
3448
- }
5453
+ },
5454
+ "explorers": [
5455
+ {
5456
+ "name": "quarkchain-devnet",
5457
+ "url": "https://devnet.quarkchain.io/4",
5458
+ "standard": "EIP3091"
5459
+ }
5460
+ ]
3449
5461
  },
3450
5462
  {
3451
5463
  "name": "QuarkChain Devnet Shard 5",
3452
5464
  "chain": "QuarkChain",
3453
5465
  "network": "devnet",
3454
5466
  "rpc": [
3455
- "http://jrpc.devnet.quarkchain.io:39005/"
5467
+ "http://eth-jrpc.devnet.quarkchain.io:39905/"
3456
5468
  ],
3457
5469
  "faucets": [],
3458
5470
  "nativeCurrency": {
@@ -3467,14 +5479,21 @@
3467
5479
  "parent": {
3468
5480
  "chain": "eip155-110000",
3469
5481
  "type": "shard"
3470
- }
5482
+ },
5483
+ "explorers": [
5484
+ {
5485
+ "name": "quarkchain-devnet",
5486
+ "url": "https://devnet.quarkchain.io/5",
5487
+ "standard": "EIP3091"
5488
+ }
5489
+ ]
3471
5490
  },
3472
5491
  {
3473
5492
  "name": "QuarkChain Devnet Shard 6",
3474
5493
  "chain": "QuarkChain",
3475
5494
  "network": "devnet",
3476
5495
  "rpc": [
3477
- "http://jrpc.devnet.quarkchain.io:39006/"
5496
+ "http://eth-jrpc.devnet.quarkchain.io:39906/"
3478
5497
  ],
3479
5498
  "faucets": [],
3480
5499
  "nativeCurrency": {
@@ -3489,14 +5508,21 @@
3489
5508
  "parent": {
3490
5509
  "chain": "eip155-110000",
3491
5510
  "type": "shard"
3492
- }
5511
+ },
5512
+ "explorers": [
5513
+ {
5514
+ "name": "quarkchain-devnet",
5515
+ "url": "https://devnet.quarkchain.io/6",
5516
+ "standard": "EIP3091"
5517
+ }
5518
+ ]
3493
5519
  },
3494
5520
  {
3495
5521
  "name": "QuarkChain Devnet Shard 7",
3496
5522
  "chain": "QuarkChain",
3497
5523
  "network": "devnet",
3498
5524
  "rpc": [
3499
- "http://jrpc.devnet.quarkchain.io:39007/"
5525
+ "http://eth-jrpc.devnet.quarkchain.io:39907/"
3500
5526
  ],
3501
5527
  "faucets": [],
3502
5528
  "nativeCurrency": {
@@ -3511,7 +5537,14 @@
3511
5537
  "parent": {
3512
5538
  "chain": "eip155-110000",
3513
5539
  "type": "shard"
3514
- }
5540
+ },
5541
+ "explorers": [
5542
+ {
5543
+ "name": "quarkchain-devnet",
5544
+ "url": "https://devnet.quarkchain.io/7",
5545
+ "standard": "EIP3091"
5546
+ }
5547
+ ]
3515
5548
  },
3516
5549
  {
3517
5550
  "name": "Akroma",
@@ -3532,6 +5565,91 @@
3532
5565
  "networkId": 200625,
3533
5566
  "slip44": 200625
3534
5567
  },
5568
+ {
5569
+ "name": "Alaya Mainnet",
5570
+ "chain": "Alaya",
5571
+ "network": "mainnet",
5572
+ "rpc": [
5573
+ "https://openapi.alaya.network/rpc",
5574
+ "wss://openapi.alaya.network/ws"
5575
+ ],
5576
+ "faucets": [],
5577
+ "nativeCurrency": {
5578
+ "name": "ATP",
5579
+ "symbol": "atp",
5580
+ "decimals": 18
5581
+ },
5582
+ "infoURL": "https://www.alaya.network/",
5583
+ "shortName": "alaya",
5584
+ "chainId": 201018,
5585
+ "networkId": 1,
5586
+ "icon": "alaya",
5587
+ "explorers": [
5588
+ {
5589
+ "name": "alaya explorer",
5590
+ "url": "https://scan.alaya.network/",
5591
+ "standard": "none"
5592
+ }
5593
+ ]
5594
+ },
5595
+ {
5596
+ "name": "Alaya Dev Testnet",
5597
+ "chain": "Alaya",
5598
+ "network": "testnet",
5599
+ "rpc": [
5600
+ "https://devnetopenapi.alaya.network/rpc",
5601
+ "wss://devnetopenapi.alaya.network/ws"
5602
+ ],
5603
+ "faucets": [
5604
+ "https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"
5605
+ ],
5606
+ "nativeCurrency": {
5607
+ "name": "ATP",
5608
+ "symbol": "atp",
5609
+ "decimals": 18
5610
+ },
5611
+ "infoURL": "https://www.alaya.network/",
5612
+ "shortName": "alayadev",
5613
+ "chainId": 201030,
5614
+ "networkId": 1,
5615
+ "icon": "alaya",
5616
+ "explorers": [
5617
+ {
5618
+ "name": "alaya explorer",
5619
+ "url": "https://devnetscan.alaya.network",
5620
+ "standard": "none"
5621
+ }
5622
+ ]
5623
+ },
5624
+ {
5625
+ "name": "PlatON Dev Testnet",
5626
+ "chain": "PlatON",
5627
+ "network": "testnet",
5628
+ "rpc": [
5629
+ "https://devnetopenapi.platon.network/rpc",
5630
+ "wss://devnetopenapi.platon.network/ws"
5631
+ ],
5632
+ "faucets": [
5633
+ "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"
5634
+ ],
5635
+ "nativeCurrency": {
5636
+ "name": "LAT",
5637
+ "symbol": "lat",
5638
+ "decimals": 18
5639
+ },
5640
+ "infoURL": "https://www.platon.network",
5641
+ "shortName": "PlatON",
5642
+ "chainId": 210309,
5643
+ "networkId": 1,
5644
+ "icon": "platon",
5645
+ "explorers": [
5646
+ {
5647
+ "name": "PlatON explorer",
5648
+ "url": "https://devnetscan.platon.network/",
5649
+ "standard": "none"
5650
+ }
5651
+ ]
5652
+ },
3535
5653
  {
3536
5654
  "name": "ARTIS sigma1",
3537
5655
  "chain": "ARTIS",
@@ -3569,6 +5687,67 @@
3569
5687
  "chainId": 246785,
3570
5688
  "networkId": 246785
3571
5689
  },
5690
+ {
5691
+ "name": "Social Smart Chain Mainnet",
5692
+ "chain": "SoChain",
5693
+ "network": "mainnet",
5694
+ "rpc": [
5695
+ "https://socialsmartchain.digitalnext.business"
5696
+ ],
5697
+ "faucets": [],
5698
+ "nativeCurrency": {
5699
+ "name": "SoChain",
5700
+ "symbol": "$OC",
5701
+ "decimals": 18
5702
+ },
5703
+ "infoURL": "https://digitalnext.business/SocialSmartChain",
5704
+ "shortName": "SoChain",
5705
+ "chainId": 281121,
5706
+ "networkId": 281121,
5707
+ "explorers": []
5708
+ },
5709
+ {
5710
+ "name": "Polis Testnet",
5711
+ "chain": "Sparta",
5712
+ "network": "testnet",
5713
+ "icon": "polis",
5714
+ "rpc": [
5715
+ "https://sparta-rpc.polis.tech"
5716
+ ],
5717
+ "faucets": [
5718
+ "https://faucet.polis.tech"
5719
+ ],
5720
+ "nativeCurrency": {
5721
+ "name": "tPolis",
5722
+ "symbol": "tPOLIS",
5723
+ "decimals": 18
5724
+ },
5725
+ "infoURL": "https://polis.tech",
5726
+ "shortName": "sparta",
5727
+ "chainId": 333888,
5728
+ "networkId": 333888
5729
+ },
5730
+ {
5731
+ "name": "Polis Mainnet",
5732
+ "chain": "Olympus",
5733
+ "network": "mainnet",
5734
+ "icon": "polis",
5735
+ "rpc": [
5736
+ "https://rpc.polis.tech"
5737
+ ],
5738
+ "faucets": [
5739
+ "https://faucet.polis.tech"
5740
+ ],
5741
+ "nativeCurrency": {
5742
+ "name": "Polis",
5743
+ "symbol": "POLIS",
5744
+ "decimals": 18
5745
+ },
5746
+ "infoURL": "https://polis.tech",
5747
+ "shortName": "olympus",
5748
+ "chainId": 333999,
5749
+ "networkId": 333999
5750
+ },
3572
5751
  {
3573
5752
  "name": "Arbitrum Testnet Rinkeby",
3574
5753
  "chainId": 421611,
@@ -3593,10 +5772,54 @@
3593
5772
  "url": "https://rinkeby-explorer.arbitrum.io",
3594
5773
  "standard": "EIP3091"
3595
5774
  }
5775
+ ],
5776
+ "parent": {
5777
+ "type": "L2",
5778
+ "chain": "eip155-4",
5779
+ "bridges": [
5780
+ {
5781
+ "url": "https://bridge.arbitrum.io"
5782
+ }
5783
+ ]
5784
+ }
5785
+ },
5786
+ {
5787
+ "name": "Eluvio Content Fabric",
5788
+ "chain": "Eluvio",
5789
+ "network": "mainnet",
5790
+ "rpc": [
5791
+ "https://host-76-74-28-226.contentfabric.io/eth/",
5792
+ "https://host-76-74-28-232.contentfabric.io/eth/",
5793
+ "https://host-76-74-29-2.contentfabric.io/eth/",
5794
+ "https://host-76-74-29-8.contentfabric.io/eth/",
5795
+ "https://host-76-74-29-34.contentfabric.io/eth/",
5796
+ "https://host-76-74-29-35.contentfabric.io/eth/",
5797
+ "https://host-154-14-211-98.contentfabric.io/eth/",
5798
+ "https://host-154-14-192-66.contentfabric.io/eth/",
5799
+ "https://host-60-240-133-202.contentfabric.io/eth/",
5800
+ "https://host-64-235-250-98.contentfabric.io/eth/"
5801
+ ],
5802
+ "faucets": [],
5803
+ "nativeCurrency": {
5804
+ "name": "ELV",
5805
+ "symbol": "ELV",
5806
+ "decimals": 18
5807
+ },
5808
+ "infoURL": "https://eluv.io",
5809
+ "shortName": "elv",
5810
+ "chainId": 955305,
5811
+ "networkId": 955305,
5812
+ "slip44": 1011,
5813
+ "explorers": [
5814
+ {
5815
+ "name": "blockscout",
5816
+ "url": "https://explorer.eluv.io",
5817
+ "standard": "EIP3091"
5818
+ }
3596
5819
  ]
3597
5820
  },
3598
5821
  {
3599
- "name": "Ether-1",
5822
+ "name": "Etho Protocol",
3600
5823
  "chain": "ETHO",
3601
5824
  "network": "mainnet",
3602
5825
  "rpc": [
@@ -3604,15 +5827,22 @@
3604
5827
  ],
3605
5828
  "faucets": [],
3606
5829
  "nativeCurrency": {
3607
- "name": "Ether-1 Ether",
5830
+ "name": "Etho Protocol",
3608
5831
  "symbol": "ETHO",
3609
5832
  "decimals": 18
3610
5833
  },
3611
- "infoURL": "https://ether1.org",
5834
+ "infoURL": "https://ethoprotocol.com",
3612
5835
  "shortName": "etho",
3613
5836
  "chainId": 1313114,
3614
5837
  "networkId": 1313114,
3615
- "slip44": 1313114
5838
+ "slip44": 1313114,
5839
+ "explorers": [
5840
+ {
5841
+ "name": "blockscout",
5842
+ "url": "https://explorer.ethoprotocol.com",
5843
+ "standard": "none"
5844
+ }
5845
+ ]
3616
5846
  },
3617
5847
  {
3618
5848
  "name": "Xerom",
@@ -3632,6 +5862,33 @@
3632
5862
  "chainId": 1313500,
3633
5863
  "networkId": 1313500
3634
5864
  },
5865
+ {
5866
+ "name": "Kintsugi merge testnet",
5867
+ "chain": "ETH",
5868
+ "network": "testnet",
5869
+ "rpc": [
5870
+ "https://rpc.kintsugi.themerge.dev"
5871
+ ],
5872
+ "faucets": [
5873
+ "https://faucet.kintsugi.themerge.dev"
5874
+ ],
5875
+ "nativeCurrency": {
5876
+ "name": "kintsugi Ethere",
5877
+ "symbol": "kiETH",
5878
+ "decimals": 18
5879
+ },
5880
+ "infoURL": "https://kintsugi.themerge.dev/",
5881
+ "shortName": "kintsugi",
5882
+ "chainId": 1337702,
5883
+ "networkId": 1337702,
5884
+ "explorers": [
5885
+ {
5886
+ "name": "kintsugi explorer",
5887
+ "url": "https://explorer.kintsugi.themerge.dev/",
5888
+ "standard": "EIP3091"
5889
+ }
5890
+ ]
5891
+ },
3635
5892
  {
3636
5893
  "name": "Musicoin",
3637
5894
  "chain": "MUSIC",
@@ -3785,6 +6042,163 @@
3785
6042
  "chainId": 99415706,
3786
6043
  "networkId": 99415706
3787
6044
  },
6045
+ {
6046
+ "name": "Gather Mainnet Network",
6047
+ "chain": "GTH",
6048
+ "network": "mainnet",
6049
+ "rpc": [
6050
+ "https://mainnet.gather.network"
6051
+ ],
6052
+ "faucets": [],
6053
+ "nativeCurrency": {
6054
+ "name": "Gather",
6055
+ "symbol": "GTH",
6056
+ "decimals": 18
6057
+ },
6058
+ "infoURL": "https://gather.network",
6059
+ "shortName": "GTH",
6060
+ "chainId": 192837465,
6061
+ "networkId": 192837465,
6062
+ "explorers": [
6063
+ {
6064
+ "name": "Blockscout",
6065
+ "url": "https://explorer.gather.network/",
6066
+ "standard": "none"
6067
+ }
6068
+ ]
6069
+ },
6070
+ {
6071
+ "name": "Neon EVM DevNet",
6072
+ "chain": "Solana",
6073
+ "network": "devnet",
6074
+ "rpc": [
6075
+ "https://proxy.devnet.neonlabs.org/solana"
6076
+ ],
6077
+ "faucets": [
6078
+ "https://neonswap.live/#/get-tokens"
6079
+ ],
6080
+ "nativeCurrency": {
6081
+ "name": "Neon",
6082
+ "symbol": "NEON",
6083
+ "decimals": 18
6084
+ },
6085
+ "infoURL": "https://neon-labs.org/",
6086
+ "shortName": "neonevm-devnet",
6087
+ "chainId": 245022926,
6088
+ "networkId": 245022926
6089
+ },
6090
+ {
6091
+ "name": "Neon EVM MainNet",
6092
+ "chain": "Solana",
6093
+ "network": "mainnet",
6094
+ "rpc": [
6095
+ "https://proxy.mainnet.neonlabs.org/solana"
6096
+ ],
6097
+ "faucets": [],
6098
+ "nativeCurrency": {
6099
+ "name": "Neon",
6100
+ "symbol": "NEON",
6101
+ "decimals": 18
6102
+ },
6103
+ "infoURL": "https://neon-labs.org/",
6104
+ "shortName": "neonevm-mainnet",
6105
+ "chainId": 245022934,
6106
+ "networkId": 245022934
6107
+ },
6108
+ {
6109
+ "name": "Neon EVM TestNet",
6110
+ "chain": "Solana",
6111
+ "network": "testnet",
6112
+ "rpc": [
6113
+ "https://proxy.testnet.neonlabs.org/solana"
6114
+ ],
6115
+ "faucets": [],
6116
+ "nativeCurrency": {
6117
+ "name": "Neon",
6118
+ "symbol": "NEON",
6119
+ "decimals": 18
6120
+ },
6121
+ "infoURL": "https://neon-labs.org/",
6122
+ "shortName": "neonevm-testnet",
6123
+ "chainId": 245022940,
6124
+ "networkId": 245022940
6125
+ },
6126
+ {
6127
+ "name": "OneLedger Mainnet",
6128
+ "chain": "OLT",
6129
+ "network": "mainnet",
6130
+ "icon": "oneledger",
6131
+ "rpc": [
6132
+ "https://mainnet-rpc.oneledger.network"
6133
+ ],
6134
+ "faucets": [],
6135
+ "nativeCurrency": {
6136
+ "name": "OLT",
6137
+ "symbol": "OLT",
6138
+ "decimals": 18
6139
+ },
6140
+ "infoURL": "https://oneledger.io",
6141
+ "shortName": "oneledger",
6142
+ "chainId": 311752642,
6143
+ "networkId": 311752642,
6144
+ "explorers": [
6145
+ {
6146
+ "name": "OneLedger Block Explorer",
6147
+ "url": "https://mainnet-explorer.oneledger.network",
6148
+ "standard": "EIP3091"
6149
+ }
6150
+ ]
6151
+ },
6152
+ {
6153
+ "name": "Gather Tesnet Network",
6154
+ "chain": "GTH",
6155
+ "network": "testnet",
6156
+ "rpc": [
6157
+ "https://testnet.gather.network"
6158
+ ],
6159
+ "faucets": [],
6160
+ "nativeCurrency": {
6161
+ "name": "Gather",
6162
+ "symbol": "GTH",
6163
+ "decimals": 18
6164
+ },
6165
+ "infoURL": "https://gather.network",
6166
+ "shortName": "tGTH",
6167
+ "chainId": 356256156,
6168
+ "networkId": 356256156,
6169
+ "explorers": [
6170
+ {
6171
+ "name": "Blockscout",
6172
+ "url": "https://testnet-explorer.gather.network/",
6173
+ "standard": "none"
6174
+ }
6175
+ ]
6176
+ },
6177
+ {
6178
+ "name": "Gather Devnet Network",
6179
+ "chain": "GTH",
6180
+ "network": "devnet",
6181
+ "rpc": [
6182
+ "https://devnet.gather.network"
6183
+ ],
6184
+ "faucets": [],
6185
+ "nativeCurrency": {
6186
+ "name": "Gather",
6187
+ "symbol": "GTH",
6188
+ "decimals": 18
6189
+ },
6190
+ "infoURL": "https://gather.network",
6191
+ "shortName": "dGTH",
6192
+ "chainId": 486217935,
6193
+ "networkId": 486217935,
6194
+ "explorers": [
6195
+ {
6196
+ "name": "Blockscout",
6197
+ "url": "https://devnet-explorer.gather.network/",
6198
+ "standard": "none"
6199
+ }
6200
+ ]
6201
+ },
3788
6202
  {
3789
6203
  "name": "IPOS Network",
3790
6204
  "chain": "IPOS",
@@ -3809,7 +6223,7 @@
3809
6223
  "chain": "NEAR",
3810
6224
  "network": "mainnet",
3811
6225
  "rpc": [
3812
- "https://rpc.mainnet.aurora.dev:8545"
6226
+ "https://mainnet.aurora.dev"
3813
6227
  ],
3814
6228
  "faucets": [],
3815
6229
  "nativeCurrency": {
@@ -3827,7 +6241,7 @@
3827
6241
  "chain": "NEAR",
3828
6242
  "network": "testnet",
3829
6243
  "rpc": [
3830
- "https://rpc.testnet.aurora.dev:8545"
6244
+ "https://testnet.aurora.dev/"
3831
6245
  ],
3832
6246
  "faucets": [],
3833
6247
  "nativeCurrency": {
@@ -3845,7 +6259,7 @@
3845
6259
  "chain": "NEAR",
3846
6260
  "network": "betanet",
3847
6261
  "rpc": [
3848
- "https://rpc.betanet.aurora.dev:8545"
6262
+ "https://betanet.aurora.dev/"
3849
6263
  ],
3850
6264
  "faucets": [],
3851
6265
  "nativeCurrency": {
@@ -3865,7 +6279,9 @@
3865
6279
  "rpc": [
3866
6280
  "https://api.harmony.one"
3867
6281
  ],
3868
- "faucets": [],
6282
+ "faucets": [
6283
+ "https://free-online-app.com/faucet-for-eth-evm-chains/"
6284
+ ],
3869
6285
  "nativeCurrency": {
3870
6286
  "name": "ONE",
3871
6287
  "symbol": "ONE",
@@ -4018,6 +6434,24 @@
4018
6434
  "chainId": 1666700003,
4019
6435
  "networkId": 1666700003
4020
6436
  },
6437
+ {
6438
+ "name": "DataHopper",
6439
+ "chain": "HOP",
6440
+ "network": "hopnet",
6441
+ "rpc": [
6442
+ "https://23.92.21.121:8545"
6443
+ ],
6444
+ "faucets": [],
6445
+ "nativeCurrency": {
6446
+ "name": "DataHoppers",
6447
+ "symbol": "HOP",
6448
+ "decimals": 18
6449
+ },
6450
+ "infoURL": "https://www.DataHopper.com",
6451
+ "shortName": "hop",
6452
+ "chainId": 2021121117,
6453
+ "networkId": 2021121117
6454
+ },
4021
6455
  {
4022
6456
  "name": "Pirl",
4023
6457
  "chain": "PIRL",
@@ -4037,6 +6471,34 @@
4037
6471
  "networkId": 3125659152,
4038
6472
  "slip44": 164
4039
6473
  },
6474
+ {
6475
+ "name": "OneLedger Testnet Frankenstein",
6476
+ "chain": "OLT",
6477
+ "network": "testnet",
6478
+ "icon": "oneledger",
6479
+ "rpc": [
6480
+ "https://frankenstein-rpc.oneledger.network"
6481
+ ],
6482
+ "faucets": [
6483
+ "https://frankenstein-faucet.oneledger.network"
6484
+ ],
6485
+ "nativeCurrency": {
6486
+ "name": "OLT",
6487
+ "symbol": "OLT",
6488
+ "decimals": 18
6489
+ },
6490
+ "infoURL": "https://oneledger.io",
6491
+ "shortName": "frankenstein",
6492
+ "chainId": 4216137055,
6493
+ "networkId": 4216137055,
6494
+ "explorers": [
6495
+ {
6496
+ "name": "OneLedger Block Explorer",
6497
+ "url": "https://frankenstein-explorer.oneledger.network",
6498
+ "standard": "EIP3091"
6499
+ }
6500
+ ]
6501
+ },
4040
6502
  {
4041
6503
  "name": "Palm Testnet",
4042
6504
  "chain": "Palm",
@@ -4068,5 +6530,77 @@
4068
6530
  "shortName": "palm",
4069
6531
  "chainId": 11297108109,
4070
6532
  "networkId": 11297108109
6533
+ },
6534
+ {
6535
+ "name": "Ntity Mainnet",
6536
+ "chain": "Ntity",
6537
+ "network": "mainnet",
6538
+ "rpc": [
6539
+ "https://rpc.ntity.io"
6540
+ ],
6541
+ "faucets": [],
6542
+ "nativeCurrency": {
6543
+ "name": "Ntity",
6544
+ "symbol": "NTT",
6545
+ "decimals": 18
6546
+ },
6547
+ "infoURL": "https://ntity.io",
6548
+ "shortName": "ntt",
6549
+ "chainId": 197710212030,
6550
+ "networkId": 197710212030,
6551
+ "icon": "ntity",
6552
+ "explorers": [
6553
+ {
6554
+ "name": "Ntity Blockscout",
6555
+ "url": "https://blockscout.ntity.io",
6556
+ "icon": "ntity",
6557
+ "standard": "EIP3091"
6558
+ }
6559
+ ]
6560
+ },
6561
+ {
6562
+ "name": "Haradev Testnet",
6563
+ "chain": "Ntity",
6564
+ "network": "testnet",
6565
+ "rpc": [
6566
+ "https://blockchain.haradev.com"
6567
+ ],
6568
+ "faucets": [],
6569
+ "nativeCurrency": {
6570
+ "name": "Ntity Haradev",
6571
+ "symbol": "NTTH",
6572
+ "decimals": 18
6573
+ },
6574
+ "infoURL": "https://ntity.io",
6575
+ "shortName": "ntt-haradev",
6576
+ "chainId": 197710212031,
6577
+ "networkId": 197710212031,
6578
+ "icon": "ntity",
6579
+ "explorers": [
6580
+ {
6581
+ "name": "Ntity Haradev Blockscout",
6582
+ "url": "https://blockscout.haradev.com",
6583
+ "icon": "ntity",
6584
+ "standard": "EIP3091"
6585
+ }
6586
+ ]
6587
+ },
6588
+ {
6589
+ "name": "Molereum Network",
6590
+ "chain": "ETH",
6591
+ "network": "molereum",
6592
+ "rpc": [
6593
+ "https://molereum.jdubedition.com"
6594
+ ],
6595
+ "faucets": [],
6596
+ "nativeCurrency": {
6597
+ "name": "Molereum Ether",
6598
+ "symbol": "MOLE",
6599
+ "decimals": 18
6600
+ },
6601
+ "infoURL": "https://github.com/Jdubedition/molereum",
6602
+ "shortName": "mole",
6603
+ "chainId": 6022140761023,
6604
+ "networkId": 6022140761023
4071
6605
  }
4072
6606
  ]