eth-chainlist 0.0.604 → 0.0.606
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 +239 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.606 (2025-02-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.605 ([092a838](https://github.com/poowf/eth-chainlist/commit/092a838e8763970862b06bd6f0271730984d8159))
|
9
|
+
* update chain data ([b53b67c](https://github.com/poowf/eth-chainlist/commit/b53b67cf6fa7a49bd4394c0f54a95fb02e64c8d5))
|
10
|
+
|
11
|
+
### 0.0.605 (2025-02-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.604 ([3a2a985](https://github.com/poowf/eth-chainlist/commit/3a2a9851eb199b1ad1aaba57b7bc79bb58d7f7a2))
|
17
|
+
* update chain data ([a80a904](https://github.com/poowf/eth-chainlist/commit/a80a904f4a1b5da2858def9b568f39fa29f543e8))
|
18
|
+
|
3
19
|
### 0.0.604 (2025-02-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -5058,12 +5058,15 @@ const chainArray = [
|
|
5058
5058
|
{
|
5059
5059
|
name: 'XR One',
|
5060
5060
|
chain: 'ETH',
|
5061
|
-
rpc: [
|
5061
|
+
rpc: [
|
5062
|
+
'https://xr1.calderachain.xyz/http',
|
5063
|
+
'wss://xr1.calderachain.xyz/ws'
|
5064
|
+
],
|
5062
5065
|
faucets: [],
|
5063
5066
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
5064
|
-
nativeCurrency: { name: '
|
5067
|
+
nativeCurrency: { name: 'XR1', symbol: 'XR1', decimals: 18 },
|
5065
5068
|
infoURL: 'https://xr-one.gitbook.io',
|
5066
|
-
shortName: '
|
5069
|
+
shortName: 'xr1',
|
5067
5070
|
chainId: 273,
|
5068
5071
|
networkId: 273,
|
5069
5072
|
icon: 'xr',
|
@@ -5071,7 +5074,7 @@ const chainArray = [
|
|
5071
5074
|
explorers: [
|
5072
5075
|
{
|
5073
5076
|
name: 'XR One Explorer',
|
5074
|
-
url: 'https://
|
5077
|
+
url: 'https://xr1.calderaexplorer.xyz',
|
5075
5078
|
icon: 'blockscout',
|
5076
5079
|
standard: 'EIP3091'
|
5077
5080
|
}
|
@@ -5079,7 +5082,7 @@ const chainArray = [
|
|
5079
5082
|
parent: {
|
5080
5083
|
type: 'L2',
|
5081
5084
|
chain: 'eip155-42161',
|
5082
|
-
bridges: [ { url: 'https://
|
5085
|
+
bridges: [ { url: 'https://xr1.bridge.caldera.xyz' } ]
|
5083
5086
|
},
|
5084
5087
|
status: 'active'
|
5085
5088
|
},
|
@@ -5676,6 +5679,31 @@ const chainArray = [
|
|
5676
5679
|
}
|
5677
5680
|
]
|
5678
5681
|
},
|
5682
|
+
{
|
5683
|
+
name: 'ZKcandy Mainnet',
|
5684
|
+
chain: 'ETH',
|
5685
|
+
rpc: [ 'https://rpc.zkcandy.io' ],
|
5686
|
+
faucets: [],
|
5687
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
5688
|
+
infoURL: 'https://zkcandy.io/',
|
5689
|
+
shortName: 'zkcandy',
|
5690
|
+
chainId: 320,
|
5691
|
+
networkId: 320,
|
5692
|
+
icon: 'zkcandymainnet',
|
5693
|
+
explorers: [
|
5694
|
+
{
|
5695
|
+
name: 'ZKcandy Block Explorer',
|
5696
|
+
url: 'https://explorer.zkcandy.io',
|
5697
|
+
icon: 'zkcandymainnet',
|
5698
|
+
standard: 'EIP3091'
|
5699
|
+
}
|
5700
|
+
],
|
5701
|
+
parent: {
|
5702
|
+
type: 'L2',
|
5703
|
+
chain: 'eip155-1',
|
5704
|
+
bridges: [ { url: 'https://bridge.zkcandy.io/' } ]
|
5705
|
+
}
|
5706
|
+
},
|
5679
5707
|
{
|
5680
5708
|
name: 'KCC Mainnet',
|
5681
5709
|
chain: 'KCC',
|
@@ -16193,6 +16221,27 @@ const chainArray = [
|
|
16193
16221
|
}
|
16194
16222
|
]
|
16195
16223
|
},
|
16224
|
+
{
|
16225
|
+
name: 'Pho Blockchain Mainnet',
|
16226
|
+
chain: 'PHO',
|
16227
|
+
icon: 'pho',
|
16228
|
+
rpc: [ 'https://mainnet.phochain.org' ],
|
16229
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16230
|
+
faucets: [],
|
16231
|
+
nativeCurrency: { name: 'Pho', symbol: 'PHO', decimals: 18 },
|
16232
|
+
infoURL: 'phochain.org',
|
16233
|
+
shortName: 'pho',
|
16234
|
+
chainId: 2605,
|
16235
|
+
networkId: 2605,
|
16236
|
+
explorers: [
|
16237
|
+
{
|
16238
|
+
name: 'Pho Scan',
|
16239
|
+
url: 'https://phoscan.org',
|
16240
|
+
standard: 'EIP3091',
|
16241
|
+
icon: 'pho'
|
16242
|
+
}
|
16243
|
+
]
|
16244
|
+
},
|
16196
16245
|
{
|
16197
16246
|
name: 'PoCRNet',
|
16198
16247
|
title: 'Proof of Climate awaReness mainnet',
|
@@ -18512,6 +18561,27 @@ const chainArray = [
|
|
18512
18561
|
}
|
18513
18562
|
]
|
18514
18563
|
},
|
18564
|
+
{
|
18565
|
+
name: 'Merlin Erigon Testnet',
|
18566
|
+
title: 'Merlin Erigon Testnet',
|
18567
|
+
chain: 'Merlin',
|
18568
|
+
rpc: [ 'https://testnet-erigon-rpc.merlinchain.io' ],
|
18569
|
+
faucets: [],
|
18570
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
18571
|
+
infoURL: 'https://merlinchain.io',
|
18572
|
+
shortName: 'Merlin-Testnet',
|
18573
|
+
chainId: 4203,
|
18574
|
+
networkId: 4203,
|
18575
|
+
icon: 'merlin',
|
18576
|
+
explorers: [
|
18577
|
+
{
|
18578
|
+
name: 'L2scan',
|
18579
|
+
url: 'https://testnet-erigon-scan.merlinchain.io',
|
18580
|
+
icon: 'merlin',
|
18581
|
+
standard: 'EIP3091'
|
18582
|
+
}
|
18583
|
+
]
|
18584
|
+
},
|
18515
18585
|
{
|
18516
18586
|
name: 'Nexi Mainnet',
|
18517
18587
|
chain: 'Nexi',
|
@@ -23055,6 +23125,27 @@ const chainArray = [
|
|
23055
23125
|
chainId: 8768,
|
23056
23126
|
networkId: 8768
|
23057
23127
|
},
|
23128
|
+
{
|
23129
|
+
name: 'Haven1',
|
23130
|
+
chain: 'haven1',
|
23131
|
+
rpc: [ 'https://rpc.haven1.org' ],
|
23132
|
+
faucets: [],
|
23133
|
+
nativeCurrency: { name: 'Haven1', symbol: 'H1', decimals: 18 },
|
23134
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
23135
|
+
infoURL: 'https://www.haven1.org',
|
23136
|
+
shortName: 'haven1',
|
23137
|
+
chainId: 8811,
|
23138
|
+
networkId: 8811,
|
23139
|
+
icon: 'haven1',
|
23140
|
+
explorers: [
|
23141
|
+
{
|
23142
|
+
name: 'Haven1 Explorer',
|
23143
|
+
url: 'https://explorer.haven1.org',
|
23144
|
+
icon: 'haven1',
|
23145
|
+
standard: 'EIP3091'
|
23146
|
+
}
|
23147
|
+
]
|
23148
|
+
},
|
23058
23149
|
{
|
23059
23150
|
name: 'IOTA EVM',
|
23060
23151
|
title: 'IOTA EVM',
|
@@ -30950,6 +31041,31 @@ const chainArray = [
|
|
30950
31041
|
bridges: [ { url: 'https://sepolia-bridge.superseed.xyz/' } ]
|
30951
31042
|
}
|
30952
31043
|
},
|
31044
|
+
{
|
31045
|
+
name: 'BirdLayer',
|
31046
|
+
title: 'BirdLayer',
|
31047
|
+
chain: 'BirdLayer',
|
31048
|
+
icon: 'birdlayer',
|
31049
|
+
rpc: [
|
31050
|
+
'https://rpc.birdlayer.xyz',
|
31051
|
+
'https://rpc1.birdlayer.xyz',
|
31052
|
+
'wss://rpc.birdlayer.xyz/ws'
|
31053
|
+
],
|
31054
|
+
faucets: [],
|
31055
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
31056
|
+
infoURL: 'https://www.dodochain.com',
|
31057
|
+
shortName: 'birdlayer',
|
31058
|
+
chainId: 53456,
|
31059
|
+
networkId: 53456,
|
31060
|
+
explorers: [
|
31061
|
+
{
|
31062
|
+
name: 'BirdLayer Explorer',
|
31063
|
+
url: 'https://scan.birdlayer.xyz',
|
31064
|
+
icon: 'birdlayer',
|
31065
|
+
standard: 'EIP3091'
|
31066
|
+
}
|
31067
|
+
]
|
31068
|
+
},
|
30953
31069
|
{
|
30954
31070
|
name: 'DODOchain testnet',
|
30955
31071
|
title: 'DODOchain testnet',
|
@@ -35019,6 +35135,28 @@ const chainArray = [
|
|
35019
35135
|
}
|
35020
35136
|
]
|
35021
35137
|
},
|
35138
|
+
{
|
35139
|
+
name: 'Lumoz Chain Testnet',
|
35140
|
+
chain: 'ETH',
|
35141
|
+
rpc: [ 'https://testnet-rpc.lumoz.org' ],
|
35142
|
+
faucets: [],
|
35143
|
+
nativeCurrency: { name: 'Lumoz Testnet Token', symbol: 'MOZ', decimals: 18 },
|
35144
|
+
features: [ { name: 'EIP155' } ],
|
35145
|
+
infoURL: 'https://lumoz.org',
|
35146
|
+
shortName: 'Lumoz-Chain-Testnet',
|
35147
|
+
chainId: 105363,
|
35148
|
+
networkId: 105363,
|
35149
|
+
slip44: 1,
|
35150
|
+
icon: 'opside-new',
|
35151
|
+
explorers: [
|
35152
|
+
{
|
35153
|
+
name: 'LumozTestInfo',
|
35154
|
+
url: 'https://testnet-scan.lumoz.info',
|
35155
|
+
icon: 'opside-new',
|
35156
|
+
standard: 'EIP3091'
|
35157
|
+
}
|
35158
|
+
]
|
35159
|
+
},
|
35022
35160
|
{
|
35023
35161
|
name: 'BROChain Mainnet',
|
35024
35162
|
chain: 'BRO',
|
@@ -40809,6 +40947,28 @@ const chainArray = [
|
|
40809
40947
|
]
|
40810
40948
|
}
|
40811
40949
|
},
|
40950
|
+
{
|
40951
|
+
name: 'Block Chain LOL Berachain Testnet',
|
40952
|
+
chain: 'Block Chain LOL Berachain',
|
40953
|
+
rpc: [ 'https://block-chain.alt.technology' ],
|
40954
|
+
faucets: [ 'https://faucet.block-chain.lol/' ],
|
40955
|
+
nativeCurrency: {
|
40956
|
+
name: 'HarryPotterObamaSonic10Inu',
|
40957
|
+
symbol: 'HARRY',
|
40958
|
+
decimals: 18
|
40959
|
+
},
|
40960
|
+
infoURL: 'https://block-chain.lol/',
|
40961
|
+
shortName: 'block-chain-lol-testnet',
|
40962
|
+
chainId: 6231991,
|
40963
|
+
networkId: 6231991,
|
40964
|
+
explorers: [
|
40965
|
+
{
|
40966
|
+
name: 'Block Chain LOL Berachain Testnet Blockscout Explorer',
|
40967
|
+
url: 'https://explorer.block-chain.lol',
|
40968
|
+
standard: 'EIP3091'
|
40969
|
+
}
|
40970
|
+
]
|
40971
|
+
},
|
40812
40972
|
{
|
40813
40973
|
name: 'Safe(AnWang) Mainnet',
|
40814
40974
|
chain: 'Safe(AnWang)',
|
@@ -41556,6 +41716,29 @@ const chainArray = [
|
|
41556
41716
|
}
|
41557
41717
|
]
|
41558
41718
|
},
|
41719
|
+
{
|
41720
|
+
name: ' Privix Chain Mainnet',
|
41721
|
+
chain: 'PSC',
|
41722
|
+
rpc: [
|
41723
|
+
'https://mainnet-rpc.privixchain.xyz/',
|
41724
|
+
'wss://mainnet-rpc.privixchain.xyz/ws'
|
41725
|
+
],
|
41726
|
+
faucets: [],
|
41727
|
+
nativeCurrency: { name: 'Privix Coin', symbol: 'PSC', decimals: 18 },
|
41728
|
+
infoURL: 'https://privix.co/',
|
41729
|
+
shortName: 'mpsc',
|
41730
|
+
chainId: 16969696,
|
41731
|
+
networkId: 16969696,
|
41732
|
+
icon: 'privix',
|
41733
|
+
explorers: [
|
41734
|
+
{
|
41735
|
+
name: 'blockscout',
|
41736
|
+
url: 'https://privixscan.io',
|
41737
|
+
icon: 'blockscout',
|
41738
|
+
standard: 'EIP3091'
|
41739
|
+
}
|
41740
|
+
]
|
41741
|
+
},
|
41559
41742
|
{
|
41560
41743
|
name: 'Lambda Chain Testnet',
|
41561
41744
|
chain: 'Lambda Chain',
|
@@ -42692,6 +42875,29 @@ const chainArray = [
|
|
42692
42875
|
},
|
42693
42876
|
status: 'active'
|
42694
42877
|
},
|
42878
|
+
{
|
42879
|
+
name: ' Privix Chain Testnet',
|
42880
|
+
chain: 'PSC',
|
42881
|
+
rpc: [
|
42882
|
+
'https://testnet-rpc.privixchain.xyz/',
|
42883
|
+
'wss://testnet-rpc.privixchain.xyz/ws'
|
42884
|
+
],
|
42885
|
+
faucets: [ 'https://faucet.privixchain.xyz' ],
|
42886
|
+
nativeCurrency: { name: 'Privix Coin', symbol: 'tPSC', decimals: 18 },
|
42887
|
+
infoURL: 'https://privix.co/',
|
42888
|
+
shortName: 'tpsc',
|
42889
|
+
chainId: 96969696,
|
42890
|
+
networkId: 96969696,
|
42891
|
+
icon: 'privix',
|
42892
|
+
explorers: [
|
42893
|
+
{
|
42894
|
+
name: 'blockscout',
|
42895
|
+
url: 'https://testnet.privixscan.io',
|
42896
|
+
icon: 'blockscout',
|
42897
|
+
standard: 'EIP3091'
|
42898
|
+
}
|
42899
|
+
]
|
42900
|
+
},
|
42695
42901
|
{
|
42696
42902
|
name: 'ChadChain',
|
42697
42903
|
chain: 'CHAD',
|
@@ -44060,6 +44266,34 @@ const chainArray = [
|
|
44060
44266
|
networkId: 1666900001,
|
44061
44267
|
explorers: []
|
44062
44268
|
},
|
44269
|
+
{
|
44270
|
+
name: 'WITNESS CHAIN',
|
44271
|
+
title: 'WITNESS CHAIN',
|
44272
|
+
chain: 'Witness-Chain',
|
44273
|
+
rpc: [ 'https://sequencer.witnesschain.com' ],
|
44274
|
+
nativeCurrency: { name: 'ETHER', symbol: 'ETH', decimals: 18 },
|
44275
|
+
faucets: [],
|
44276
|
+
infoURL: 'https://www.witnesschain.com',
|
44277
|
+
shortName: 'Witness',
|
44278
|
+
chainId: 1702448187,
|
44279
|
+
networkId: 1702448187,
|
44280
|
+
icon: 'witness',
|
44281
|
+
explorers: [
|
44282
|
+
{
|
44283
|
+
name: 'Witness Chain Explorer',
|
44284
|
+
url: 'https://explorer.witnesschain.com',
|
44285
|
+
icon: 'witness',
|
44286
|
+
standard: 'EIP3091'
|
44287
|
+
}
|
44288
|
+
],
|
44289
|
+
parent: {
|
44290
|
+
type: 'L2',
|
44291
|
+
chain: 'eip155-1',
|
44292
|
+
bridges: [ { url: 'https://bridge.witnesschain.com' } ]
|
44293
|
+
},
|
44294
|
+
features: [ { name: 'EIP155' } ],
|
44295
|
+
status: 'active'
|
44296
|
+
},
|
44063
44297
|
{
|
44064
44298
|
name: 'Silicon zkEVM Sepolia Testnet',
|
44065
44299
|
title: 'Silicon zkEVM Sepolia Testnet',
|