eth-chainlist 0.0.620 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.621 (2025-02-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.620 ([75b80f9](https://github.com/poowf/eth-chainlist/commit/75b80f9958623f224058bb46deb388933b4b4afa))
17
+ * update chain data ([254f69f](https://github.com/poowf/eth-chainlist/commit/254f69f51dd3a244c9a308030bb179a575b5685c))
18
+
3
19
  ### 0.0.620 (2025-02-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -20041,23 +20041,25 @@ const chainArray = [
20041
20041
  },
20042
20042
  {
20043
20043
  name: 'edeXa Mainnet',
20044
- chain: 'edeXa Network',
20044
+ chain: 'edeXa',
20045
20045
  rpc: [
20046
20046
  'https://mainnet.edexa.network/rpc',
20047
- 'https://mainnet.edexa.com/rpc'
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: 'EDEXA', symbol: 'EDX', decimals: 18 },
20053
+ nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
20052
20054
  infoURL: 'https://edexa.network/',
20053
- shortName: 'edeXa',
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://explorer.bit-rock.io',
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://testnet.rpc.berachain.com' ],
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
- rpc: [
33731
- 'https://artio.rpc.berachain.com',
33732
- 'https://rpc.ankr.com/berachain_testnet'
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',
@@ -39217,6 +39217,25 @@ const chainArray = [
39217
39217
  ],
39218
39218
  parent: { type: 'L2', chain: 'eip155-1' }
39219
39219
  },
39220
+ {
39221
+ name: 'Hetu Testnet',
39222
+ chain: 'HETU',
39223
+ rpc: [ 'https://rpc.testchainv1.hetuscan.com' ],
39224
+ faucets: [ 'https:/testchainv1.hetuscan.com' ],
39225
+ nativeCurrency: { name: 'tETH', symbol: 'tETH', decimals: 18 },
39226
+ infoURL: 'https://hetu.org',
39227
+ shortName: 'HETU',
39228
+ chainId: 560000,
39229
+ networkId: 560000,
39230
+ explorers: [
39231
+ {
39232
+ name: 'Hetu Testnet Scan',
39233
+ url: 'https://testchainv1.hetuscan.com',
39234
+ icon: 'hetu',
39235
+ standard: 'EIP3091'
39236
+ }
39237
+ ]
39238
+ },
39220
39239
  {
39221
39240
  name: 'DJT Testnet',
39222
39241
  chain: 'DJT',
@@ -40582,6 +40601,26 @@ const chainArray = [
40582
40601
  }
40583
40602
  ]
40584
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
+ },
40585
40624
  {
40586
40625
  name: 'Netmind Chain Testnet',
40587
40626
  title: 'NetMind Chain Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.620",
3
+ "version": "0.0.622",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {