eth-chainlist 0.0.796 → 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,13 @@
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
+
3
11
  ### 0.0.796 (2026-07-30)
4
12
 
5
13
 
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',
@@ -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',
@@ -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.796",
3
+ "version": "0.0.797",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {