eth-chainlist 0.0.676 → 0.0.677

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.677 (2025-07-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.676 ([9bbc431](https://github.com/poowf/eth-chainlist/commit/9bbc431e0f4f0bed6bcba7705d5296d4e31f462b))
9
+ * update chain data ([7012963](https://github.com/poowf/eth-chainlist/commit/70129632604e4d9172599fdc8fd430f92b58d19e))
10
+
3
11
  ### 0.0.676 (2025-07-29)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3553,6 +3553,25 @@ const chainArray = [
3553
3553
  networkId: 172,
3554
3554
  slip44: 1
3555
3555
  },
3556
+ {
3557
+ name: 'ENI Mainnet',
3558
+ chain: 'ENI',
3559
+ rpc: [ 'https://rpc.eniac.network' ],
3560
+ faucets: [],
3561
+ nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
3562
+ infoURL: 'https://eniac.network/',
3563
+ shortName: 'eni',
3564
+ chainId: 173,
3565
+ networkId: 173,
3566
+ icon: 'eni',
3567
+ explorers: [
3568
+ {
3569
+ name: 'ENI Explorer',
3570
+ url: 'https://scan.eniac.network',
3571
+ standard: 'EIP3091'
3572
+ }
3573
+ ]
3574
+ },
3556
3575
  {
3557
3576
  name: 'OTC',
3558
3577
  chain: 'OTC',
@@ -4861,9 +4880,9 @@ const chainArray = [
4861
4880
  'wss://fraxtal-rpc.publicnode.com'
4862
4881
  ],
4863
4882
  faucets: [],
4864
- nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
4883
+ nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
4865
4884
  infoURL: 'https://mainnet.frax.com',
4866
- shortName: 'fraxtal',
4885
+ shortName: 'frax',
4867
4886
  chainId: 252,
4868
4887
  networkId: 252,
4869
4888
  icon: 'fraxtal',
@@ -21061,8 +21080,8 @@ const chainArray = [
21061
21080
  name: 'Tanssi Demo',
21062
21081
  chain: 'TANGO',
21063
21082
  rpc: [
21064
- 'https://dancebox-3001.tanssi-api.network',
21065
- 'wss://dancebox-3001.tanssi-api.network'
21083
+ 'https://dancelight-2001.tanssi-api.network',
21084
+ 'wss://dancelight-2001.tanssi-api.network'
21066
21085
  ],
21067
21086
  faucets: [ 'https://apps.tanssi.network/demo' ],
21068
21087
  nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
@@ -21073,7 +21092,7 @@ const chainArray = [
21073
21092
  explorers: [
21074
21093
  {
21075
21094
  name: 'BlockScout',
21076
- url: 'https://fra-dancebox-3001-bs.a.dancebox.tanssi.network',
21095
+ url: 'https://dancelight-2001-blockscout.tanssi-chains.network',
21077
21096
  standard: 'EIP3091'
21078
21097
  }
21079
21098
  ]
@@ -43953,6 +43972,25 @@ const chainArray = [
43953
43972
  }
43954
43973
  ]
43955
43974
  },
43975
+ {
43976
+ name: 'ENI Testnet',
43977
+ chain: 'ENI',
43978
+ rpc: [ 'https://rpc-testnet.eniac.network' ],
43979
+ faucets: [],
43980
+ nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
43981
+ infoURL: 'https://eniac.network/',
43982
+ shortName: 'eni-test',
43983
+ chainId: 6912115,
43984
+ networkId: 6912115,
43985
+ icon: 'eni-test',
43986
+ explorers: [
43987
+ {
43988
+ name: 'ENI Testnet Explorer',
43989
+ url: 'https://scan-testnet.eniac.network',
43990
+ standard: 'EIP3091'
43991
+ }
43992
+ ]
43993
+ },
43956
43994
  {
43957
43995
  name: 'Humanity Protocol',
43958
43996
  chain: 'Humanity',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.676",
3
+ "version": "0.0.677",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {