eth-chainlist 0.0.795 → 0.0.796

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.796 (2026-07-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.795 ([cbe730f](https://github.com/poowf/eth-chainlist/commit/cbe730f4b008298e89ec2738d598a344aff75e5f))
9
+ * update chain data ([f53b9ae](https://github.com/poowf/eth-chainlist/commit/f53b9aed82ba66ce17196505ae23fc9c0c4c86ec))
10
+
3
11
  ### 0.0.795 (2026-07-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12942,20 +12942,20 @@ const chainArray = [
12942
12942
  icon: 'alyx'
12943
12943
  },
12944
12944
  {
12945
- name: 'Story Aeneid Testnet',
12946
- chain: 'Story Aeneid Testnet',
12947
- rpc: [ 'https://aeneid.storyrpc.io' ],
12948
- faucets: [],
12949
- nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12950
- infoURL: 'https://story.foundation/',
12951
- icon: 'story',
12952
- shortName: 'story-aeneid',
12945
+ name: 'Data Network Aeneid Testnet',
12946
+ chain: 'DATA',
12947
+ rpc: [ 'https://aeneid.datarpc.io' ],
12948
+ faucets: [],
12949
+ nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
12950
+ infoURL: 'https://datafdn.org/',
12951
+ icon: 'data',
12952
+ shortName: 'data-aeneid',
12953
12953
  chainId: 1315,
12954
12954
  networkId: 1315,
12955
12955
  explorers: [
12956
12956
  {
12957
12957
  name: 'blockscout',
12958
- url: 'https://aeneid.storyscan.xyz',
12958
+ url: 'https://aeneid.datanetscan.io',
12959
12959
  standard: 'EIP3091'
12960
12960
  }
12961
12961
  ]
@@ -13722,20 +13722,20 @@ const chainArray = [
13722
13722
  ]
13723
13723
  },
13724
13724
  {
13725
- name: 'Story',
13726
- chain: 'STORY',
13727
- rpc: [ 'https://mainnet.storyrpc.io' ],
13725
+ name: 'Data Network',
13726
+ chain: 'DATA',
13727
+ rpc: [ 'https://mainnet.datarpc.io' ],
13728
13728
  faucets: [],
13729
- nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
13730
- infoURL: 'https://story.foundation/',
13731
- icon: 'story',
13732
- shortName: 'sty',
13729
+ nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
13730
+ infoURL: 'https://datafdn.org/',
13731
+ icon: 'data',
13732
+ shortName: 'data',
13733
13733
  chainId: 1514,
13734
13734
  networkId: 1514,
13735
13735
  explorers: [
13736
13736
  {
13737
13737
  name: 'blockscout',
13738
- url: 'https://mainnet.storyscan.xyz',
13738
+ url: 'https://datanetscan.io',
13739
13739
  standard: 'EIP3091'
13740
13740
  }
13741
13741
  ]
@@ -47691,9 +47691,9 @@ const chainArray = [
47691
47691
  chain: 'GMB',
47692
47692
  icon: 'gemba',
47693
47693
  rpc: [
47694
- 'https://testnet.gembascan.io/rpc',
47695
47694
  'https://rpc1.gembascan.io',
47696
- 'https://rpc2.gembascan.io'
47695
+ 'https://rpc2.gembascan.io',
47696
+ 'https://rpc3.gembascan.io'
47697
47697
  ],
47698
47698
  faucets: [],
47699
47699
  nativeCurrency: { name: 'Gemba', symbol: 'GMB', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.795",
3
+ "version": "0.0.796",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {