brave-wallet-lists 1.32.6 → 1.32.8
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 +526 -15
- package/coingecko-ids.json +44 -41
- package/coingecko.json +905 -919
- package/dapp-lists.json +911 -911
- package/package.json +1 -1
- package/ramp-tokens.json +20 -0
package/chainlist.json
CHANGED
|
@@ -5231,6 +5231,32 @@
|
|
|
5231
5231
|
"chainId": 191,
|
|
5232
5232
|
"networkId": 191
|
|
5233
5233
|
},
|
|
5234
|
+
{
|
|
5235
|
+
"name": "Redmansion Chain",
|
|
5236
|
+
"chain": "RMC",
|
|
5237
|
+
"icon": "redmansion",
|
|
5238
|
+
"rpc": [
|
|
5239
|
+
"https://redmansion.io/srpc/"
|
|
5240
|
+
],
|
|
5241
|
+
"faucets": [],
|
|
5242
|
+
"nativeCurrency": {
|
|
5243
|
+
"name": "Redmansion Coin",
|
|
5244
|
+
"symbol": "RMC",
|
|
5245
|
+
"decimals": 18
|
|
5246
|
+
},
|
|
5247
|
+
"infoURL": "https://www.redmansion.io",
|
|
5248
|
+
"shortName": "rmc",
|
|
5249
|
+
"chainId": 192,
|
|
5250
|
+
"networkId": 192,
|
|
5251
|
+
"explorers": [
|
|
5252
|
+
{
|
|
5253
|
+
"name": "Redmansion explorer",
|
|
5254
|
+
"url": "https://redmansion.io",
|
|
5255
|
+
"icon": "redmansion",
|
|
5256
|
+
"standard": "EIP3091"
|
|
5257
|
+
}
|
|
5258
|
+
]
|
|
5259
|
+
},
|
|
5234
5260
|
{
|
|
5235
5261
|
"name": "Crypto Emergency",
|
|
5236
5262
|
"chain": "CEM",
|
|
@@ -9424,6 +9450,41 @@
|
|
|
9424
9450
|
}
|
|
9425
9451
|
]
|
|
9426
9452
|
},
|
|
9453
|
+
{
|
|
9454
|
+
"name": "Camp Network Mainnet",
|
|
9455
|
+
"chain": "CAMP",
|
|
9456
|
+
"icon": "camp",
|
|
9457
|
+
"features": [
|
|
9458
|
+
{
|
|
9459
|
+
"name": "EIP155"
|
|
9460
|
+
},
|
|
9461
|
+
{
|
|
9462
|
+
"name": "EIP1559"
|
|
9463
|
+
}
|
|
9464
|
+
],
|
|
9465
|
+
"rpc": [
|
|
9466
|
+
"https://rpc.camp.raas.gelato.cloud"
|
|
9467
|
+
],
|
|
9468
|
+
"faucets": [],
|
|
9469
|
+
"nativeCurrency": {
|
|
9470
|
+
"name": "Camp",
|
|
9471
|
+
"symbol": "CAMP",
|
|
9472
|
+
"decimals": 18
|
|
9473
|
+
},
|
|
9474
|
+
"infoURL": "https://docs.campnetwork.xyz",
|
|
9475
|
+
"shortName": "CampMainnet",
|
|
9476
|
+
"chainId": 484,
|
|
9477
|
+
"networkId": 484,
|
|
9478
|
+
"slip44": 1,
|
|
9479
|
+
"explorers": [
|
|
9480
|
+
{
|
|
9481
|
+
"name": "blockscout",
|
|
9482
|
+
"url": "https://camp.cloud.blockscout.com",
|
|
9483
|
+
"icon": "blockscout",
|
|
9484
|
+
"standard": "EIP3091"
|
|
9485
|
+
}
|
|
9486
|
+
]
|
|
9487
|
+
},
|
|
9427
9488
|
{
|
|
9428
9489
|
"name": "Standard Mainnet",
|
|
9429
9490
|
"chain": "STND",
|
|
@@ -17794,6 +17855,31 @@
|
|
|
17794
17855
|
}
|
|
17795
17856
|
]
|
|
17796
17857
|
},
|
|
17858
|
+
{
|
|
17859
|
+
"name": "IIC Blockchain Testnet",
|
|
17860
|
+
"chainId": 1650,
|
|
17861
|
+
"shortName": "iic-testnet",
|
|
17862
|
+
"chain": "IIC",
|
|
17863
|
+
"networkId": 1650,
|
|
17864
|
+
"nativeCurrency": {
|
|
17865
|
+
"name": "Saya Coin",
|
|
17866
|
+
"symbol": "SAYA",
|
|
17867
|
+
"decimals": 18
|
|
17868
|
+
},
|
|
17869
|
+
"rpc": [
|
|
17870
|
+
"https://rpc.iic-blockchain.com"
|
|
17871
|
+
],
|
|
17872
|
+
"faucets": [],
|
|
17873
|
+
"infoURL": "https://metavtz.com/",
|
|
17874
|
+
"status": "active",
|
|
17875
|
+
"explorers": [
|
|
17876
|
+
{
|
|
17877
|
+
"name": "IIC Explorer",
|
|
17878
|
+
"url": "https://scan.iic-blockchain.com",
|
|
17879
|
+
"standard": "EIP3091"
|
|
17880
|
+
}
|
|
17881
|
+
]
|
|
17882
|
+
},
|
|
17797
17883
|
{
|
|
17798
17884
|
"name": "Btachain",
|
|
17799
17885
|
"chain": "btachain",
|
|
@@ -21115,6 +21201,31 @@
|
|
|
21115
21201
|
}
|
|
21116
21202
|
]
|
|
21117
21203
|
},
|
|
21204
|
+
{
|
|
21205
|
+
"name": "Memento Testnet",
|
|
21206
|
+
"chain": "Memento",
|
|
21207
|
+
"rpc": [
|
|
21208
|
+
"https://rpc.memento.zeeve.online"
|
|
21209
|
+
],
|
|
21210
|
+
"faucets": [
|
|
21211
|
+
"https://faucet.memento.zeeve.online"
|
|
21212
|
+
],
|
|
21213
|
+
"nativeCurrency": {
|
|
21214
|
+
"name": "Ether",
|
|
21215
|
+
"symbol": "ETH",
|
|
21216
|
+
"decimals": 18
|
|
21217
|
+
},
|
|
21218
|
+
"features": [
|
|
21219
|
+
{
|
|
21220
|
+
"name": "EIP155"
|
|
21221
|
+
}
|
|
21222
|
+
],
|
|
21223
|
+
"infoURL": "",
|
|
21224
|
+
"shortName": "memento-testnet",
|
|
21225
|
+
"chainId": 2129,
|
|
21226
|
+
"networkId": 2129,
|
|
21227
|
+
"explorers": []
|
|
21228
|
+
},
|
|
21118
21229
|
{
|
|
21119
21230
|
"name": "BigShortBets Testnet",
|
|
21120
21231
|
"chain": "BIGSB Testnet",
|
|
@@ -21461,6 +21572,39 @@
|
|
|
21461
21572
|
}
|
|
21462
21573
|
]
|
|
21463
21574
|
},
|
|
21575
|
+
{
|
|
21576
|
+
"name": "Stable Testnet",
|
|
21577
|
+
"chain": "Stable",
|
|
21578
|
+
"icon": "stable",
|
|
21579
|
+
"rpc": [
|
|
21580
|
+
"https://rpc.testnet.stable.xyz"
|
|
21581
|
+
],
|
|
21582
|
+
"faucets": [
|
|
21583
|
+
"https://faucet.stable.xyz"
|
|
21584
|
+
],
|
|
21585
|
+
"nativeCurrency": {
|
|
21586
|
+
"name": "gUSDT",
|
|
21587
|
+
"symbol": "gUSDT",
|
|
21588
|
+
"decimals": 18
|
|
21589
|
+
},
|
|
21590
|
+
"infoURL": "https://stable.xyz",
|
|
21591
|
+
"shortName": "stable-testnet",
|
|
21592
|
+
"chainId": 2201,
|
|
21593
|
+
"networkId": 2201,
|
|
21594
|
+
"explorers": [
|
|
21595
|
+
{
|
|
21596
|
+
"name": "Blockscout Explorer",
|
|
21597
|
+
"url": "https://blockscout.testnet.stable.xyz",
|
|
21598
|
+
"icon": "blockscout",
|
|
21599
|
+
"standard": "EIP3091"
|
|
21600
|
+
},
|
|
21601
|
+
{
|
|
21602
|
+
"name": "Stablescan",
|
|
21603
|
+
"url": "https://testnet.stablescan.xyz",
|
|
21604
|
+
"standard": "EIP3091"
|
|
21605
|
+
}
|
|
21606
|
+
]
|
|
21607
|
+
},
|
|
21464
21608
|
{
|
|
21465
21609
|
"name": "Antofy Mainnet",
|
|
21466
21610
|
"chain": "ABN",
|
|
@@ -26885,17 +27029,18 @@
|
|
|
26885
27029
|
]
|
|
26886
27030
|
},
|
|
26887
27031
|
{
|
|
26888
|
-
"name": "MST
|
|
26889
|
-
"title": "MST Chain",
|
|
27032
|
+
"name": "MST Mainnet",
|
|
26890
27033
|
"chain": "MST",
|
|
26891
27034
|
"rpc": [
|
|
26892
27035
|
"https://mariorpc.mstblockchain.com",
|
|
26893
|
-
"https://craftrpc.mstblockchain.com"
|
|
27036
|
+
"https://craftrpc.mstblockchain.com",
|
|
27037
|
+
"wss://mariorpc.mstblockchain.com",
|
|
27038
|
+
"wss://craftrpc.mstblockchain.com"
|
|
26894
27039
|
],
|
|
26895
27040
|
"faucets": [],
|
|
26896
27041
|
"nativeCurrency": {
|
|
26897
|
-
"name": "MST",
|
|
26898
|
-
"symbol": "
|
|
27042
|
+
"name": "MST Native Coin",
|
|
27043
|
+
"symbol": "MSTC",
|
|
26899
27044
|
"decimals": 18
|
|
26900
27045
|
},
|
|
26901
27046
|
"infoURL": "https://mstblockchain.com",
|
|
@@ -26906,7 +27051,7 @@
|
|
|
26906
27051
|
"icon": "mst",
|
|
26907
27052
|
"explorers": [
|
|
26908
27053
|
{
|
|
26909
|
-
"name": "
|
|
27054
|
+
"name": "mstscan",
|
|
26910
27055
|
"url": "https://mstscan.com",
|
|
26911
27056
|
"standard": "EIP3091"
|
|
26912
27057
|
}
|
|
@@ -27507,6 +27652,35 @@
|
|
|
27507
27652
|
}
|
|
27508
27653
|
]
|
|
27509
27654
|
},
|
|
27655
|
+
{
|
|
27656
|
+
"name": "Somnia Mainnet",
|
|
27657
|
+
"chain": "Somnia",
|
|
27658
|
+
"rpc": [
|
|
27659
|
+
"https://api.infra.mainnet.somnia.network"
|
|
27660
|
+
],
|
|
27661
|
+
"faucets": [],
|
|
27662
|
+
"nativeCurrency": {
|
|
27663
|
+
"name": "Somnia Mainnet",
|
|
27664
|
+
"symbol": "SOMI",
|
|
27665
|
+
"decimals": 18
|
|
27666
|
+
},
|
|
27667
|
+
"features": [
|
|
27668
|
+
{
|
|
27669
|
+
"name": "EIP155"
|
|
27670
|
+
}
|
|
27671
|
+
],
|
|
27672
|
+
"infoURL": "https://somnia.network",
|
|
27673
|
+
"shortName": "SomniaMainnet",
|
|
27674
|
+
"chainId": 5031,
|
|
27675
|
+
"networkId": 5031,
|
|
27676
|
+
"explorers": [
|
|
27677
|
+
{
|
|
27678
|
+
"name": "Somnia Mainnet",
|
|
27679
|
+
"url": "https://mainnet.somnia.w3us.site",
|
|
27680
|
+
"standard": "EIP3091"
|
|
27681
|
+
}
|
|
27682
|
+
]
|
|
27683
|
+
},
|
|
27510
27684
|
{
|
|
27511
27685
|
"name": "ONIGIRI Test Subnet",
|
|
27512
27686
|
"chain": "ONIGIRI",
|
|
@@ -28451,10 +28625,10 @@
|
|
|
28451
28625
|
]
|
|
28452
28626
|
},
|
|
28453
28627
|
{
|
|
28454
|
-
"name": "
|
|
28455
|
-
"chain": "
|
|
28628
|
+
"name": "SagaEVM",
|
|
28629
|
+
"chain": "SagaEVM",
|
|
28456
28630
|
"rpc": [
|
|
28457
|
-
"
|
|
28631
|
+
"https://sagaevm.jsonrpc.sagarpc.io"
|
|
28458
28632
|
],
|
|
28459
28633
|
"faucets": [],
|
|
28460
28634
|
"nativeCurrency": {
|
|
@@ -28471,14 +28645,14 @@
|
|
|
28471
28645
|
}
|
|
28472
28646
|
],
|
|
28473
28647
|
"infoURL": "https://www.saga.xyz",
|
|
28474
|
-
"shortName": "
|
|
28648
|
+
"shortName": "sagaevm",
|
|
28475
28649
|
"chainId": 5464,
|
|
28476
28650
|
"networkId": 5464,
|
|
28477
|
-
"icon": "
|
|
28651
|
+
"icon": "sagaevm",
|
|
28478
28652
|
"explorers": [
|
|
28479
28653
|
{
|
|
28480
28654
|
"name": "blockscout",
|
|
28481
|
-
"url": "https://sagaevm
|
|
28655
|
+
"url": "https://sagaevm.sagaexplorer.io",
|
|
28482
28656
|
"icon": "blockscout",
|
|
28483
28657
|
"standard": "EIP3091"
|
|
28484
28658
|
}
|
|
@@ -30156,6 +30330,50 @@
|
|
|
30156
30330
|
"icon": "nibiru",
|
|
30157
30331
|
"explorers": []
|
|
30158
30332
|
},
|
|
30333
|
+
{
|
|
30334
|
+
"name": "billions-testnet",
|
|
30335
|
+
"title": "billions-testnet",
|
|
30336
|
+
"chain": "billions-testnet",
|
|
30337
|
+
"rpc": [
|
|
30338
|
+
"https://billions-testnet-rpc.eu-north-2.gateway.fm"
|
|
30339
|
+
],
|
|
30340
|
+
"features": [
|
|
30341
|
+
{
|
|
30342
|
+
"name": "EIP155"
|
|
30343
|
+
}
|
|
30344
|
+
],
|
|
30345
|
+
"faucets": [
|
|
30346
|
+
"https://billions-testnet-faucet.eu-north-2.gateway.fm"
|
|
30347
|
+
],
|
|
30348
|
+
"status": "active",
|
|
30349
|
+
"nativeCurrency": {
|
|
30350
|
+
"name": "Ether",
|
|
30351
|
+
"symbol": "ETH",
|
|
30352
|
+
"decimals": 18
|
|
30353
|
+
},
|
|
30354
|
+
"infoURL": "https://billions.network",
|
|
30355
|
+
"shortName": "billionstest",
|
|
30356
|
+
"chainId": 6913,
|
|
30357
|
+
"networkId": 6913,
|
|
30358
|
+
"icon": "billions",
|
|
30359
|
+
"explorers": [
|
|
30360
|
+
{
|
|
30361
|
+
"name": "Billions Testnet Explorer",
|
|
30362
|
+
"url": "https://billions-testnet-blockscout.eu-north-2.gateway.fm",
|
|
30363
|
+
"icon": "billions",
|
|
30364
|
+
"standard": "EIP3091"
|
|
30365
|
+
}
|
|
30366
|
+
],
|
|
30367
|
+
"parent": {
|
|
30368
|
+
"type": "L2",
|
|
30369
|
+
"chain": "eip155-11155111",
|
|
30370
|
+
"bridges": [
|
|
30371
|
+
{
|
|
30372
|
+
"url": "https://billions-testnet-bridge.eu-north-2.gateway.fm"
|
|
30373
|
+
}
|
|
30374
|
+
]
|
|
30375
|
+
}
|
|
30376
|
+
},
|
|
30159
30377
|
{
|
|
30160
30378
|
"name": "Xylume TestNet",
|
|
30161
30379
|
"chain": "XYL",
|
|
@@ -30874,6 +31092,62 @@
|
|
|
30874
31092
|
}
|
|
30875
31093
|
]
|
|
30876
31094
|
},
|
|
31095
|
+
{
|
|
31096
|
+
"name": "Pruv Testnet",
|
|
31097
|
+
"chain": "PRUV Testnet",
|
|
31098
|
+
"icon": "pruv",
|
|
31099
|
+
"rpc": [
|
|
31100
|
+
"https://rpc.testnet.pruv.network",
|
|
31101
|
+
"wss://rpc.testnet.pruv.network"
|
|
31102
|
+
],
|
|
31103
|
+
"faucets": [
|
|
31104
|
+
"https://faucet.testnet.pruv.network"
|
|
31105
|
+
],
|
|
31106
|
+
"nativeCurrency": {
|
|
31107
|
+
"name": "Pruv",
|
|
31108
|
+
"symbol": "PRUV",
|
|
31109
|
+
"decimals": 18
|
|
31110
|
+
},
|
|
31111
|
+
"infoURL": "https://pruv.gitbook.io/pruv-network/",
|
|
31112
|
+
"shortName": "pruvtestnet",
|
|
31113
|
+
"chainId": 7336,
|
|
31114
|
+
"networkId": 7336,
|
|
31115
|
+
"explorers": [
|
|
31116
|
+
{
|
|
31117
|
+
"name": "Pruv Testnet Explorer",
|
|
31118
|
+
"url": "https://explorer.testnet.pruv.network",
|
|
31119
|
+
"icon": "pruv",
|
|
31120
|
+
"standard": "EIP3091"
|
|
31121
|
+
}
|
|
31122
|
+
]
|
|
31123
|
+
},
|
|
31124
|
+
{
|
|
31125
|
+
"name": "Pruv Mainnet",
|
|
31126
|
+
"chain": "PRUV Mainnet",
|
|
31127
|
+
"icon": "pruv",
|
|
31128
|
+
"rpc": [
|
|
31129
|
+
"https://rpc.pruv.network",
|
|
31130
|
+
"wss://rpc.pruv.network"
|
|
31131
|
+
],
|
|
31132
|
+
"faucets": [],
|
|
31133
|
+
"nativeCurrency": {
|
|
31134
|
+
"name": "Pruv",
|
|
31135
|
+
"symbol": "PRUV",
|
|
31136
|
+
"decimals": 18
|
|
31137
|
+
},
|
|
31138
|
+
"infoURL": "https://pruv.gitbook.io/pruv-network/",
|
|
31139
|
+
"shortName": "pruvmainnet",
|
|
31140
|
+
"chainId": 7337,
|
|
31141
|
+
"networkId": 7337,
|
|
31142
|
+
"explorers": [
|
|
31143
|
+
{
|
|
31144
|
+
"name": "Pruv Explorer",
|
|
31145
|
+
"url": "https://explorer.pruv.network",
|
|
31146
|
+
"icon": "pruv",
|
|
31147
|
+
"standard": "EIP3091"
|
|
31148
|
+
}
|
|
31149
|
+
]
|
|
31150
|
+
},
|
|
30877
31151
|
{
|
|
30878
31152
|
"name": "Shyft Mainnet",
|
|
30879
31153
|
"chain": "SHYFT",
|
|
@@ -36877,6 +37151,62 @@
|
|
|
36877
37151
|
}
|
|
36878
37152
|
]
|
|
36879
37153
|
},
|
|
37154
|
+
{
|
|
37155
|
+
"name": "ARK Mainnet",
|
|
37156
|
+
"chain": "ARK",
|
|
37157
|
+
"icon": "ark",
|
|
37158
|
+
"rpc": [
|
|
37159
|
+
"https://rpc.ark.io"
|
|
37160
|
+
],
|
|
37161
|
+
"faucets": [],
|
|
37162
|
+
"nativeCurrency": {
|
|
37163
|
+
"name": "ARK Token",
|
|
37164
|
+
"symbol": "ARK",
|
|
37165
|
+
"decimals": 18
|
|
37166
|
+
},
|
|
37167
|
+
"infoURL": "https://ark.io",
|
|
37168
|
+
"shortName": "ark",
|
|
37169
|
+
"chainId": 11811,
|
|
37170
|
+
"networkId": 11811,
|
|
37171
|
+
"slip44": 60,
|
|
37172
|
+
"explorers": [
|
|
37173
|
+
{
|
|
37174
|
+
"name": "ARK Mainnet Explorer",
|
|
37175
|
+
"url": "https://arkscan.io",
|
|
37176
|
+
"standard": "none"
|
|
37177
|
+
}
|
|
37178
|
+
],
|
|
37179
|
+
"status": "incubating"
|
|
37180
|
+
},
|
|
37181
|
+
{
|
|
37182
|
+
"name": "ARK Testnet",
|
|
37183
|
+
"chain": "ARK",
|
|
37184
|
+
"icon": "ark",
|
|
37185
|
+
"rpc": [
|
|
37186
|
+
"https://testnet.mainsailhq.com/rpc"
|
|
37187
|
+
],
|
|
37188
|
+
"faucets": [
|
|
37189
|
+
"https://faucet.mainsailhq.com"
|
|
37190
|
+
],
|
|
37191
|
+
"nativeCurrency": {
|
|
37192
|
+
"name": "DARK Token",
|
|
37193
|
+
"symbol": "DARK",
|
|
37194
|
+
"decimals": 18
|
|
37195
|
+
},
|
|
37196
|
+
"infoURL": "https://ark.io",
|
|
37197
|
+
"shortName": "ark-testnet",
|
|
37198
|
+
"chainId": 11812,
|
|
37199
|
+
"networkId": 11812,
|
|
37200
|
+
"slip44": 60,
|
|
37201
|
+
"explorers": [
|
|
37202
|
+
{
|
|
37203
|
+
"name": "ARK Testnet Explorer",
|
|
37204
|
+
"url": "https://explorer-demo.mainsailhq.com",
|
|
37205
|
+
"standard": "none"
|
|
37206
|
+
}
|
|
37207
|
+
],
|
|
37208
|
+
"status": "incubating"
|
|
37209
|
+
},
|
|
36880
37210
|
{
|
|
36881
37211
|
"name": "Artela Mainnet",
|
|
36882
37212
|
"chain": "Artela",
|
|
@@ -42736,6 +43066,37 @@
|
|
|
42736
43066
|
}
|
|
42737
43067
|
]
|
|
42738
43068
|
},
|
|
43069
|
+
{
|
|
43070
|
+
"name": "AB Core Mainnet",
|
|
43071
|
+
"chain": "AB",
|
|
43072
|
+
"rpc": [
|
|
43073
|
+
"https://rpc.core.ab.org",
|
|
43074
|
+
"https://rpc1.core.ab.org"
|
|
43075
|
+
],
|
|
43076
|
+
"faucets": [],
|
|
43077
|
+
"nativeCurrency": {
|
|
43078
|
+
"name": "AB",
|
|
43079
|
+
"symbol": "AB",
|
|
43080
|
+
"decimals": 18
|
|
43081
|
+
},
|
|
43082
|
+
"features": [
|
|
43083
|
+
{
|
|
43084
|
+
"name": "EIP155"
|
|
43085
|
+
}
|
|
43086
|
+
],
|
|
43087
|
+
"infoURL": "https://ab.org",
|
|
43088
|
+
"shortName": "abcore",
|
|
43089
|
+
"chainId": 36888,
|
|
43090
|
+
"networkId": 36888,
|
|
43091
|
+
"explorers": [
|
|
43092
|
+
{
|
|
43093
|
+
"name": "AB Core Explorer",
|
|
43094
|
+
"url": "https://explorer.core.ab.org",
|
|
43095
|
+
"standard": "EIP3091"
|
|
43096
|
+
}
|
|
43097
|
+
],
|
|
43098
|
+
"status": "active"
|
|
43099
|
+
},
|
|
42739
43100
|
{
|
|
42740
43101
|
"name": "Lens Testnet",
|
|
42741
43102
|
"title": "Lens Network Sepolia Testnet",
|
|
@@ -49376,6 +49737,24 @@
|
|
|
49376
49737
|
}
|
|
49377
49738
|
]
|
|
49378
49739
|
},
|
|
49740
|
+
{
|
|
49741
|
+
"name": "Cycle Network Mainnet Frigate",
|
|
49742
|
+
"chain": "ETH",
|
|
49743
|
+
"rpc": [
|
|
49744
|
+
"https://frigate-rpc-mainnet.cyclenetwork.io"
|
|
49745
|
+
],
|
|
49746
|
+
"faucets": [],
|
|
49747
|
+
"nativeCurrency": {
|
|
49748
|
+
"name": "Ether",
|
|
49749
|
+
"symbol": "ETH",
|
|
49750
|
+
"decimals": 18
|
|
49751
|
+
},
|
|
49752
|
+
"infoURL": "https://www.cyclenetwork.io/",
|
|
49753
|
+
"shortName": "cyclef",
|
|
49754
|
+
"chainId": 88688,
|
|
49755
|
+
"networkId": 88688,
|
|
49756
|
+
"icon": "cycle"
|
|
49757
|
+
},
|
|
49379
49758
|
{
|
|
49380
49759
|
"name": "ZKasino Mainnet",
|
|
49381
49760
|
"chain": "ZKasino",
|
|
@@ -59380,6 +59759,38 @@
|
|
|
59380
59759
|
}
|
|
59381
59760
|
]
|
|
59382
59761
|
},
|
|
59762
|
+
{
|
|
59763
|
+
"name": "Wirex Pay Testnet",
|
|
59764
|
+
"chain": "WirexPay",
|
|
59765
|
+
"icon": "wpay",
|
|
59766
|
+
"rpc": [
|
|
59767
|
+
"https://rpc-dev.wirexpaychain.com"
|
|
59768
|
+
],
|
|
59769
|
+
"faucets": [
|
|
59770
|
+
"https://faucet-dev.wirexpaychain.com"
|
|
59771
|
+
],
|
|
59772
|
+
"nativeCurrency": {
|
|
59773
|
+
"name": "Ether",
|
|
59774
|
+
"symbol": "ETH",
|
|
59775
|
+
"decimals": 18
|
|
59776
|
+
},
|
|
59777
|
+
"features": [
|
|
59778
|
+
{
|
|
59779
|
+
"name": "EIP155"
|
|
59780
|
+
}
|
|
59781
|
+
],
|
|
59782
|
+
"infoURL": "https://docs.wirexpaychain.com/tech/wirex-pay-chain",
|
|
59783
|
+
"shortName": "wirex-testnet",
|
|
59784
|
+
"chainId": 1001996,
|
|
59785
|
+
"networkId": 1001996,
|
|
59786
|
+
"explorers": [
|
|
59787
|
+
{
|
|
59788
|
+
"name": "Wirex Pay Testnet Explorer",
|
|
59789
|
+
"url": "https://explorer-dev.wirexpaychain.com",
|
|
59790
|
+
"standard": "none"
|
|
59791
|
+
}
|
|
59792
|
+
]
|
|
59793
|
+
},
|
|
59383
59794
|
{
|
|
59384
59795
|
"name": "Naga Testnet",
|
|
59385
59796
|
"chain": "Naga",
|
|
@@ -59740,13 +60151,50 @@
|
|
|
59740
60151
|
}
|
|
59741
60152
|
]
|
|
59742
60153
|
},
|
|
60154
|
+
{
|
|
60155
|
+
"name": "XRPL EVM Sidechain",
|
|
60156
|
+
"chain": "XRPL EVM",
|
|
60157
|
+
"icon": "xrplevm",
|
|
60158
|
+
"rpc": [
|
|
60159
|
+
"https://rpc.xrplevm.org",
|
|
60160
|
+
"wss://ws.xrplevm.org"
|
|
60161
|
+
],
|
|
60162
|
+
"features": [
|
|
60163
|
+
{
|
|
60164
|
+
"name": "EIP155"
|
|
60165
|
+
},
|
|
60166
|
+
{
|
|
60167
|
+
"name": "EIP1559"
|
|
60168
|
+
}
|
|
60169
|
+
],
|
|
60170
|
+
"faucets": [
|
|
60171
|
+
"https://faucet.xrplevm.org"
|
|
60172
|
+
],
|
|
60173
|
+
"nativeCurrency": {
|
|
60174
|
+
"name": "XRP",
|
|
60175
|
+
"symbol": "XRP",
|
|
60176
|
+
"decimals": 18
|
|
60177
|
+
},
|
|
60178
|
+
"infoURL": "https://xrplevm.org",
|
|
60179
|
+
"shortName": "xrplevm",
|
|
60180
|
+
"chainId": 1440000,
|
|
60181
|
+
"networkId": 1440000,
|
|
60182
|
+
"explorers": [
|
|
60183
|
+
{
|
|
60184
|
+
"name": "blockscout",
|
|
60185
|
+
"url": "https://explorer.xrplevm.org",
|
|
60186
|
+
"icon": "xrplevm",
|
|
60187
|
+
"standard": "EIP3091"
|
|
60188
|
+
}
|
|
60189
|
+
]
|
|
60190
|
+
},
|
|
59743
60191
|
{
|
|
59744
60192
|
"name": "XRPL EVM Sidechain Devnet",
|
|
59745
60193
|
"chain": "XRPLEVM Devnet",
|
|
59746
60194
|
"icon": "xrplevm",
|
|
59747
60195
|
"rpc": [
|
|
59748
|
-
"https://rpc.xrplevm.org",
|
|
59749
|
-
"
|
|
60196
|
+
"https://rpc.devnet.xrplevm.org",
|
|
60197
|
+
"wss://ws.devnet.xrplevm.org"
|
|
59750
60198
|
],
|
|
59751
60199
|
"features": [
|
|
59752
60200
|
{
|
|
@@ -59783,7 +60231,7 @@
|
|
|
59783
60231
|
"icon": "xrplevm",
|
|
59784
60232
|
"rpc": [
|
|
59785
60233
|
"https://rpc.testnet.xrplevm.org",
|
|
59786
|
-
"
|
|
60234
|
+
"wss://ws.testnet.xrplevm.org"
|
|
59787
60235
|
],
|
|
59788
60236
|
"features": [
|
|
59789
60237
|
{
|
|
@@ -62186,6 +62634,38 @@
|
|
|
62186
62634
|
"chainId": 13371337,
|
|
62187
62635
|
"networkId": 13371337
|
|
62188
62636
|
},
|
|
62637
|
+
{
|
|
62638
|
+
"name": "Symbiosis",
|
|
62639
|
+
"chain": "symbiosis",
|
|
62640
|
+
"rpc": [
|
|
62641
|
+
"https://symbiosis.calderachain.xyz/http"
|
|
62642
|
+
],
|
|
62643
|
+
"faucets": [],
|
|
62644
|
+
"nativeCurrency": {
|
|
62645
|
+
"name": "Symbiosis",
|
|
62646
|
+
"symbol": "SIS",
|
|
62647
|
+
"decimals": 18
|
|
62648
|
+
},
|
|
62649
|
+
"features": [
|
|
62650
|
+
{
|
|
62651
|
+
"name": "EIP155"
|
|
62652
|
+
},
|
|
62653
|
+
{
|
|
62654
|
+
"name": "EIP1559"
|
|
62655
|
+
}
|
|
62656
|
+
],
|
|
62657
|
+
"infoURL": "https://symbiosis.hub.caldera.xyz",
|
|
62658
|
+
"shortName": "symbiosis",
|
|
62659
|
+
"chainId": 13863860,
|
|
62660
|
+
"networkId": 13863860,
|
|
62661
|
+
"explorers": [
|
|
62662
|
+
{
|
|
62663
|
+
"name": "Symbiosis Caldera Explorer",
|
|
62664
|
+
"url": "https://symbiosis.calderaexplorer.xyz",
|
|
62665
|
+
"standard": "EIP3091"
|
|
62666
|
+
}
|
|
62667
|
+
]
|
|
62668
|
+
},
|
|
62189
62669
|
{
|
|
62190
62670
|
"name": "Anduschain Mainnet",
|
|
62191
62671
|
"chain": "anduschain",
|
|
@@ -63397,6 +63877,37 @@
|
|
|
63397
63877
|
"networkId": 61717561,
|
|
63398
63878
|
"slip44": 61717561
|
|
63399
63879
|
},
|
|
63880
|
+
{
|
|
63881
|
+
"name": "Autonity Mainnet",
|
|
63882
|
+
"chain": "AUT",
|
|
63883
|
+
"rpc": [
|
|
63884
|
+
"https://rpc.autonity-apis.com",
|
|
63885
|
+
"wss://rpc.autonity-apis.com",
|
|
63886
|
+
"https://autonity.rpc.web3cdn.network",
|
|
63887
|
+
"wss://autonity.rpc.web3cdn.network",
|
|
63888
|
+
"https://autonity.rpc.subquery.network/public",
|
|
63889
|
+
"wss://autonity.rpc.subquery.network/public"
|
|
63890
|
+
],
|
|
63891
|
+
"faucets": [],
|
|
63892
|
+
"nativeCurrency": {
|
|
63893
|
+
"name": "Auton",
|
|
63894
|
+
"symbol": "ATN",
|
|
63895
|
+
"decimals": 18
|
|
63896
|
+
},
|
|
63897
|
+
"infoURL": "https://autonity.org/",
|
|
63898
|
+
"shortName": "aut",
|
|
63899
|
+
"chainId": 65000000,
|
|
63900
|
+
"networkId": 65000000,
|
|
63901
|
+
"slip44": 1,
|
|
63902
|
+
"icon": "autonity",
|
|
63903
|
+
"explorers": [
|
|
63904
|
+
{
|
|
63905
|
+
"name": "autonityscan",
|
|
63906
|
+
"url": "https://autonityscan.org",
|
|
63907
|
+
"standard": "EIP3091"
|
|
63908
|
+
}
|
|
63909
|
+
]
|
|
63910
|
+
},
|
|
63400
63911
|
{
|
|
63401
63912
|
"name": "Autonity Bakerloo (Thames) Testnet",
|
|
63402
63913
|
"status": "deprecated",
|