brave-wallet-lists 1.32.9 → 1.32.11
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.
- package/chainlist.json +433 -42
- package/coingecko-ids.json +90 -113
- package/coingecko.json +534 -352
- package/dapp-lists.json +14170 -14143
- package/package.json +1 -1
package/chainlist.json
CHANGED
|
@@ -4088,6 +4088,12 @@
|
|
|
4088
4088
|
"networkId": 146,
|
|
4089
4089
|
"icon": "sonic",
|
|
4090
4090
|
"explorers": [
|
|
4091
|
+
{
|
|
4092
|
+
"name": "etherscan",
|
|
4093
|
+
"url": "https://sonicscan.org",
|
|
4094
|
+
"icon": "sonic",
|
|
4095
|
+
"standard": "EIP3091"
|
|
4096
|
+
},
|
|
4091
4097
|
{
|
|
4092
4098
|
"name": "sonic",
|
|
4093
4099
|
"url": "https://explorer.soniclabs.com",
|
|
@@ -11759,7 +11765,8 @@
|
|
|
11759
11765
|
"chain": "QOM",
|
|
11760
11766
|
"status": "incubating",
|
|
11761
11767
|
"rpc": [
|
|
11762
|
-
"https://rpc.qom.one"
|
|
11768
|
+
"https://rpc.qom.one",
|
|
11769
|
+
"https://evm-rpc-ql1.foxxone.one"
|
|
11763
11770
|
],
|
|
11764
11771
|
"faucets": [],
|
|
11765
11772
|
"nativeCurrency": {
|
|
@@ -13421,6 +13428,40 @@
|
|
|
13421
13428
|
"slip44": 1005,
|
|
13422
13429
|
"icon": "bittensor"
|
|
13423
13430
|
},
|
|
13431
|
+
{
|
|
13432
|
+
"name": "Datagram",
|
|
13433
|
+
"chain": "DGRAM",
|
|
13434
|
+
"icon": "dgram",
|
|
13435
|
+
"rpc": [
|
|
13436
|
+
"https://mainnet.datagram.network/rpc"
|
|
13437
|
+
],
|
|
13438
|
+
"features": [
|
|
13439
|
+
{
|
|
13440
|
+
"name": "EIP155"
|
|
13441
|
+
},
|
|
13442
|
+
{
|
|
13443
|
+
"name": "EIP1559"
|
|
13444
|
+
}
|
|
13445
|
+
],
|
|
13446
|
+
"faucets": [],
|
|
13447
|
+
"nativeCurrency": {
|
|
13448
|
+
"name": "DGRAM",
|
|
13449
|
+
"symbol": "DGRAM",
|
|
13450
|
+
"decimals": 18
|
|
13451
|
+
},
|
|
13452
|
+
"infoURL": "https://doc.datagram.network/introduction/what-is-datagram",
|
|
13453
|
+
"shortName": "dgram",
|
|
13454
|
+
"chainId": 968,
|
|
13455
|
+
"networkId": 968,
|
|
13456
|
+
"explorers": [
|
|
13457
|
+
{
|
|
13458
|
+
"name": "blockscout",
|
|
13459
|
+
"url": "https://explorer.datagram.network",
|
|
13460
|
+
"icon": "dgram",
|
|
13461
|
+
"standard": "EIP3091"
|
|
13462
|
+
}
|
|
13463
|
+
]
|
|
13464
|
+
},
|
|
13424
13465
|
{
|
|
13425
13466
|
"name": "EthXY",
|
|
13426
13467
|
"chain": "EthXY",
|
|
@@ -20067,13 +20108,8 @@
|
|
|
20067
20108
|
{
|
|
20068
20109
|
"name": "edeXa Testnet",
|
|
20069
20110
|
"chain": "edeXa",
|
|
20070
|
-
"rpc": [
|
|
20071
|
-
|
|
20072
|
-
"https://rpc.testnet.edexa.com"
|
|
20073
|
-
],
|
|
20074
|
-
"faucets": [
|
|
20075
|
-
"https://faucet.edexa.com/"
|
|
20076
|
-
],
|
|
20111
|
+
"rpc": [],
|
|
20112
|
+
"faucets": [],
|
|
20077
20113
|
"nativeCurrency": {
|
|
20078
20114
|
"name": "edeXa",
|
|
20079
20115
|
"symbol": "tEDX",
|
|
@@ -20085,13 +20121,7 @@
|
|
|
20085
20121
|
"networkId": 1995,
|
|
20086
20122
|
"slip44": 1,
|
|
20087
20123
|
"icon": "edexa",
|
|
20088
|
-
"explorers": [
|
|
20089
|
-
{
|
|
20090
|
-
"name": "edexa-testnet-explorer",
|
|
20091
|
-
"url": "https://explorer.testnet.edexa.network",
|
|
20092
|
-
"standard": "EIP3091"
|
|
20093
|
-
}
|
|
20094
|
-
]
|
|
20124
|
+
"explorers": []
|
|
20095
20125
|
},
|
|
20096
20126
|
{
|
|
20097
20127
|
"name": "Sanko",
|
|
@@ -20765,7 +20795,9 @@
|
|
|
20765
20795
|
{
|
|
20766
20796
|
"name": "Phala Network",
|
|
20767
20797
|
"chain": "ETH",
|
|
20768
|
-
"rpc": [
|
|
20798
|
+
"rpc": [
|
|
20799
|
+
"https://rpc.phala.network"
|
|
20800
|
+
],
|
|
20769
20801
|
"faucets": [],
|
|
20770
20802
|
"nativeCurrency": {
|
|
20771
20803
|
"name": "Ether",
|
|
@@ -24328,6 +24360,32 @@
|
|
|
24328
24360
|
"networkId": 3110,
|
|
24329
24361
|
"icon": "satoshivm"
|
|
24330
24362
|
},
|
|
24363
|
+
{
|
|
24364
|
+
"name": "Alpha Chain Mainnet",
|
|
24365
|
+
"chain": "Alpha Chain",
|
|
24366
|
+
"rpc": [
|
|
24367
|
+
"https://rpc.goalpha.org"
|
|
24368
|
+
],
|
|
24369
|
+
"faucets": [],
|
|
24370
|
+
"nativeCurrency": {
|
|
24371
|
+
"name": "Ether",
|
|
24372
|
+
"symbol": "ETH",
|
|
24373
|
+
"decimals": 18
|
|
24374
|
+
},
|
|
24375
|
+
"infoURL": "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
|
|
24376
|
+
"shortName": "alpha",
|
|
24377
|
+
"chainId": 3111,
|
|
24378
|
+
"networkId": 3111,
|
|
24379
|
+
"slip44": 1,
|
|
24380
|
+
"icon": "alphachain",
|
|
24381
|
+
"explorers": [
|
|
24382
|
+
{
|
|
24383
|
+
"name": "Alpha Chain Scan",
|
|
24384
|
+
"url": "https://scan.goalpha.org",
|
|
24385
|
+
"standard": "EIP3091"
|
|
24386
|
+
}
|
|
24387
|
+
]
|
|
24388
|
+
},
|
|
24331
24389
|
{
|
|
24332
24390
|
"name": "Filecoin - Hyperspace testnet",
|
|
24333
24391
|
"status": "deprecated",
|
|
@@ -29418,8 +29476,8 @@
|
|
|
29418
29476
|
"https://faucet.dukong.mantrachain.io"
|
|
29419
29477
|
],
|
|
29420
29478
|
"nativeCurrency": {
|
|
29421
|
-
"name": "
|
|
29422
|
-
"symbol": "
|
|
29479
|
+
"name": "MANTRA",
|
|
29480
|
+
"symbol": "MANTRA",
|
|
29423
29481
|
"decimals": 18
|
|
29424
29482
|
},
|
|
29425
29483
|
"infoURL": "https://mantrachain.io",
|
|
@@ -29427,13 +29485,13 @@
|
|
|
29427
29485
|
"chainId": 5887,
|
|
29428
29486
|
"networkId": 5887,
|
|
29429
29487
|
"slip44": 1,
|
|
29430
|
-
"icon": "
|
|
29488
|
+
"icon": "mantra",
|
|
29431
29489
|
"explorers": [
|
|
29432
29490
|
{
|
|
29433
29491
|
"name": "Dukong Explorer",
|
|
29434
|
-
"url": "http://mantrascan.io",
|
|
29492
|
+
"url": "http://mantrascan.io/dukong",
|
|
29435
29493
|
"standard": "none",
|
|
29436
|
-
"icon": "
|
|
29494
|
+
"icon": "mantra"
|
|
29437
29495
|
}
|
|
29438
29496
|
]
|
|
29439
29497
|
},
|
|
@@ -38615,6 +38673,39 @@
|
|
|
38615
38673
|
}
|
|
38616
38674
|
]
|
|
38617
38675
|
},
|
|
38676
|
+
{
|
|
38677
|
+
"name": "Sonic Testnet",
|
|
38678
|
+
"chain": "sonic-testnet",
|
|
38679
|
+
"rpc": [
|
|
38680
|
+
"https://rpc.testnet.soniclabs.com"
|
|
38681
|
+
],
|
|
38682
|
+
"faucets": [
|
|
38683
|
+
"https://testnet.soniclabs.com/account"
|
|
38684
|
+
],
|
|
38685
|
+
"nativeCurrency": {
|
|
38686
|
+
"name": "Sonic",
|
|
38687
|
+
"symbol": "S",
|
|
38688
|
+
"decimals": 18
|
|
38689
|
+
},
|
|
38690
|
+
"features": [
|
|
38691
|
+
{
|
|
38692
|
+
"name": "EIP155"
|
|
38693
|
+
}
|
|
38694
|
+
],
|
|
38695
|
+
"infoURL": "https://testnet.soniclabs.com",
|
|
38696
|
+
"shortName": "sonic-testnet",
|
|
38697
|
+
"chainId": 14601,
|
|
38698
|
+
"networkId": 14601,
|
|
38699
|
+
"icon": "sonic",
|
|
38700
|
+
"explorers": [
|
|
38701
|
+
{
|
|
38702
|
+
"name": "Sonic Testnet Explorer",
|
|
38703
|
+
"url": "https://explorer.testnet.soniclabs.com",
|
|
38704
|
+
"icon": "sonic",
|
|
38705
|
+
"standard": "none"
|
|
38706
|
+
}
|
|
38707
|
+
]
|
|
38708
|
+
},
|
|
38618
38709
|
{
|
|
38619
38710
|
"name": "Vana Moksha Testnet",
|
|
38620
38711
|
"chain": "Vana Moksha Testnet",
|
|
@@ -39603,6 +39694,34 @@
|
|
|
39603
39694
|
}
|
|
39604
39695
|
]
|
|
39605
39696
|
},
|
|
39697
|
+
{
|
|
39698
|
+
"name": "DMD Diamond",
|
|
39699
|
+
"chain": "DMD",
|
|
39700
|
+
"rpc": [
|
|
39701
|
+
"https://rpc.bit.diamonds"
|
|
39702
|
+
],
|
|
39703
|
+
"faucets": [
|
|
39704
|
+
"https://faucet.bit.diamonds"
|
|
39705
|
+
],
|
|
39706
|
+
"nativeCurrency": {
|
|
39707
|
+
"name": "DMD",
|
|
39708
|
+
"symbol": "DMD",
|
|
39709
|
+
"decimals": 18
|
|
39710
|
+
},
|
|
39711
|
+
"infoURL": "https://bit.diamonds",
|
|
39712
|
+
"shortName": "dmd",
|
|
39713
|
+
"chainId": 17771,
|
|
39714
|
+
"networkId": 17771,
|
|
39715
|
+
"icon": "dmd",
|
|
39716
|
+
"explorers": [
|
|
39717
|
+
{
|
|
39718
|
+
"name": "blockscout",
|
|
39719
|
+
"url": "https://explorer.bit.diamonds",
|
|
39720
|
+
"icon": "dmd",
|
|
39721
|
+
"standard": "EIP3091"
|
|
39722
|
+
}
|
|
39723
|
+
]
|
|
39724
|
+
},
|
|
39606
39725
|
{
|
|
39607
39726
|
"name": "EOS EVM Network",
|
|
39608
39727
|
"chain": "EOS",
|
|
@@ -40109,6 +40228,41 @@
|
|
|
40109
40228
|
}
|
|
40110
40229
|
]
|
|
40111
40230
|
},
|
|
40231
|
+
{
|
|
40232
|
+
"name": "Trustivon Testnet",
|
|
40233
|
+
"chain": "Trustivon",
|
|
40234
|
+
"shortName": "trustivon",
|
|
40235
|
+
"infoURL": "https://trustivon.com",
|
|
40236
|
+
"icon": "trustivon",
|
|
40237
|
+
"chainId": 19478,
|
|
40238
|
+
"networkId": 19478,
|
|
40239
|
+
"features": [
|
|
40240
|
+
{
|
|
40241
|
+
"name": "EIP155"
|
|
40242
|
+
},
|
|
40243
|
+
{
|
|
40244
|
+
"name": "EIP1559"
|
|
40245
|
+
}
|
|
40246
|
+
],
|
|
40247
|
+
"nativeCurrency": {
|
|
40248
|
+
"name": "Trustivon",
|
|
40249
|
+
"symbol": "TC",
|
|
40250
|
+
"decimals": 18
|
|
40251
|
+
},
|
|
40252
|
+
"rpc": [
|
|
40253
|
+
"https://rpc.trustivon.com"
|
|
40254
|
+
],
|
|
40255
|
+
"faucets": [
|
|
40256
|
+
"https://faucet.trustivon.com"
|
|
40257
|
+
],
|
|
40258
|
+
"explorers": [
|
|
40259
|
+
{
|
|
40260
|
+
"name": "Trustivon Explorer",
|
|
40261
|
+
"url": "https://scan.trustivon.com",
|
|
40262
|
+
"standard": "EIP3091"
|
|
40263
|
+
}
|
|
40264
|
+
]
|
|
40265
|
+
},
|
|
40112
40266
|
{
|
|
40113
40267
|
"name": "SEC Testnet",
|
|
40114
40268
|
"chain": "SEC",
|
|
@@ -41594,6 +41748,39 @@
|
|
|
41594
41748
|
}
|
|
41595
41749
|
]
|
|
41596
41750
|
},
|
|
41751
|
+
{
|
|
41752
|
+
"name": "Horizen Mainnet",
|
|
41753
|
+
"chain": "horizen",
|
|
41754
|
+
"rpc": [
|
|
41755
|
+
"https://horizen.calderachain.xyz/http"
|
|
41756
|
+
],
|
|
41757
|
+
"faucets": [],
|
|
41758
|
+
"nativeCurrency": {
|
|
41759
|
+
"name": "Ether",
|
|
41760
|
+
"symbol": "ETH",
|
|
41761
|
+
"decimals": 18
|
|
41762
|
+
},
|
|
41763
|
+
"features": [
|
|
41764
|
+
{
|
|
41765
|
+
"name": "EIP155"
|
|
41766
|
+
},
|
|
41767
|
+
{
|
|
41768
|
+
"name": "EIP1559"
|
|
41769
|
+
}
|
|
41770
|
+
],
|
|
41771
|
+
"infoURL": "https://horizen.hub.caldera.xyz",
|
|
41772
|
+
"shortName": "horizen",
|
|
41773
|
+
"chainId": 26514,
|
|
41774
|
+
"networkId": 26514,
|
|
41775
|
+
"icon": "horizen",
|
|
41776
|
+
"explorers": [
|
|
41777
|
+
{
|
|
41778
|
+
"name": "Horizen Mainnet Caldera Explorer",
|
|
41779
|
+
"url": "https://horizen.calderaexplorer.xyz",
|
|
41780
|
+
"standard": "EIP3091"
|
|
41781
|
+
}
|
|
41782
|
+
]
|
|
41783
|
+
},
|
|
41597
41784
|
{
|
|
41598
41785
|
"name": "Hertz Network Mainnet",
|
|
41599
41786
|
"chain": "HTZ",
|
|
@@ -47634,6 +47821,40 @@
|
|
|
47634
47821
|
],
|
|
47635
47822
|
"infoURL": "https://docs.celo.org/"
|
|
47636
47823
|
},
|
|
47824
|
+
{
|
|
47825
|
+
"name": "Apollo Mainnet",
|
|
47826
|
+
"chain": "APOLLO",
|
|
47827
|
+
"icon": "apollo",
|
|
47828
|
+
"rpc": [
|
|
47829
|
+
"https://mainnet-rpc.apolloscan.io"
|
|
47830
|
+
],
|
|
47831
|
+
"faucets": [],
|
|
47832
|
+
"nativeCurrency": {
|
|
47833
|
+
"name": "Apollo",
|
|
47834
|
+
"symbol": "APOLLO",
|
|
47835
|
+
"decimals": 18
|
|
47836
|
+
},
|
|
47837
|
+
"features": [
|
|
47838
|
+
{
|
|
47839
|
+
"name": "EIP155"
|
|
47840
|
+
},
|
|
47841
|
+
{
|
|
47842
|
+
"name": "EIP1559"
|
|
47843
|
+
}
|
|
47844
|
+
],
|
|
47845
|
+
"infoURL": "https://docs.apolloscan.io",
|
|
47846
|
+
"shortName": "APOLLO",
|
|
47847
|
+
"chainId": 62606,
|
|
47848
|
+
"networkId": 62606,
|
|
47849
|
+
"explorers": [
|
|
47850
|
+
{
|
|
47851
|
+
"name": "Apollo Mainnet",
|
|
47852
|
+
"url": "https://apolloscan.io",
|
|
47853
|
+
"icon": "apollo",
|
|
47854
|
+
"standard": "EIP3091"
|
|
47855
|
+
}
|
|
47856
|
+
]
|
|
47857
|
+
},
|
|
47637
47858
|
{
|
|
47638
47859
|
"name": "MultiVAC Mainnet",
|
|
47639
47860
|
"chain": "MultiVAC",
|
|
@@ -49462,6 +49683,33 @@
|
|
|
49462
49683
|
"chain": "eip155-42161"
|
|
49463
49684
|
}
|
|
49464
49685
|
},
|
|
49686
|
+
{
|
|
49687
|
+
"name": "HyperX",
|
|
49688
|
+
"chain": "HyperX",
|
|
49689
|
+
"rpc": [
|
|
49690
|
+
"https://rpc.hyperx.technology"
|
|
49691
|
+
],
|
|
49692
|
+
"faucets": [
|
|
49693
|
+
"https://faucet.hyperx.technology"
|
|
49694
|
+
],
|
|
49695
|
+
"nativeCurrency": {
|
|
49696
|
+
"name": "HPX",
|
|
49697
|
+
"symbol": "HPX",
|
|
49698
|
+
"decimals": 18
|
|
49699
|
+
},
|
|
49700
|
+
"infoURL": "https://hyperx.technology/",
|
|
49701
|
+
"shortName": "hpx",
|
|
49702
|
+
"chainId": 80808,
|
|
49703
|
+
"networkId": 80808,
|
|
49704
|
+
"icon": "hpx",
|
|
49705
|
+
"explorers": [
|
|
49706
|
+
{
|
|
49707
|
+
"name": "HyperX Explorer",
|
|
49708
|
+
"url": "https://scan.hyperx.technology",
|
|
49709
|
+
"standard": "EIP3091"
|
|
49710
|
+
}
|
|
49711
|
+
]
|
|
49712
|
+
},
|
|
49465
49713
|
{
|
|
49466
49714
|
"name": "Forta Chain",
|
|
49467
49715
|
"chain": "Forta Chain",
|
|
@@ -53811,16 +54059,11 @@
|
|
|
53811
54059
|
"explorers": []
|
|
53812
54060
|
},
|
|
53813
54061
|
{
|
|
53814
|
-
"name": "Taiko Hekla",
|
|
54062
|
+
"name": "Taiko Hekla (deprecated)",
|
|
53815
54063
|
"chain": "ETH",
|
|
53816
|
-
"status": "
|
|
54064
|
+
"status": "deprecated",
|
|
53817
54065
|
"icon": "taiko",
|
|
53818
|
-
"rpc": [
|
|
53819
|
-
"https://rpc.hekla.taiko.xyz",
|
|
53820
|
-
"wss://ws.hekla.taiko.xyz",
|
|
53821
|
-
"https://taiko-hekla-rpc.publicnode.com",
|
|
53822
|
-
"wss://taiko-hekla-rpc.publicnode.com"
|
|
53823
|
-
],
|
|
54066
|
+
"rpc": [],
|
|
53824
54067
|
"faucets": [],
|
|
53825
54068
|
"nativeCurrency": {
|
|
53826
54069
|
"name": "Ether",
|
|
@@ -53831,18 +54074,7 @@
|
|
|
53831
54074
|
"shortName": "tko-hekla",
|
|
53832
54075
|
"chainId": 167009,
|
|
53833
54076
|
"networkId": 167009,
|
|
53834
|
-
"explorers": [
|
|
53835
|
-
{
|
|
53836
|
-
"name": "blockscout",
|
|
53837
|
-
"url": "https://blockscoutapi.hekla.taiko.xyz",
|
|
53838
|
-
"standard": "EIP3091"
|
|
53839
|
-
},
|
|
53840
|
-
{
|
|
53841
|
-
"name": "Routescan",
|
|
53842
|
-
"url": "https://hekla.taikoexplorer.com",
|
|
53843
|
-
"standard": "EIP3091"
|
|
53844
|
-
}
|
|
53845
|
-
]
|
|
54077
|
+
"explorers": []
|
|
53846
54078
|
},
|
|
53847
54079
|
{
|
|
53848
54080
|
"name": "Taiko Hoodi",
|
|
@@ -53864,7 +54096,12 @@
|
|
|
53864
54096
|
"networkId": 167013,
|
|
53865
54097
|
"explorers": [
|
|
53866
54098
|
{
|
|
53867
|
-
"name": "
|
|
54099
|
+
"name": "Blockscout",
|
|
54100
|
+
"url": "https://blockscout.hoodi.taiko.xyz",
|
|
54101
|
+
"standard": "EIP3091"
|
|
54102
|
+
},
|
|
54103
|
+
{
|
|
54104
|
+
"name": "Etherscan",
|
|
53868
54105
|
"url": "https://hoodi.taikoscan.io",
|
|
53869
54106
|
"standard": "EIP3091"
|
|
53870
54107
|
}
|
|
@@ -54090,6 +54327,43 @@
|
|
|
54090
54327
|
}
|
|
54091
54328
|
]
|
|
54092
54329
|
},
|
|
54330
|
+
{
|
|
54331
|
+
"name": "HPP Sepolia Testnet",
|
|
54332
|
+
"chain": "ETH",
|
|
54333
|
+
"rpc": [
|
|
54334
|
+
"https://sepolia.hpp.io"
|
|
54335
|
+
],
|
|
54336
|
+
"faucets": [
|
|
54337
|
+
"https://faucet.conduit.xyz"
|
|
54338
|
+
],
|
|
54339
|
+
"nativeCurrency": {
|
|
54340
|
+
"name": "Ether",
|
|
54341
|
+
"symbol": "ETH",
|
|
54342
|
+
"decimals": 18
|
|
54343
|
+
},
|
|
54344
|
+
"infoURL": "https://www.hpp.io",
|
|
54345
|
+
"shortName": "hpp-sepolia",
|
|
54346
|
+
"chainId": 181228,
|
|
54347
|
+
"networkId": 181228,
|
|
54348
|
+
"icon": "hpp",
|
|
54349
|
+
"explorers": [
|
|
54350
|
+
{
|
|
54351
|
+
"name": "HPP Sepolia Explorer",
|
|
54352
|
+
"url": "https://sepolia-explorer.hpp.io",
|
|
54353
|
+
"icon": "blockscout",
|
|
54354
|
+
"standard": "EIP3091"
|
|
54355
|
+
}
|
|
54356
|
+
],
|
|
54357
|
+
"parent": {
|
|
54358
|
+
"type": "L2",
|
|
54359
|
+
"chain": "eip155-11155111",
|
|
54360
|
+
"bridges": [
|
|
54361
|
+
{
|
|
54362
|
+
"url": "https://portal.arbitrum.io/bridge"
|
|
54363
|
+
}
|
|
54364
|
+
]
|
|
54365
|
+
}
|
|
54366
|
+
},
|
|
54093
54367
|
{
|
|
54094
54368
|
"name": "Bitica Chain Mainnet",
|
|
54095
54369
|
"chain": "BDCC",
|
|
@@ -54142,6 +54416,41 @@
|
|
|
54142
54416
|
}
|
|
54143
54417
|
]
|
|
54144
54418
|
},
|
|
54419
|
+
{
|
|
54420
|
+
"name": "HPP Mainnet",
|
|
54421
|
+
"chain": "ETH",
|
|
54422
|
+
"rpc": [
|
|
54423
|
+
"https://mainnet.hpp.io"
|
|
54424
|
+
],
|
|
54425
|
+
"faucets": [],
|
|
54426
|
+
"nativeCurrency": {
|
|
54427
|
+
"name": "Ether",
|
|
54428
|
+
"symbol": "ETH",
|
|
54429
|
+
"decimals": 18
|
|
54430
|
+
},
|
|
54431
|
+
"infoURL": "https://www.hpp.io",
|
|
54432
|
+
"shortName": "hpp-mainnet",
|
|
54433
|
+
"chainId": 190415,
|
|
54434
|
+
"networkId": 190415,
|
|
54435
|
+
"icon": "hpp",
|
|
54436
|
+
"explorers": [
|
|
54437
|
+
{
|
|
54438
|
+
"name": "HPP Mainnet Explorer",
|
|
54439
|
+
"url": "https://explorer.hpp.io",
|
|
54440
|
+
"icon": "blockscout",
|
|
54441
|
+
"standard": "EIP3091"
|
|
54442
|
+
}
|
|
54443
|
+
],
|
|
54444
|
+
"parent": {
|
|
54445
|
+
"type": "L2",
|
|
54446
|
+
"chain": "eip155-1",
|
|
54447
|
+
"bridges": [
|
|
54448
|
+
{
|
|
54449
|
+
"url": "https://portal.arbitrum.io/bridge"
|
|
54450
|
+
}
|
|
54451
|
+
]
|
|
54452
|
+
}
|
|
54453
|
+
},
|
|
54145
54454
|
{
|
|
54146
54455
|
"name": "Altblockscan Mainnet",
|
|
54147
54456
|
"chain": "ALTB",
|
|
@@ -57641,6 +57950,32 @@
|
|
|
57641
57950
|
}
|
|
57642
57951
|
]
|
|
57643
57952
|
},
|
|
57953
|
+
{
|
|
57954
|
+
"name": "Alpha Chain Testnet",
|
|
57955
|
+
"chain": "Alpha Chain",
|
|
57956
|
+
"rpc": [
|
|
57957
|
+
"https://testnet-rpc.goalpha.org"
|
|
57958
|
+
],
|
|
57959
|
+
"faucets": [],
|
|
57960
|
+
"nativeCurrency": {
|
|
57961
|
+
"name": "Ether",
|
|
57962
|
+
"symbol": "ETH",
|
|
57963
|
+
"decimals": 18
|
|
57964
|
+
},
|
|
57965
|
+
"infoURL": "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
|
|
57966
|
+
"shortName": "alpha-testnet",
|
|
57967
|
+
"chainId": 511111,
|
|
57968
|
+
"networkId": 511111,
|
|
57969
|
+
"slip44": 1,
|
|
57970
|
+
"icon": "alphachain",
|
|
57971
|
+
"explorers": [
|
|
57972
|
+
{
|
|
57973
|
+
"name": "Alpha Chain Testnet Scan",
|
|
57974
|
+
"url": "https://testnet-scan.goalpha.org",
|
|
57975
|
+
"standard": "EIP3091"
|
|
57976
|
+
}
|
|
57977
|
+
]
|
|
57978
|
+
},
|
|
57644
57979
|
{
|
|
57645
57980
|
"name": "CMP-Testnet",
|
|
57646
57981
|
"chain": "CMP",
|
|
@@ -63777,6 +64112,35 @@
|
|
|
63777
64112
|
}
|
|
63778
64113
|
]
|
|
63779
64114
|
},
|
|
64115
|
+
{
|
|
64116
|
+
"name": "PlatON Dev Testnet",
|
|
64117
|
+
"chain": "PlatON",
|
|
64118
|
+
"rpc": [
|
|
64119
|
+
"https://devnet3openapi.platon.network/rpc",
|
|
64120
|
+
"wss://devnet3openapi.platon.network/ws"
|
|
64121
|
+
],
|
|
64122
|
+
"faucets": [
|
|
64123
|
+
"https://devnet3faucet.platon.network/faucet"
|
|
64124
|
+
],
|
|
64125
|
+
"nativeCurrency": {
|
|
64126
|
+
"name": "LAT",
|
|
64127
|
+
"symbol": "lat",
|
|
64128
|
+
"decimals": 18
|
|
64129
|
+
},
|
|
64130
|
+
"infoURL": "https://www.platon.network",
|
|
64131
|
+
"shortName": "platondev3",
|
|
64132
|
+
"chainId": 20250407,
|
|
64133
|
+
"networkId": 1,
|
|
64134
|
+
"slip44": 1,
|
|
64135
|
+
"icon": "platon",
|
|
64136
|
+
"explorers": [
|
|
64137
|
+
{
|
|
64138
|
+
"name": "PlatON devnet explorer",
|
|
64139
|
+
"url": "https://devnet3scan.platon.network",
|
|
64140
|
+
"standard": "none"
|
|
64141
|
+
}
|
|
64142
|
+
]
|
|
64143
|
+
},
|
|
63780
64144
|
{
|
|
63781
64145
|
"name": "Vcitychain Mainnet",
|
|
63782
64146
|
"chain": "Vcitychain",
|
|
@@ -66309,6 +66673,33 @@
|
|
|
66309
66673
|
}
|
|
66310
66674
|
]
|
|
66311
66675
|
},
|
|
66676
|
+
{
|
|
66677
|
+
"name": "SKALE Base",
|
|
66678
|
+
"chain": "skale-base",
|
|
66679
|
+
"rpc": [
|
|
66680
|
+
"https://skale-base.skalenodes.com/v1/base",
|
|
66681
|
+
"wss://skale-base.skalenodes.com/v1/ws/base"
|
|
66682
|
+
],
|
|
66683
|
+
"faucets": [
|
|
66684
|
+
"http://base-sepolia-faucet.skale.space"
|
|
66685
|
+
],
|
|
66686
|
+
"nativeCurrency": {
|
|
66687
|
+
"name": "Credits",
|
|
66688
|
+
"symbol": "CREDIT",
|
|
66689
|
+
"decimals": 18
|
|
66690
|
+
},
|
|
66691
|
+
"infoURL": "https://docs.skale.space/welcome/skale-on-base",
|
|
66692
|
+
"shortName": "skale-base",
|
|
66693
|
+
"chainId": 1187947933,
|
|
66694
|
+
"networkId": 1187947933,
|
|
66695
|
+
"explorers": [
|
|
66696
|
+
{
|
|
66697
|
+
"name": "Blockscout",
|
|
66698
|
+
"url": "https://skale-base-explorer.skalenodes.com",
|
|
66699
|
+
"standard": "EIP3091"
|
|
66700
|
+
}
|
|
66701
|
+
]
|
|
66702
|
+
},
|
|
66312
66703
|
{
|
|
66313
66704
|
"name": "HUMAN Protocol",
|
|
66314
66705
|
"title": "HUMAN Protocol",
|