eth-chainlist 0.0.655 → 0.0.657
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 +72 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.657 (2025-05-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.656 ([f4df96a](https://github.com/poowf/eth-chainlist/commit/f4df96a54b62e57970e8075f173afada9ed1af2b))
|
9
|
+
* update chain data ([cb04478](https://github.com/poowf/eth-chainlist/commit/cb044787d1dcddeafda847c7e9ab56bde145b379))
|
10
|
+
|
11
|
+
### 0.0.656 (2025-05-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.655 ([470b192](https://github.com/poowf/eth-chainlist/commit/470b192579a883241093324d697a700847e2fd89))
|
17
|
+
* update chain data ([c43f8b2](https://github.com/poowf/eth-chainlist/commit/c43f8b26b5135e63a14752993eaf4590d5ed219c))
|
18
|
+
|
3
19
|
### 0.0.655 (2025-05-12)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6024,6 +6024,25 @@ const chainArray = [
|
|
6024
6024
|
}
|
6025
6025
|
]
|
6026
6026
|
},
|
6027
|
+
{
|
6028
|
+
name: 'R5 Network',
|
6029
|
+
chain: 'r5',
|
6030
|
+
rpc: [ 'https://rpc.r5.network' ],
|
6031
|
+
faucets: [],
|
6032
|
+
nativeCurrency: { name: 'R5', symbol: 'R5', decimals: 18 },
|
6033
|
+
infoURL: 'https://r5.network',
|
6034
|
+
shortName: 'r5',
|
6035
|
+
chainId: 337,
|
6036
|
+
networkId: 337,
|
6037
|
+
icon: 'r5',
|
6038
|
+
explorers: [
|
6039
|
+
{
|
6040
|
+
name: 'R5 Explorer',
|
6041
|
+
url: 'https://explorer.r5.network',
|
6042
|
+
standard: 'EIP3091'
|
6043
|
+
}
|
6044
|
+
]
|
6045
|
+
},
|
6027
6046
|
{
|
6028
6047
|
name: 'Cronos Testnet',
|
6029
6048
|
chain: 'CRO',
|
@@ -20929,7 +20948,7 @@ const chainArray = [
|
|
20929
20948
|
explorers: [
|
20930
20949
|
{
|
20931
20950
|
name: 'Syscoin Testnet Block Explorer',
|
20932
|
-
url: 'https://tanenbaum.io',
|
20951
|
+
url: 'https://explorer.tanenbaum.io',
|
20933
20952
|
standard: 'EIP3091'
|
20934
20953
|
}
|
20935
20954
|
]
|
@@ -22833,7 +22852,7 @@ const chainArray = [
|
|
22833
22852
|
explorers: [
|
22834
22853
|
{
|
22835
22854
|
name: 'maalscan',
|
22836
|
-
url: 'https://maalscan.io',
|
22855
|
+
url: 'https://v2.maalscan.io',
|
22837
22856
|
standard: 'EIP3091'
|
22838
22857
|
}
|
22839
22858
|
]
|
@@ -30248,14 +30267,14 @@ const chainArray = [
|
|
30248
30267
|
redFlags: [ 'reusedChainId' ]
|
30249
30268
|
},
|
30250
30269
|
{
|
30251
|
-
name: 'Mezo
|
30252
|
-
chain: 'Mezo',
|
30270
|
+
name: 'Mezo Testnet',
|
30271
|
+
chain: 'Mezo Testnet',
|
30253
30272
|
rpc: [ 'https://rpc.test.mezo.org' ],
|
30254
|
-
faucets: [
|
30273
|
+
faucets: [],
|
30255
30274
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
30256
30275
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30257
30276
|
infoURL: 'https://mezo.org/',
|
30258
|
-
shortName: 'mezo',
|
30277
|
+
shortName: 'mezo-testnet',
|
30259
30278
|
chainId: 31611,
|
30260
30279
|
networkId: 31611,
|
30261
30280
|
explorers: [
|
@@ -30267,6 +30286,32 @@ const chainArray = [
|
|
30267
30286
|
}
|
30268
30287
|
]
|
30269
30288
|
},
|
30289
|
+
{
|
30290
|
+
name: 'Mezo',
|
30291
|
+
chain: 'Mezo',
|
30292
|
+
rpc: [
|
30293
|
+
'https://rpc_evm-mezo.imperator.co',
|
30294
|
+
'wss://ws_evm-mezo.imperator.co',
|
30295
|
+
'https://jsonrpc-mezo.boar.network',
|
30296
|
+
'wss://jsonrpcws-mezo.boar.network'
|
30297
|
+
],
|
30298
|
+
faucets: [],
|
30299
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
30300
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30301
|
+
infoURL: 'https://mezo.org/',
|
30302
|
+
shortName: 'mezo',
|
30303
|
+
chainId: 31612,
|
30304
|
+
networkId: 31612,
|
30305
|
+
icon: 'mezo',
|
30306
|
+
explorers: [
|
30307
|
+
{
|
30308
|
+
name: 'blockscout',
|
30309
|
+
url: 'https://explorer.mezo.org',
|
30310
|
+
icon: 'blockscout',
|
30311
|
+
standard: 'EIP3091'
|
30312
|
+
}
|
30313
|
+
]
|
30314
|
+
},
|
30270
30315
|
{
|
30271
30316
|
name: 'Xchain Mainnet (Deprecated)',
|
30272
30317
|
chain: 'XchainDeprecated',
|
@@ -30680,6 +30725,25 @@ const chainArray = [
|
|
30680
30725
|
}
|
30681
30726
|
]
|
30682
30727
|
},
|
30728
|
+
{
|
30729
|
+
name: 'R5 Network Testnet',
|
30730
|
+
chain: 'r5testnet',
|
30731
|
+
rpc: [ 'https://rpc-testnet.r5.network' ],
|
30732
|
+
faucets: [],
|
30733
|
+
nativeCurrency: { name: 'Test R5', symbol: 'TR5', decimals: 18 },
|
30734
|
+
infoURL: 'https://r5.network',
|
30735
|
+
shortName: 'tr5',
|
30736
|
+
chainId: 33710,
|
30737
|
+
networkId: 33710,
|
30738
|
+
icon: 'r5',
|
30739
|
+
explorers: [
|
30740
|
+
{
|
30741
|
+
name: 'R5 Explorer',
|
30742
|
+
url: 'https://explorer-testnet.r5.network',
|
30743
|
+
standard: 'EIP3091'
|
30744
|
+
}
|
30745
|
+
]
|
30746
|
+
},
|
30683
30747
|
{
|
30684
30748
|
name: 'Funki',
|
30685
30749
|
chain: 'ETH',
|
@@ -40795,7 +40859,8 @@ const chainArray = [
|
|
40795
40859
|
]
|
40796
40860
|
},
|
40797
40861
|
{
|
40798
|
-
name: 'Hoodi
|
40862
|
+
name: 'Ethereum Hoodi',
|
40863
|
+
title: 'Ethereum Testnet Hoodi',
|
40799
40864
|
chain: 'ETH',
|
40800
40865
|
icon: 'ethereum',
|
40801
40866
|
rpc: [ 'https://rpc.hoodi.ethpandaops.io' ],
|