eth-chainlist 0.0.669 → 0.0.670
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 +8 -0
- package/data/chain.js +70 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.670 (2025-07-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.669 ([359631d](https://github.com/poowf/eth-chainlist/commit/359631d33d16d5aa44dc5f0bb773d2e43824b95e))
|
9
|
+
* update chain data ([637111c](https://github.com/poowf/eth-chainlist/commit/637111ccf8a7c268e5dbc280085d99213bf5c509))
|
10
|
+
|
3
11
|
### 0.0.669 (2025-07-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1230,6 +1230,7 @@ const chainArray = [
|
|
1230
1230
|
'https://rpc.syscoin.org',
|
1231
1231
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
1232
1232
|
'https://syscoin.public-rpc.com',
|
1233
|
+
'https://57.rpc.thirdweb.com',
|
1233
1234
|
'wss://rpc.syscoin.org/wss',
|
1234
1235
|
'https://syscoin-evm.publicnode.com',
|
1235
1236
|
'wss://syscoin-evm.publicnode.com'
|
@@ -5843,19 +5844,20 @@ const chainArray = [
|
|
5843
5844
|
]
|
5844
5845
|
},
|
5845
5846
|
{
|
5846
|
-
name: '
|
5847
|
-
chain: '
|
5848
|
-
rpc: [ 'https://rpc.
|
5847
|
+
name: 'BuyCex Infinity Chain',
|
5848
|
+
chain: 'BUYCEX',
|
5849
|
+
rpc: [ 'https://rpc.buycex.net', 'wss://socket.buycex.net' ],
|
5849
5850
|
faucets: [],
|
5850
|
-
nativeCurrency: { name: '
|
5851
|
-
infoURL: 'https://
|
5852
|
-
shortName: '
|
5851
|
+
nativeCurrency: { name: 'Buycex', symbol: 'BCX', decimals: 18 },
|
5852
|
+
infoURL: 'https://infinity.buycex.com',
|
5853
|
+
shortName: 'buycex',
|
5853
5854
|
chainId: 323,
|
5854
5855
|
networkId: 323,
|
5856
|
+
status: 'active',
|
5855
5857
|
explorers: [
|
5856
5858
|
{
|
5857
5859
|
name: 'Blockscout',
|
5858
|
-
url: 'https://
|
5860
|
+
url: 'https://buycex.com',
|
5859
5861
|
icon: 'blockscout',
|
5860
5862
|
standard: 'EIP3091'
|
5861
5863
|
}
|
@@ -14290,6 +14292,25 @@ const chainArray = [
|
|
14290
14292
|
}
|
14291
14293
|
]
|
14292
14294
|
},
|
14295
|
+
{
|
14296
|
+
name: 'T-Rex Testnet',
|
14297
|
+
chain: 'T-Rex',
|
14298
|
+
rpc: [ 'https://testnetrpc.trex.xyz' ],
|
14299
|
+
faucets: [],
|
14300
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
14301
|
+
infoURL: 'https://trex.xyz/',
|
14302
|
+
shortName: 'TREX',
|
14303
|
+
chainId: 1962,
|
14304
|
+
networkId: 1962,
|
14305
|
+
icon: 'trex',
|
14306
|
+
explorers: [
|
14307
|
+
{
|
14308
|
+
name: 'T-Rex Testnet explorer',
|
14309
|
+
url: 'https://testnet.trex.xyz',
|
14310
|
+
standard: 'none'
|
14311
|
+
}
|
14312
|
+
]
|
14313
|
+
},
|
14293
14314
|
{
|
14294
14315
|
name: 'Eleanor',
|
14295
14316
|
title: 'Metatime Testnet Eleanor',
|
@@ -17843,15 +17864,13 @@ const chainArray = [
|
|
17843
17864
|
chain: 'peaq',
|
17844
17865
|
icon: 'peaq',
|
17845
17866
|
rpc: [
|
17846
|
-
'https://peaq.api.onfinality.io/public',
|
17847
|
-
'https://peaq-rpc.dwellir.com',
|
17848
17867
|
'https://peaq-rpc.publicnode.com',
|
17849
|
-
'https://
|
17868
|
+
'https://peaq-rpc.dwellir.com',
|
17850
17869
|
'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
|
17851
17870
|
],
|
17852
17871
|
faucets: [],
|
17853
17872
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
17854
|
-
infoURL: 'https://www.peaq.
|
17873
|
+
infoURL: 'https://www.peaq.xyz',
|
17855
17874
|
shortName: 'PEAQ',
|
17856
17875
|
chainId: 3338,
|
17857
17876
|
networkId: 3338,
|
@@ -35188,7 +35207,7 @@ const chainArray = [
|
|
35188
35207
|
]
|
35189
35208
|
},
|
35190
35209
|
{
|
35191
|
-
name: '
|
35210
|
+
name: 'Polynomial Sepolia',
|
35192
35211
|
chain: 'polynomialSepolia',
|
35193
35212
|
rpc: [ 'https://rpc.sepolia.polynomial.fi' ],
|
35194
35213
|
faucets: [],
|
@@ -46409,6 +46428,18 @@ const chainArray = [
|
|
46409
46428
|
}
|
46410
46429
|
]
|
46411
46430
|
},
|
46431
|
+
{
|
46432
|
+
name: 'Paseo PassetHub',
|
46433
|
+
chain: 'PAS',
|
46434
|
+
rpc: [ 'https://testnet-passet-hub-eth-rpc.polkadot.io' ],
|
46435
|
+
faucets: [ 'https://faucet.polkadot.io/?parachain=1111' ],
|
46436
|
+
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
46437
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
46438
|
+
infoURL: 'https://polkadot.network',
|
46439
|
+
shortName: 'pas',
|
46440
|
+
chainId: 420420422,
|
46441
|
+
networkId: 420420422
|
46442
|
+
},
|
46412
46443
|
{
|
46413
46444
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
46414
46445
|
title: 'Deprecated Europa Hub Testnet',
|
@@ -47559,6 +47590,33 @@ const chainArray = [
|
|
47559
47590
|
chainId: 2021121117,
|
47560
47591
|
networkId: 2021121117
|
47561
47592
|
},
|
47593
|
+
{
|
47594
|
+
name: 'Lumia Beam Testnet',
|
47595
|
+
shortName: 'lumia-beam-testnet',
|
47596
|
+
title: 'Lumia Beam Testnet',
|
47597
|
+
chain: 'ETH',
|
47598
|
+
icon: 'lumia',
|
47599
|
+
rpc: [ 'https://beam-rpc.lumia.org' ],
|
47600
|
+
faucets: [ 'https://beam-faucet.lumia.org/' ],
|
47601
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
47602
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
47603
|
+
infoURL: 'https://lumia.org',
|
47604
|
+
chainId: 2030232745,
|
47605
|
+
networkId: 2030232745,
|
47606
|
+
explorers: [
|
47607
|
+
{
|
47608
|
+
name: 'Lumia Beam Testnet Explorer',
|
47609
|
+
url: 'https://beam-explorer.lumia.org',
|
47610
|
+
icon: 'lumia',
|
47611
|
+
standard: 'EIP3091'
|
47612
|
+
}
|
47613
|
+
],
|
47614
|
+
parent: {
|
47615
|
+
type: 'L2',
|
47616
|
+
chain: 'eip155-1',
|
47617
|
+
bridges: [ { url: 'https://beam-bridge.lumia.org' } ]
|
47618
|
+
}
|
47619
|
+
},
|
47562
47620
|
{
|
47563
47621
|
name: 'SKALE Europa Hub',
|
47564
47622
|
chain: 'europa',
|