eth-chainlist 0.0.795 → 0.0.797

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.797 (2026-07-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.796 ([bf2929f](https://github.com/poowf/eth-chainlist/commit/bf2929f5c833a992e657eb624dceeefd01674894))
9
+ * update chain data ([c31275f](https://github.com/poowf/eth-chainlist/commit/c31275f477ce2dbb0630a8f18ef4c89e8918cb55))
10
+
11
+ ### 0.0.796 (2026-07-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.795 ([cbe730f](https://github.com/poowf/eth-chainlist/commit/cbe730f4b008298e89ec2738d598a344aff75e5f))
17
+ * update chain data ([f53b9ae](https://github.com/poowf/eth-chainlist/commit/f53b9aed82ba66ce17196505ae23fc9c0c4c86ec))
18
+
3
19
  ### 0.0.795 (2026-07-27)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -11104,6 +11104,26 @@ const chainArray = [
11104
11104
  }
11105
11105
  ]
11106
11106
  },
11107
+ {
11108
+ name: 'DIA Lasernet Mainnet',
11109
+ chain: 'DIA',
11110
+ icon: 'dia',
11111
+ rpc: [ 'https://rpc.diadata.org' ],
11112
+ faucets: [],
11113
+ nativeCurrency: { name: 'DIA Token', symbol: 'DIA', decimals: 18 },
11114
+ infoURL: 'https://www.diadata.org',
11115
+ shortName: 'DIA',
11116
+ chainId: 1050,
11117
+ networkId: 1050,
11118
+ explorers: [
11119
+ {
11120
+ name: 'blockscout',
11121
+ url: 'https://explorer.diadata.org',
11122
+ standard: 'EIP3091',
11123
+ icon: 'dia'
11124
+ }
11125
+ ]
11126
+ },
11107
11127
  {
11108
11128
  name: 'OpenGPU Mainnet',
11109
11129
  chain: 'OGPU',
@@ -12942,20 +12962,20 @@ const chainArray = [
12942
12962
  icon: 'alyx'
12943
12963
  },
12944
12964
  {
12945
- name: 'Story Aeneid Testnet',
12946
- chain: 'Story Aeneid Testnet',
12947
- rpc: [ 'https://aeneid.storyrpc.io' ],
12965
+ name: 'Data Network Aeneid Testnet',
12966
+ chain: 'DATA',
12967
+ rpc: [ 'https://aeneid.datarpc.io' ],
12948
12968
  faucets: [],
12949
- nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
12950
- infoURL: 'https://story.foundation/',
12951
- icon: 'story',
12952
- shortName: 'story-aeneid',
12969
+ nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
12970
+ infoURL: 'https://datafdn.org/',
12971
+ icon: 'data',
12972
+ shortName: 'data-aeneid',
12953
12973
  chainId: 1315,
12954
12974
  networkId: 1315,
12955
12975
  explorers: [
12956
12976
  {
12957
12977
  name: 'blockscout',
12958
- url: 'https://aeneid.storyscan.xyz',
12978
+ url: 'https://aeneid.datanetscan.io',
12959
12979
  standard: 'EIP3091'
12960
12980
  }
12961
12981
  ]
@@ -13722,20 +13742,20 @@ const chainArray = [
13722
13742
  ]
13723
13743
  },
13724
13744
  {
13725
- name: 'Story',
13726
- chain: 'STORY',
13727
- rpc: [ 'https://mainnet.storyrpc.io' ],
13745
+ name: 'Data Network',
13746
+ chain: 'DATA',
13747
+ rpc: [ 'https://mainnet.datarpc.io' ],
13728
13748
  faucets: [],
13729
- nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
13730
- infoURL: 'https://story.foundation/',
13731
- icon: 'story',
13732
- shortName: 'sty',
13749
+ nativeCurrency: { name: 'DATA', symbol: 'DATA', decimals: 18 },
13750
+ infoURL: 'https://datafdn.org/',
13751
+ icon: 'data',
13752
+ shortName: 'data',
13733
13753
  chainId: 1514,
13734
13754
  networkId: 1514,
13735
13755
  explorers: [
13736
13756
  {
13737
13757
  name: 'blockscout',
13738
- url: 'https://mainnet.storyscan.xyz',
13758
+ url: 'https://datanetscan.io',
13739
13759
  standard: 'EIP3091'
13740
13760
  }
13741
13761
  ]
@@ -23972,6 +23992,26 @@ const chainArray = [
23972
23992
  }
23973
23993
  ]
23974
23994
  },
23995
+ {
23996
+ name: 'Vexanium Mainnet',
23997
+ chain: 'VEX',
23998
+ icon: 'vex',
23999
+ rpc: [ 'https://vexascan.com/rpc' ],
24000
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24001
+ faucets: [],
24002
+ nativeCurrency: { name: 'VEX', symbol: 'VEX', decimals: 18 },
24003
+ infoURL: 'https://vexanium.com',
24004
+ shortName: 'vex-mainnet',
24005
+ chainId: 6736,
24006
+ networkId: 6736,
24007
+ explorers: [
24008
+ {
24009
+ name: 'vexascan',
24010
+ url: 'https://vexascan.com/evm',
24011
+ standard: 'EIP3091'
24012
+ }
24013
+ ]
24014
+ },
23975
24015
  {
23976
24016
  name: 'Compverse Mainnet',
23977
24017
  chain: 'CPV',
@@ -29045,6 +29085,25 @@ const chainArray = [
29045
29085
  }
29046
29086
  ]
29047
29087
  },
29088
+ {
29089
+ name: 'Limonata Testnet',
29090
+ chain: 'LIMO',
29091
+ rpc: [ 'https://rpc.limonata.xyz' ],
29092
+ faucets: [ 'https://faucet.limonata.xyz' ],
29093
+ nativeCurrency: { name: 'Limonata', symbol: 'LIMO', decimals: 18 },
29094
+ infoURL: 'https://limonata.xyz',
29095
+ shortName: 'limonata-testnet',
29096
+ chainId: 10777,
29097
+ networkId: 10777,
29098
+ slip44: 1,
29099
+ explorers: [
29100
+ {
29101
+ name: 'Limonata Explorer',
29102
+ url: 'https://explorer.limonata.xyz',
29103
+ standard: 'EIP3091'
29104
+ }
29105
+ ]
29106
+ },
29048
29107
  {
29049
29108
  name: 'TrustBitcoin Mainnet',
29050
29109
  chain: 'TBC',
@@ -47691,9 +47750,9 @@ const chainArray = [
47691
47750
  chain: 'GMB',
47692
47751
  icon: 'gemba',
47693
47752
  rpc: [
47694
- 'https://testnet.gembascan.io/rpc',
47695
47753
  'https://rpc1.gembascan.io',
47696
- 'https://rpc2.gembascan.io'
47754
+ 'https://rpc2.gembascan.io',
47755
+ 'https://rpc3.gembascan.io'
47697
47756
  ],
47698
47757
  faucets: [],
47699
47758
  nativeCurrency: { name: 'Gemba', symbol: 'GMB', decimals: 18 },
@@ -53397,6 +53456,20 @@ const chainArray = [
53397
53456
  }
53398
53457
  ]
53399
53458
  },
53459
+ {
53460
+ name: 'Crynux on Near',
53461
+ chain: 'ETH',
53462
+ rpc: [ 'https://json-rpc.near.crynux.io' ],
53463
+ faucets: [],
53464
+ nativeCurrency: { name: 'Crynux', symbol: 'CNX', decimals: 18 },
53465
+ infoURL: 'https://crynux.io',
53466
+ shortName: 'crynux-near',
53467
+ chainId: 1313161911,
53468
+ networkId: 1313161911,
53469
+ icon: 'crynux',
53470
+ explorers: [],
53471
+ parent: { type: 'L2', chain: 'eip155-397' }
53472
+ },
53400
53473
  {
53401
53474
  name: 'SKALE Titan Hub',
53402
53475
  chain: 'parallel-stormy-spica',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.795",
3
+ "version": "0.0.797",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {