eth-chainlist 0.0.51 → 0.0.53
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/CHANGELOG.md +16 -0
- package/data/chain.js +343 -51
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.53 (2023-01-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.52 ([344a09f](https://github.com/poowf/eth-chainlist/commit/344a09fbf630100514da7321b596d761731ab605))
|
9
|
+
* update chain data ([be2fa54](https://github.com/poowf/eth-chainlist/commit/be2fa54377508fd27341bb6623f664b358e66602))
|
10
|
+
|
11
|
+
### 0.0.52 (2023-01-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.51 ([07b6971](https://github.com/poowf/eth-chainlist/commit/07b697155e0b69525b01e746a1afaa78cf696bfb))
|
17
|
+
* update chain data ([d6ae1e9](https://github.com/poowf/eth-chainlist/commit/d6ae1e9bf96d7697c30d1cbd69ee5856f225ca86))
|
18
|
+
|
3
19
|
### 0.0.51 (2023-01-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -633,6 +633,26 @@ const chainArray = [
|
|
633
633
|
networkId: 38,
|
634
634
|
slip44: 538
|
635
635
|
},
|
636
|
+
{
|
637
|
+
name: 'Unicorn Ultra Testnet',
|
638
|
+
chain: 'u2u',
|
639
|
+
rpc: [ 'https://rpc-testnet.uniultra.xyz' ],
|
640
|
+
faucets: [ 'https://faucet.uniultra.xyz' ],
|
641
|
+
nativeCurrency: { name: 'Unicorn Ultra', symbol: 'U2U', decimals: 18 },
|
642
|
+
infoURL: 'https://uniultra.xyz',
|
643
|
+
shortName: 'u2u',
|
644
|
+
chainId: 39,
|
645
|
+
networkId: 39,
|
646
|
+
icon: 'u2u',
|
647
|
+
explorers: [
|
648
|
+
{
|
649
|
+
icon: 'u2u',
|
650
|
+
name: 'U2U Explorer',
|
651
|
+
url: 'https://testnet.uniultra.xyz',
|
652
|
+
standard: 'EIP3091'
|
653
|
+
}
|
654
|
+
]
|
655
|
+
},
|
636
656
|
{
|
637
657
|
name: 'Telos EVM Mainnet',
|
638
658
|
chain: 'TLOS',
|
@@ -2754,13 +2774,12 @@ const chainArray = [
|
|
2754
2774
|
{
|
2755
2775
|
name: 'Filecoin - Mainnet',
|
2756
2776
|
chain: 'FIL',
|
2757
|
-
|
2758
|
-
rpc: [ 'https://api.node.glif.io/rpc/
|
2777
|
+
icon: 'filecoin',
|
2778
|
+
rpc: [ 'https://api.node.glif.io/', 'https://rpc.ankr.com/filecoin' ],
|
2759
2779
|
faucets: [],
|
2760
2780
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
2761
2781
|
infoURL: 'https://filecoin.io',
|
2762
2782
|
shortName: 'filecoin',
|
2763
|
-
icon: 'filecoin',
|
2764
2783
|
chainId: 314,
|
2765
2784
|
networkId: 314,
|
2766
2785
|
slip44: 461,
|
@@ -3108,7 +3127,7 @@ const chainArray = [
|
|
3108
3127
|
{
|
3109
3128
|
name: 'Camino C-Chain',
|
3110
3129
|
chain: 'CAM',
|
3111
|
-
rpc: [
|
3130
|
+
rpc: [],
|
3112
3131
|
faucets: [],
|
3113
3132
|
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
3114
3133
|
infoURL: 'https://camino.foundation/',
|
@@ -3127,7 +3146,7 @@ const chainArray = [
|
|
3127
3146
|
{
|
3128
3147
|
name: 'Columbus Test Network',
|
3129
3148
|
chain: 'CAM',
|
3130
|
-
rpc: [
|
3149
|
+
rpc: [],
|
3131
3150
|
faucets: [],
|
3132
3151
|
nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 },
|
3133
3152
|
infoURL: 'https://camino.foundation/',
|
@@ -3671,6 +3690,25 @@ const chainArray = [
|
|
3671
3690
|
}
|
3672
3691
|
]
|
3673
3692
|
},
|
3693
|
+
{
|
3694
|
+
name: 'Lucid Blockchain',
|
3695
|
+
chain: 'Lucid Blockchain',
|
3696
|
+
icon: 'lucid',
|
3697
|
+
rpc: [ 'https://rpc.lucidcoin.io' ],
|
3698
|
+
faucets: [ 'https://faucet.lucidcoin.io' ],
|
3699
|
+
nativeCurrency: { name: 'LUCID', symbol: 'LUCID', decimals: 18 },
|
3700
|
+
infoURL: 'https://lucidcoin.io',
|
3701
|
+
shortName: 'LUCID',
|
3702
|
+
chainId: 800,
|
3703
|
+
networkId: 800,
|
3704
|
+
explorers: [
|
3705
|
+
{
|
3706
|
+
name: 'Lucid Explorer',
|
3707
|
+
url: 'https://explorer.lucidcoin.io',
|
3708
|
+
standard: 'none'
|
3709
|
+
}
|
3710
|
+
]
|
3711
|
+
},
|
3674
3712
|
{
|
3675
3713
|
name: 'Haic',
|
3676
3714
|
chain: 'Haic',
|
@@ -4029,7 +4067,7 @@ const chainArray = [
|
|
4029
4067
|
{
|
4030
4068
|
name: 'Oort Huygens',
|
4031
4069
|
chain: 'Huygens',
|
4032
|
-
rpc: [
|
4070
|
+
rpc: [],
|
4033
4071
|
faucets: [],
|
4034
4072
|
nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
|
4035
4073
|
infoURL: 'https://oortech.com',
|
@@ -5014,7 +5052,7 @@ const chainArray = [
|
|
5014
5052
|
name: 'Polygon zkEVM Testnet',
|
5015
5053
|
title: 'Polygon zkEVM Testnet',
|
5016
5054
|
chain: 'Polygon',
|
5017
|
-
rpc: [
|
5055
|
+
rpc: [],
|
5018
5056
|
faucets: [],
|
5019
5057
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5020
5058
|
infoURL: 'https://polygon.technology/solutions/polygon-zkevm/',
|
@@ -5516,6 +5554,25 @@ const chainArray = [
|
|
5516
5554
|
}
|
5517
5555
|
]
|
5518
5556
|
},
|
5557
|
+
{
|
5558
|
+
name: 'MainnetZ Mainnet',
|
5559
|
+
chain: 'NetZ',
|
5560
|
+
icon: 'mainnetz',
|
5561
|
+
rpc: [ 'https://mainnet-rpc.mainnetz.io' ],
|
5562
|
+
faucets: [ 'https://faucet.mainnetz.io' ],
|
5563
|
+
nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
|
5564
|
+
infoURL: 'https://mainnetz.io',
|
5565
|
+
shortName: 'NetZm',
|
5566
|
+
chainId: 2016,
|
5567
|
+
networkId: 2016,
|
5568
|
+
explorers: [
|
5569
|
+
{
|
5570
|
+
name: 'MainnetZ',
|
5571
|
+
url: 'https://explorer.mainnetz.io',
|
5572
|
+
standard: 'EIP3091'
|
5573
|
+
}
|
5574
|
+
]
|
5575
|
+
},
|
5519
5576
|
{
|
5520
5577
|
name: 'PublicMint Devnet',
|
5521
5578
|
title: 'Public Mint Devnet',
|
@@ -6120,7 +6177,7 @@ const chainArray = [
|
|
6120
6177
|
{
|
6121
6178
|
name: 'CENNZnet Rata',
|
6122
6179
|
chain: 'CENNZnet',
|
6123
|
-
rpc: [
|
6180
|
+
rpc: [],
|
6124
6181
|
faucets: [ 'https://app-faucet.centrality.me' ],
|
6125
6182
|
nativeCurrency: { name: 'CPAY', symbol: 'CPAY', decimals: 18 },
|
6126
6183
|
infoURL: 'https://cennz.net',
|
@@ -6169,19 +6226,44 @@ const chainArray = [
|
|
6169
6226
|
]
|
6170
6227
|
},
|
6171
6228
|
{
|
6172
|
-
name: 'Filecoin -
|
6229
|
+
name: 'Filecoin - Hyperspace testnet',
|
6173
6230
|
chain: 'FIL',
|
6174
|
-
status: 'incubating',
|
6175
|
-
rpc: [],
|
6176
|
-
faucets: [],
|
6177
|
-
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
6178
|
-
infoURL: 'https://filecoin.io',
|
6179
|
-
shortName: 'filecoin-buildernet',
|
6180
6231
|
icon: 'filecoin',
|
6232
|
+
rpc: [ 'https://hyperspace.node.glif.io/rpc/v0' ],
|
6233
|
+
faucets: [ 'https://hyperspace.filtest.network/#faucet' ],
|
6234
|
+
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
6235
|
+
infoURL: 'https://filecoin.io',
|
6236
|
+
shortName: 'filecoin-hyperspace',
|
6181
6237
|
chainId: 3141,
|
6182
6238
|
networkId: 3141,
|
6183
6239
|
slip44: 1,
|
6184
|
-
explorers: [
|
6240
|
+
explorers: [
|
6241
|
+
{
|
6242
|
+
name: 'Filfox - Hyperspace',
|
6243
|
+
url: 'https://hyperspace.filfox.info/en',
|
6244
|
+
standard: 'none'
|
6245
|
+
},
|
6246
|
+
{
|
6247
|
+
name: 'Glif Explorer - Hyperspace',
|
6248
|
+
url: 'https://explorer.glif.io/?network=hyperspace',
|
6249
|
+
standard: 'none'
|
6250
|
+
},
|
6251
|
+
{
|
6252
|
+
name: 'Beryx',
|
6253
|
+
url: 'https://beryx.zondax.ch',
|
6254
|
+
standard: 'none'
|
6255
|
+
},
|
6256
|
+
{
|
6257
|
+
name: 'Filmine',
|
6258
|
+
url: 'https://explorer.filmine.io',
|
6259
|
+
standard: 'none'
|
6260
|
+
},
|
6261
|
+
{
|
6262
|
+
name: 'Filscan - Hyperspace',
|
6263
|
+
url: 'https://hyperspace.filscan.io',
|
6264
|
+
standard: 'none'
|
6265
|
+
}
|
6266
|
+
]
|
6185
6267
|
},
|
6186
6268
|
{
|
6187
6269
|
name: 'Debounce Subnet Testnet',
|
@@ -6994,6 +7076,25 @@ const chainArray = [
|
|
6994
7076
|
}
|
6995
7077
|
]
|
6996
7078
|
},
|
7079
|
+
{
|
7080
|
+
name: 'Gold Smart Chain Mainnet',
|
7081
|
+
chain: 'STAND',
|
7082
|
+
icon: 'stand',
|
7083
|
+
rpc: [ 'https://rpc-mainnet.goldsmartchain.com' ],
|
7084
|
+
faucets: [ 'https://faucet.goldsmartchain.com' ],
|
7085
|
+
nativeCurrency: { name: 'Standard in Gold', symbol: 'STAND', decimals: 18 },
|
7086
|
+
infoURL: 'https://goldsmartchain.com',
|
7087
|
+
shortName: 'STANDm',
|
7088
|
+
chainId: 6789,
|
7089
|
+
networkId: 6789,
|
7090
|
+
explorers: [
|
7091
|
+
{
|
7092
|
+
name: 'Gold Smart Chain',
|
7093
|
+
url: 'https://mainnet.goldsmartchain.com',
|
7094
|
+
standard: 'EIP3091'
|
7095
|
+
}
|
7096
|
+
]
|
7097
|
+
},
|
6997
7098
|
{
|
6998
7099
|
name: 'Tomb Chain Mainnet',
|
6999
7100
|
chain: 'Tomb Chain',
|
@@ -7304,6 +7405,19 @@ const chainArray = [
|
|
7304
7405
|
],
|
7305
7406
|
redFlags: [ 'reusedChainId' ]
|
7306
7407
|
},
|
7408
|
+
{
|
7409
|
+
name: 'StreamuX Blockchain',
|
7410
|
+
chain: 'StreamuX',
|
7411
|
+
rpc: [
|
7412
|
+
'https://u0ma6t6heb:KDNwOsRDGcyM2Oeui1p431Bteb4rvcWkuPgQNHwB4FM@u0xy4x6x82-u0e2mg517m-rpc.us0-aws.kaleido.io/'
|
7413
|
+
],
|
7414
|
+
faucets: [],
|
7415
|
+
nativeCurrency: { name: 'StreamuX', symbol: 'SmuX', decimals: 18 },
|
7416
|
+
infoURL: 'https://www.streamux.cloud',
|
7417
|
+
shortName: 'StreamuX',
|
7418
|
+
chainId: 8098,
|
7419
|
+
networkId: 8098
|
7420
|
+
},
|
7307
7421
|
{
|
7308
7422
|
name: 'Qitmeer Network Testnet',
|
7309
7423
|
chain: 'MEER',
|
@@ -7608,7 +7722,7 @@ const chainArray = [
|
|
7608
7722
|
name: 'Rinia Testnet Old',
|
7609
7723
|
chain: 'FIRE',
|
7610
7724
|
icon: 'rinia',
|
7611
|
-
rpc: [
|
7725
|
+
rpc: [],
|
7612
7726
|
faucets: [ 'https://faucet.thefirechain.com' ],
|
7613
7727
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
7614
7728
|
infoURL: 'https://thefirechain.com',
|
@@ -7660,7 +7774,7 @@ const chainArray = [
|
|
7660
7774
|
name: 'Oort MainnetDev',
|
7661
7775
|
title: 'Oort MainnetDev',
|
7662
7776
|
chain: 'MainnetDev',
|
7663
|
-
rpc: [
|
7777
|
+
rpc: [],
|
7664
7778
|
faucets: [],
|
7665
7779
|
nativeCurrency: { name: 'Oort', symbol: 'CCN', decimals: 18 },
|
7666
7780
|
infoURL: 'https://oortech.com',
|
@@ -7692,6 +7806,25 @@ const chainArray = [
|
|
7692
7806
|
}
|
7693
7807
|
]
|
7694
7808
|
},
|
7809
|
+
{
|
7810
|
+
name: 'MainnetZ Testnet',
|
7811
|
+
chain: 'NetZ',
|
7812
|
+
icon: 'mainnetzTestnet',
|
7813
|
+
rpc: [ 'https://testnet-rpc.mainnetz.io' ],
|
7814
|
+
faucets: [ 'https://faucet.mainnetz.io' ],
|
7815
|
+
nativeCurrency: { name: 'MainnetZ', symbol: 'NetZ', decimals: 18 },
|
7816
|
+
infoURL: 'https://testnet.mainnetz.io',
|
7817
|
+
shortName: 'NetZt',
|
7818
|
+
chainId: 9768,
|
7819
|
+
networkId: 9768,
|
7820
|
+
explorers: [
|
7821
|
+
{
|
7822
|
+
name: 'MainnetZ',
|
7823
|
+
url: 'https://testnet.mainnetz.io',
|
7824
|
+
standard: 'EIP3091'
|
7825
|
+
}
|
7826
|
+
]
|
7827
|
+
},
|
7695
7828
|
{
|
7696
7829
|
name: 'myOwn Testnet',
|
7697
7830
|
chain: 'myOwn',
|
@@ -8037,6 +8170,25 @@ const chainArray = [
|
|
8037
8170
|
}
|
8038
8171
|
]
|
8039
8172
|
},
|
8173
|
+
{
|
8174
|
+
name: 'Sardis Testnet',
|
8175
|
+
chain: 'SRDX',
|
8176
|
+
icon: 'sardisTestnet',
|
8177
|
+
rpc: [ 'https://testnet-rpc.sardisnetwork.com' ],
|
8178
|
+
faucets: [ 'https://faucet.sardisnetwork.com' ],
|
8179
|
+
nativeCurrency: { name: 'Sardis', symbol: 'SRDX', decimals: 18 },
|
8180
|
+
infoURL: 'https://mysardis.com',
|
8181
|
+
shortName: 'SRDXt',
|
8182
|
+
chainId: 11612,
|
8183
|
+
networkId: 11612,
|
8184
|
+
explorers: [
|
8185
|
+
{
|
8186
|
+
name: 'Sardis',
|
8187
|
+
url: 'https://testnet.sardisnetwork.com',
|
8188
|
+
standard: 'EIP3091'
|
8189
|
+
}
|
8190
|
+
]
|
8191
|
+
},
|
8040
8192
|
{
|
8041
8193
|
name: 'SanR Chain',
|
8042
8194
|
chain: 'SanRChain',
|
@@ -8158,6 +8310,26 @@ const chainArray = [
|
|
8158
8310
|
}
|
8159
8311
|
]
|
8160
8312
|
},
|
8313
|
+
{
|
8314
|
+
name: 'Susono',
|
8315
|
+
chain: 'SUS',
|
8316
|
+
rpc: [
|
8317
|
+
'https://gateway.opn.network/node/ext/bc/2VsZe5DstWw2bfgdx3YbjKcMsJnNDjni95sZorBEdk9L9Qr9Fr/rpc'
|
8318
|
+
],
|
8319
|
+
faucets: [],
|
8320
|
+
nativeCurrency: { name: 'Susono', symbol: 'OPN', decimals: 18 },
|
8321
|
+
infoURL: '',
|
8322
|
+
shortName: 'sus',
|
8323
|
+
chainId: 13812,
|
8324
|
+
networkId: 13812,
|
8325
|
+
explorers: [
|
8326
|
+
{
|
8327
|
+
name: 'Susono',
|
8328
|
+
url: 'http://explorer.opn.network',
|
8329
|
+
standard: 'none'
|
8330
|
+
}
|
8331
|
+
]
|
8332
|
+
},
|
8161
8333
|
{
|
8162
8334
|
name: 'SPS Testnet',
|
8163
8335
|
chain: 'SPS-Testnet',
|
@@ -8663,36 +8835,16 @@ const chainArray = [
|
|
8663
8835
|
{
|
8664
8836
|
name: 'Filecoin - Wallaby testnet',
|
8665
8837
|
chain: 'FIL',
|
8666
|
-
|
8667
|
-
rpc: [
|
8668
|
-
'https://wallaby.filfox.info/rpc/v0',
|
8669
|
-
'https://wallaby.node.glif.io/rpc/v0'
|
8670
|
-
],
|
8838
|
+
icon: 'filecoin',
|
8839
|
+
rpc: [ 'https://wallaby.node.glif.io/rpc/v0' ],
|
8671
8840
|
faucets: [ 'https://wallaby.network/#faucet' ],
|
8672
8841
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
8673
8842
|
infoURL: 'https://filecoin.io',
|
8674
8843
|
shortName: 'filecoin-wallaby',
|
8675
|
-
icon: 'filecoin',
|
8676
8844
|
chainId: 31415,
|
8677
8845
|
networkId: 31415,
|
8678
8846
|
slip44: 1,
|
8679
|
-
explorers: [
|
8680
|
-
{
|
8681
|
-
name: 'Filfox',
|
8682
|
-
url: 'https://wallaby.filfox.info',
|
8683
|
-
standard: 'none'
|
8684
|
-
},
|
8685
|
-
{
|
8686
|
-
name: 'Glif Explorer',
|
8687
|
-
url: 'https://explorer.glif.io/wallaby',
|
8688
|
-
standard: 'none'
|
8689
|
-
},
|
8690
|
-
{
|
8691
|
-
name: 'Filscan',
|
8692
|
-
url: 'https://wallaby.filscan.io',
|
8693
|
-
standard: 'none'
|
8694
|
-
}
|
8695
|
-
]
|
8847
|
+
explorers: []
|
8696
8848
|
},
|
8697
8849
|
{
|
8698
8850
|
name: 'Bitgert Mainnet',
|
@@ -9182,6 +9334,25 @@ const chainArray = [
|
|
9182
9334
|
],
|
9183
9335
|
parent: { type: 'L2', chain: 'eip155-3' }
|
9184
9336
|
},
|
9337
|
+
{
|
9338
|
+
name: 'Sardis Mainnet',
|
9339
|
+
chain: 'SRDX',
|
9340
|
+
icon: 'sardis',
|
9341
|
+
rpc: [ 'https://mainnet-rpc.sardisnetwork.com' ],
|
9342
|
+
faucets: [ 'https://faucet.sardisnetwork.com' ],
|
9343
|
+
nativeCurrency: { name: 'Sardis', symbol: 'SRDX', decimals: 18 },
|
9344
|
+
infoURL: 'https://mysardis.com',
|
9345
|
+
shortName: 'SRDXm',
|
9346
|
+
chainId: 51712,
|
9347
|
+
networkId: 51712,
|
9348
|
+
explorers: [
|
9349
|
+
{
|
9350
|
+
name: 'Sardis',
|
9351
|
+
url: 'https://contract-mainnet.sardisnetwork.com',
|
9352
|
+
standard: 'EIP3091'
|
9353
|
+
}
|
9354
|
+
]
|
9355
|
+
},
|
9185
9356
|
{
|
9186
9357
|
name: 'DFK Chain',
|
9187
9358
|
chain: 'DFK',
|
@@ -9685,6 +9856,25 @@ const chainArray = [
|
|
9685
9856
|
chainId: 78110,
|
9686
9857
|
networkId: 78110
|
9687
9858
|
},
|
9859
|
+
{
|
9860
|
+
name: 'Gold Smart Chain Testnet',
|
9861
|
+
chain: 'STAND',
|
9862
|
+
icon: 'standTestnet',
|
9863
|
+
rpc: [ 'https://rpc-testnet.goldsmartchain.com' ],
|
9864
|
+
faucets: [ 'https://faucet.goldsmartchain.com' ],
|
9865
|
+
nativeCurrency: { name: 'Standard in Gold', symbol: 'STAND', decimals: 18 },
|
9866
|
+
infoURL: 'https://goldsmartchain.com',
|
9867
|
+
shortName: 'STANDt',
|
9868
|
+
chainId: 79879,
|
9869
|
+
networkId: 79879,
|
9870
|
+
explorers: [
|
9871
|
+
{
|
9872
|
+
name: 'Gold Smart Chain',
|
9873
|
+
url: 'https://testnet.goldsmartchain.com',
|
9874
|
+
standard: 'EIP3091'
|
9875
|
+
}
|
9876
|
+
]
|
9877
|
+
},
|
9688
9878
|
{
|
9689
9879
|
name: 'Mumbai',
|
9690
9880
|
title: 'Polygon Testnet Mumbai',
|
@@ -9775,12 +9965,7 @@ const chainArray = [
|
|
9775
9965
|
{
|
9776
9966
|
name: 'Boba BNB Mainnet',
|
9777
9967
|
chain: 'Boba BNB Mainnet',
|
9778
|
-
rpc: [
|
9779
|
-
'https://bnb.boba.network',
|
9780
|
-
'wss://wss.bnb.boba.network',
|
9781
|
-
'https://replica.bnb.boba.network',
|
9782
|
-
'wss://replica-wss.bnb.boba.network'
|
9783
|
-
],
|
9968
|
+
rpc: [],
|
9784
9969
|
faucets: [],
|
9785
9970
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
9786
9971
|
infoURL: 'https://boba.network',
|
@@ -10025,6 +10210,25 @@ const chainArray = [
|
|
10025
10210
|
],
|
10026
10211
|
status: 'deprecated'
|
10027
10212
|
},
|
10213
|
+
{
|
10214
|
+
name: 'Soverun Testnet',
|
10215
|
+
chain: 'SVRN',
|
10216
|
+
icon: 'soverunTestnet',
|
10217
|
+
rpc: [ 'https://testnet-rpc.soverun.com' ],
|
10218
|
+
faucets: [ 'https://faucet.soverun.com' ],
|
10219
|
+
nativeCurrency: { name: 'Soverun', symbol: 'SVRN', decimals: 18 },
|
10220
|
+
infoURL: 'https://soverun.com',
|
10221
|
+
shortName: 'SVRNt',
|
10222
|
+
chainId: 101010,
|
10223
|
+
networkId: 101010,
|
10224
|
+
explorers: [
|
10225
|
+
{
|
10226
|
+
name: 'Soverun',
|
10227
|
+
url: 'https://testnet.soverun.com',
|
10228
|
+
standard: 'EIP3091'
|
10229
|
+
}
|
10230
|
+
]
|
10231
|
+
},
|
10028
10232
|
{
|
10029
10233
|
name: 'Crystaleum',
|
10030
10234
|
chain: 'crystal',
|
@@ -10484,6 +10688,27 @@ const chainArray = [
|
|
10484
10688
|
}
|
10485
10689
|
]
|
10486
10690
|
},
|
10691
|
+
{
|
10692
|
+
name: 'Mas Mainnet',
|
10693
|
+
chain: 'MAS',
|
10694
|
+
rpc: [ 'http://node.masnet.ai:8545' ],
|
10695
|
+
faucets: [],
|
10696
|
+
nativeCurrency: { name: 'Master Bank', symbol: 'MAS', decimals: 18 },
|
10697
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10698
|
+
infoURL: 'https://masterbank.org',
|
10699
|
+
shortName: 'mas',
|
10700
|
+
chainId: 220315,
|
10701
|
+
networkId: 220315,
|
10702
|
+
icon: 'mas',
|
10703
|
+
explorers: [
|
10704
|
+
{
|
10705
|
+
name: 'explorer masnet',
|
10706
|
+
url: 'https://explorer.masnet.ai',
|
10707
|
+
icon: 'explorer',
|
10708
|
+
standard: 'EIP3091'
|
10709
|
+
}
|
10710
|
+
]
|
10711
|
+
},
|
10487
10712
|
{
|
10488
10713
|
name: 'Haymo Testnet',
|
10489
10714
|
chain: 'tHYM',
|
@@ -10571,24 +10796,23 @@ const chainArray = [
|
|
10571
10796
|
{
|
10572
10797
|
name: 'Filecoin - Calibration testnet',
|
10573
10798
|
chain: 'FIL',
|
10574
|
-
|
10799
|
+
icon: 'filecoin',
|
10575
10800
|
rpc: [ 'https://api.calibration.node.glif.io/rpc/v0' ],
|
10576
10801
|
faucets: [ 'https://faucet.calibration.fildev.network/' ],
|
10577
10802
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
10578
10803
|
infoURL: 'https://filecoin.io',
|
10579
10804
|
shortName: 'filecoin-calibration',
|
10580
|
-
icon: 'filecoin',
|
10581
10805
|
chainId: 314159,
|
10582
10806
|
networkId: 314159,
|
10583
10807
|
slip44: 1,
|
10584
10808
|
explorers: [
|
10585
10809
|
{
|
10586
|
-
name: 'Filscan',
|
10810
|
+
name: 'Filscan - Calibration',
|
10587
10811
|
url: 'https://calibration.filscan.io',
|
10588
10812
|
standard: 'none'
|
10589
10813
|
},
|
10590
10814
|
{
|
10591
|
-
name: 'Filscout',
|
10815
|
+
name: 'Filscout - Calibration',
|
10592
10816
|
url: 'https://calibration.filscout.com/en',
|
10593
10817
|
standard: 'none'
|
10594
10818
|
}
|
@@ -11306,6 +11530,25 @@ const chainArray = [
|
|
11306
11530
|
}
|
11307
11531
|
]
|
11308
11532
|
},
|
11533
|
+
{
|
11534
|
+
name: 'OpenVessel',
|
11535
|
+
chain: 'VSL',
|
11536
|
+
icon: 'vsl',
|
11537
|
+
rpc: [ 'https://mainnet-external.openvessel.io' ],
|
11538
|
+
faucets: [],
|
11539
|
+
nativeCurrency: { name: 'Vessel ETH', symbol: 'VETH', decimals: 18 },
|
11540
|
+
infoURL: 'https://www.openvessel.io',
|
11541
|
+
shortName: 'vsl',
|
11542
|
+
chainId: 7355310,
|
11543
|
+
networkId: 7355310,
|
11544
|
+
explorers: [
|
11545
|
+
{
|
11546
|
+
name: 'openvessel-mainnet',
|
11547
|
+
url: 'https://mainnet-explorer.openvessel.io',
|
11548
|
+
standard: 'none'
|
11549
|
+
}
|
11550
|
+
]
|
11551
|
+
},
|
11309
11552
|
{
|
11310
11553
|
name: 'QL1 Testnet',
|
11311
11554
|
chain: 'QOM',
|
@@ -11377,6 +11620,25 @@ const chainArray = [
|
|
11377
11620
|
],
|
11378
11621
|
parent: { chain: 'eip155-16658437', type: 'L2' }
|
11379
11622
|
},
|
11623
|
+
{
|
11624
|
+
name: 'Soverun Mainnet',
|
11625
|
+
chain: 'SVRN',
|
11626
|
+
icon: 'soverun',
|
11627
|
+
rpc: [ 'https://mainnet-rpc.soverun.com' ],
|
11628
|
+
faucets: [ 'https://faucet.soverun.com' ],
|
11629
|
+
nativeCurrency: { name: 'Soverun', symbol: 'SVRN', decimals: 18 },
|
11630
|
+
infoURL: 'https://soverun.com',
|
11631
|
+
shortName: 'SVRNm',
|
11632
|
+
chainId: 10101010,
|
11633
|
+
networkId: 10101010,
|
11634
|
+
explorers: [
|
11635
|
+
{
|
11636
|
+
name: 'Soverun',
|
11637
|
+
url: 'https://explorer.soverun.com',
|
11638
|
+
standard: 'EIP3091'
|
11639
|
+
}
|
11640
|
+
]
|
11641
|
+
},
|
11380
11642
|
{
|
11381
11643
|
name: 'Sepolia',
|
11382
11644
|
title: 'Ethereum Testnet Sepolia',
|
@@ -12055,6 +12317,36 @@ const chainArray = [
|
|
12055
12317
|
chainId: 2021121117,
|
12056
12318
|
networkId: 2021121117
|
12057
12319
|
},
|
12320
|
+
{
|
12321
|
+
name: 'Europa SKALE Chain',
|
12322
|
+
chain: 'europa',
|
12323
|
+
icon: 'europa',
|
12324
|
+
rpc: [
|
12325
|
+
'https://mainnet.skalenodes.com/v1/elated-tan-skat',
|
12326
|
+
'wss://mainnet.skalenodes.com/v1/elated-tan-skat'
|
12327
|
+
],
|
12328
|
+
faucets: [
|
12329
|
+
'https://ruby.exchange/faucet.html',
|
12330
|
+
'https://sfuel.mylilius.com/'
|
12331
|
+
],
|
12332
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
12333
|
+
infoURL: 'https://europahub.network/',
|
12334
|
+
shortName: 'europa',
|
12335
|
+
chainId: 2046399126,
|
12336
|
+
networkId: 2046399126,
|
12337
|
+
explorers: [
|
12338
|
+
{
|
12339
|
+
name: 'Blockscout',
|
12340
|
+
url: 'https://elated-tan-skat.explorer.mainnet.skalenodes.com',
|
12341
|
+
standard: 'EIP3091'
|
12342
|
+
}
|
12343
|
+
],
|
12344
|
+
parent: {
|
12345
|
+
type: 'L2',
|
12346
|
+
chain: 'eip155-1',
|
12347
|
+
bridges: [ { url: 'https://ruby.exchange/bridge.html' } ]
|
12348
|
+
}
|
12349
|
+
},
|
12058
12350
|
{
|
12059
12351
|
name: 'Pirl',
|
12060
12352
|
chain: 'PIRL',
|