eth-chainlist 0.0.633 → 0.0.635
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 +106 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.635 (2025-03-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.634 ([ee70426](https://github.com/poowf/eth-chainlist/commit/ee7042639a00f9078f7de6aefb4970e96ce0a244))
|
9
|
+
* update chain data ([fca15b1](https://github.com/poowf/eth-chainlist/commit/fca15b1ae77584895d199c9e4246f2fb2acd5793))
|
10
|
+
|
11
|
+
### 0.0.634 (2025-03-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.633 ([6c9dc59](https://github.com/poowf/eth-chainlist/commit/6c9dc598104178bd4de61ebea0579825aaadea7c))
|
17
|
+
* update chain data ([9203116](https://github.com/poowf/eth-chainlist/commit/9203116f96ea6655f3d5d4666d19a40c1fb37b9f))
|
18
|
+
|
3
19
|
### 0.0.633 (2025-03-08)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -20004,6 +20004,25 @@ const chainArray = [
|
|
20004
20004
|
}
|
20005
20005
|
]
|
20006
20006
|
},
|
20007
|
+
{
|
20008
|
+
name: 'Seismic devnet',
|
20009
|
+
chain: 'Seismic',
|
20010
|
+
rpc: [ 'https://node-2.seismicdev.net/rpc' ],
|
20011
|
+
faucets: [ 'https://faucet-2.seismicdev.net/' ],
|
20012
|
+
nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
|
20013
|
+
features: [ { name: 'EIP155' } ],
|
20014
|
+
infoURL: 'https://seismic.systems',
|
20015
|
+
shortName: 'seismic-devnet',
|
20016
|
+
chainId: 5124,
|
20017
|
+
networkId: 5124,
|
20018
|
+
explorers: [
|
20019
|
+
{
|
20020
|
+
name: 'Seismic Devnet Explorer',
|
20021
|
+
url: 'https://explorer-2.seismicdev.net',
|
20022
|
+
standard: 'EIP3091'
|
20023
|
+
}
|
20024
|
+
]
|
20025
|
+
},
|
20007
20026
|
{
|
20008
20027
|
name: 'Moca Chain Testnet',
|
20009
20028
|
chain: 'Moca Chain',
|
@@ -20305,12 +20324,7 @@ const chainArray = [
|
|
20305
20324
|
{
|
20306
20325
|
name: 'edeXa Mainnet',
|
20307
20326
|
chain: 'edeXa',
|
20308
|
-
rpc: [
|
20309
|
-
'https://mainnet.edexa.network/rpc',
|
20310
|
-
'wss://mainnet.edexa.network/wss',
|
20311
|
-
'https://mainnet.edexa.com/rpc',
|
20312
|
-
'wss://mainnet.edexa.com/wss'
|
20313
|
-
],
|
20327
|
+
rpc: [ 'https://rpc.edexa.network', 'https://rpc.edexa.com' ],
|
20314
20328
|
faucets: [],
|
20315
20329
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20316
20330
|
nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
|
@@ -31792,7 +31806,10 @@ const chainArray = [
|
|
31792
31806
|
{
|
31793
31807
|
name: 'Electroneum Mainnet',
|
31794
31808
|
chain: 'Electroneum',
|
31795
|
-
rpc: [
|
31809
|
+
rpc: [
|
31810
|
+
'https://rpc.electroneum.com',
|
31811
|
+
'https://rpc.ankr.com/electroneum'
|
31812
|
+
],
|
31796
31813
|
faucets: [],
|
31797
31814
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
31798
31815
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -35524,7 +35541,7 @@ const chainArray = [
|
|
35524
35541
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
35525
35542
|
},
|
35526
35543
|
{
|
35527
|
-
name: 'Plume
|
35544
|
+
name: 'Plume',
|
35528
35545
|
title: 'Plume Ethereum L2 Rollup Mainnet',
|
35529
35546
|
chain: 'ETH',
|
35530
35547
|
rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
|
@@ -35546,7 +35563,38 @@ const chainArray = [
|
|
35546
35563
|
],
|
35547
35564
|
parent: {
|
35548
35565
|
type: 'L2',
|
35549
|
-
chain: 'eip155-
|
35566
|
+
chain: 'eip155-1',
|
35567
|
+
bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
|
35568
|
+
}
|
35569
|
+
},
|
35570
|
+
{
|
35571
|
+
name: 'Plume Mainnet',
|
35572
|
+
title: 'Plume Ethereum L2 Rollup Mainnet',
|
35573
|
+
chain: 'ETH',
|
35574
|
+
rpc: [
|
35575
|
+
'https://phoenix-rpc.plumenetwork.xyz',
|
35576
|
+
'wss://phoenix-rpc.plumenetwork.xyz'
|
35577
|
+
],
|
35578
|
+
faucets: [],
|
35579
|
+
nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
|
35580
|
+
infoURL: 'https://plumenetwork.xyz/',
|
35581
|
+
shortName: 'plume-mainnet',
|
35582
|
+
chainId: 98866,
|
35583
|
+
networkId: 98866,
|
35584
|
+
slip44: 1,
|
35585
|
+
icon: 'plume',
|
35586
|
+
status: 'incubating',
|
35587
|
+
explorers: [
|
35588
|
+
{
|
35589
|
+
name: 'Blockscout',
|
35590
|
+
url: 'https://phoenix-explorer.plumenetwork.xyz',
|
35591
|
+
icon: 'blockscout',
|
35592
|
+
standard: 'EIP3091'
|
35593
|
+
}
|
35594
|
+
],
|
35595
|
+
parent: {
|
35596
|
+
type: 'L2',
|
35597
|
+
chain: 'eip155-1',
|
35550
35598
|
bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
|
35551
35599
|
}
|
35552
35600
|
},
|
@@ -35938,6 +35986,19 @@ const chainArray = [
|
|
35938
35986
|
],
|
35939
35987
|
redFlags: [ 'reusedChainId' ]
|
35940
35988
|
},
|
35989
|
+
{
|
35990
|
+
name: 'Xitcoin',
|
35991
|
+
chain: 'XITCOIN',
|
35992
|
+
faucets: [],
|
35993
|
+
rpc: [ 'https://network.xitcoin.org' ],
|
35994
|
+
nativeCurrency: { name: 'Xitcoin', symbol: '$XTC', decimals: 8 },
|
35995
|
+
infoURL: 'https://docs.xitcoin.org/',
|
35996
|
+
shortName: 'Xitcoin',
|
35997
|
+
chainId: 101088,
|
35998
|
+
networkId: 101088,
|
35999
|
+
icon: 'xitcoin',
|
36000
|
+
explorers: []
|
36001
|
+
},
|
35941
36002
|
{
|
35942
36003
|
name: 'Creditcoin',
|
35943
36004
|
chain: 'CTC',
|
@@ -39709,6 +39770,27 @@ const chainArray = [
|
|
39709
39770
|
}
|
39710
39771
|
]
|
39711
39772
|
},
|
39773
|
+
{
|
39774
|
+
name: 'Xsolla ZK Sepolia Testnet',
|
39775
|
+
chain: 'Xsolla ZK Sepolia',
|
39776
|
+
rpc: [ 'https://zkrpc-sepolia.xsollazk.com' ],
|
39777
|
+
faucets: [ 'https://xsollazk.com/faucet' ],
|
39778
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
39779
|
+
infoURL: 'https://xsolla.com/zk',
|
39780
|
+
shortName: 'xsollazk-sepolia',
|
39781
|
+
chainId: 555777,
|
39782
|
+
networkId: 555777,
|
39783
|
+
slip44: 1,
|
39784
|
+
icon: 'xsollazk',
|
39785
|
+
explorers: [
|
39786
|
+
{
|
39787
|
+
name: 'Xsolla ZK Sepolia Block Explorer',
|
39788
|
+
url: 'https://x.la/explorer',
|
39789
|
+
icon: 'xsollazk',
|
39790
|
+
standard: 'EIP3091'
|
39791
|
+
}
|
39792
|
+
]
|
39793
|
+
},
|
39712
39794
|
{
|
39713
39795
|
name: 'DustBoy IoT',
|
39714
39796
|
title: 'DustBoy IoT',
|
@@ -39977,6 +40059,18 @@ const chainArray = [
|
|
39977
40059
|
}
|
39978
40060
|
]
|
39979
40061
|
},
|
40062
|
+
{
|
40063
|
+
name: 'Gensyn Testnet',
|
40064
|
+
chain: 'Gensyn',
|
40065
|
+
rpc: [],
|
40066
|
+
faucets: [],
|
40067
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
40068
|
+
infoURL: 'https://www.gensyn.ai/',
|
40069
|
+
shortName: 'gensyn-test',
|
40070
|
+
chainId: 685685,
|
40071
|
+
networkId: 685685,
|
40072
|
+
status: 'incubating'
|
40073
|
+
},
|
39980
40074
|
{
|
39981
40075
|
name: 'Won Network',
|
39982
40076
|
chainId: 686868,
|
@@ -42023,8 +42117,8 @@ const chainArray = [
|
|
42023
42117
|
{
|
42024
42118
|
name: 'Electroneum Testnet',
|
42025
42119
|
chain: 'Electroneum',
|
42026
|
-
rpc: [ 'https://
|
42027
|
-
faucets: [],
|
42120
|
+
rpc: [ 'https://rpc.ankr.com/electroneum_testnet' ],
|
42121
|
+
faucets: [ 'https://faucet.electroneum.com' ],
|
42028
42122
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
42029
42123
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
42030
42124
|
infoURL: 'https://electroneum.com',
|
@@ -42036,7 +42130,7 @@ const chainArray = [
|
|
42036
42130
|
explorers: [
|
42037
42131
|
{
|
42038
42132
|
name: 'blockscout',
|
42039
|
-
url: 'https://blockexplorer.
|
42133
|
+
url: 'https://testnet-blockexplorer.electroneum.com',
|
42040
42134
|
icon: 'electroneum',
|
42041
42135
|
standard: 'EIP3091'
|
42042
42136
|
}
|