eth-chainlist 0.0.621 → 0.0.622
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 +33 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.622 (2025-02-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.621 ([68964df](https://github.com/poowf/eth-chainlist/commit/68964df8ef55df9c9b01218dea816a1ace2d5963))
|
9
|
+
* update chain data ([35c9ac0](https://github.com/poowf/eth-chainlist/commit/35c9ac0e102b84794203c2eb0371f63ef2a982f5))
|
10
|
+
|
3
11
|
### 0.0.621 (2025-02-23)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -20041,23 +20041,25 @@ const chainArray = [
|
|
20041
20041
|
},
|
20042
20042
|
{
|
20043
20043
|
name: 'edeXa Mainnet',
|
20044
|
-
chain: 'edeXa
|
20044
|
+
chain: 'edeXa',
|
20045
20045
|
rpc: [
|
20046
20046
|
'https://mainnet.edexa.network/rpc',
|
20047
|
-
'
|
20047
|
+
'wss://mainnet.edexa.network/wss',
|
20048
|
+
'https://mainnet.edexa.com/rpc',
|
20049
|
+
'wss://mainnet.edexa.com/wss'
|
20048
20050
|
],
|
20049
20051
|
faucets: [],
|
20050
20052
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20051
|
-
nativeCurrency: { name: '
|
20053
|
+
nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
|
20052
20054
|
infoURL: 'https://edexa.network/',
|
20053
|
-
shortName: '
|
20055
|
+
shortName: 'edx',
|
20054
20056
|
chainId: 5424,
|
20055
20057
|
networkId: 5424,
|
20056
20058
|
slip44: 1,
|
20057
20059
|
icon: 'edexa',
|
20058
20060
|
explorers: [
|
20059
20061
|
{
|
20060
|
-
name: 'edexa-mainnet',
|
20062
|
+
name: 'edexa-mainnet-explorer',
|
20061
20063
|
url: 'https://explorer.edexa.network',
|
20062
20064
|
standard: 'EIP3091'
|
20063
20065
|
}
|
@@ -21554,7 +21556,7 @@ const chainArray = [
|
|
21554
21556
|
explorers: [
|
21555
21557
|
{
|
21556
21558
|
name: 'Bitrock Explorer',
|
21557
|
-
url: 'https://
|
21559
|
+
url: 'https://brockscan.io',
|
21558
21560
|
standard: 'EIP3091'
|
21559
21561
|
}
|
21560
21562
|
]
|
@@ -33690,7 +33692,7 @@ const chainArray = [
|
|
33690
33692
|
{
|
33691
33693
|
name: 'Berachain Bepolia',
|
33692
33694
|
chain: 'Berachain',
|
33693
|
-
rpc: [ 'https://
|
33695
|
+
rpc: [ 'https://bepolia.rpc.berachain.com' ],
|
33694
33696
|
faucets: [],
|
33695
33697
|
nativeCurrency: { name: 'Testnet BERA Token', symbol: 'BERA', decimals: 18 },
|
33696
33698
|
infoURL: 'https://www.berachain.com',
|
@@ -33727,11 +33729,9 @@ const chainArray = [
|
|
33727
33729
|
{
|
33728
33730
|
name: 'Berachain Artio',
|
33729
33731
|
chain: 'Berachain Artio',
|
33730
|
-
|
33731
|
-
|
33732
|
-
|
33733
|
-
],
|
33734
|
-
faucets: [ 'https://artio.faucet.berachain.com' ],
|
33732
|
+
status: 'deprecated',
|
33733
|
+
rpc: [],
|
33734
|
+
faucets: [],
|
33735
33735
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
33736
33736
|
infoURL: 'https://www.berachain.com',
|
33737
33737
|
shortName: 'berachainArtio',
|
@@ -39230,7 +39230,7 @@ const chainArray = [
|
|
39230
39230
|
explorers: [
|
39231
39231
|
{
|
39232
39232
|
name: 'Hetu Testnet Scan',
|
39233
|
-
url: '
|
39233
|
+
url: 'https://testchainv1.hetuscan.com',
|
39234
39234
|
icon: 'hetu',
|
39235
39235
|
standard: 'EIP3091'
|
39236
39236
|
}
|
@@ -40601,6 +40601,26 @@ const chainArray = [
|
|
40601
40601
|
}
|
40602
40602
|
]
|
40603
40603
|
},
|
40604
|
+
{
|
40605
|
+
name: 'Naga Testnet',
|
40606
|
+
chain: 'Naga',
|
40607
|
+
rpc: [ 'https://rpc.nagafintech.com', 'wss://rpc.nagafintech.com' ],
|
40608
|
+
faucets: [],
|
40609
|
+
nativeCurrency: { name: 'Naga', symbol: 'Naga', decimals: 18 },
|
40610
|
+
infoURL: 'https://stablecoin.nagafintech.com/#/app/home',
|
40611
|
+
shortName: 'Naga',
|
40612
|
+
chainId: 1008686,
|
40613
|
+
networkId: 1008686,
|
40614
|
+
icon: 'naga',
|
40615
|
+
explorers: [
|
40616
|
+
{
|
40617
|
+
name: 'Naga Explorer Testnet',
|
40618
|
+
url: 'https://explorer.nagafintech.com',
|
40619
|
+
icon: 'naga',
|
40620
|
+
standard: 'EIP3091'
|
40621
|
+
}
|
40622
|
+
]
|
40623
|
+
},
|
40604
40624
|
{
|
40605
40625
|
name: 'Netmind Chain Testnet',
|
40606
40626
|
title: 'NetMind Chain Testnet',
|