eth-chainlist 0.0.688 → 0.0.690

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.690 (2025-09-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.689 ([ad9072e](https://github.com/poowf/eth-chainlist/commit/ad9072eeed82ce4eefb5a828575b589010ec4509))
9
+ * update chain data ([5137ff8](https://github.com/poowf/eth-chainlist/commit/5137ff80712818e599f1a46c5a849eb45de812cf))
10
+
11
+ ### 0.0.689 (2025-09-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.688 ([7a78711](https://github.com/poowf/eth-chainlist/commit/7a7871119a25fea6642b538f01835dea163193cc))
17
+ * update chain data ([e4f9615](https://github.com/poowf/eth-chainlist/commit/e4f96153ce1451a37a2415eadc45fc76f4d30ddb))
18
+
3
19
  ### 0.0.688 (2025-09-20)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3563,7 +3563,7 @@ const chainArray = [
3563
3563
  {
3564
3564
  name: 'ENI Mainnet',
3565
3565
  chain: 'ENI',
3566
- rpc: [ 'https://rpc.eniac.network' ],
3566
+ rpc: [ 'https://rpc.eniac.network', 'wss://rpc.eniac.network/ws/' ],
3567
3567
  faucets: [],
3568
3568
  nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
3569
3569
  infoURL: 'https://eniac.network/',
@@ -28242,7 +28242,8 @@ const chainArray = [
28242
28242
  {
28243
28243
  name: '0G-Newton-Testnet',
28244
28244
  chain: '0G-Testnet',
28245
- rpc: [ 'https://evmrpc-testnet.0g.ai' ],
28245
+ status: 'deprecated',
28246
+ rpc: [],
28246
28247
  faucets: [ 'https://faucet.0g.ai' ],
28247
28248
  nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
28248
28249
  infoURL: 'https://0g.ai',
@@ -28250,14 +28251,40 @@ const chainArray = [
28250
28251
  chainId: 16600,
28251
28252
  networkId: 16600,
28252
28253
  icon: '0gai',
28254
+ explorers: []
28255
+ },
28256
+ {
28257
+ name: '0G-Galileo-Testnet',
28258
+ chain: '0G-Testnet',
28259
+ rpc: [ 'https://evmrpc-testnet.0g.ai' ],
28260
+ faucets: [ 'https://faucet.0g.ai' ],
28261
+ nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
28262
+ infoURL: 'https://0g.ai',
28263
+ shortName: '0gai-galileo-testnet',
28264
+ chainId: 16601,
28265
+ networkId: 16601,
28266
+ icon: '0gai',
28253
28267
  explorers: [
28254
28268
  {
28255
28269
  name: '0G BlockChain Explorer',
28256
- url: 'https://chainscan-newton.0g.ai',
28257
- standard: 'none'
28270
+ url: 'https://chainscan-galileo.0g.ai',
28271
+ standard: 'EIP3091'
28258
28272
  }
28259
28273
  ]
28260
28274
  },
28275
+ {
28276
+ name: '0G Mainnet',
28277
+ chain: '0G',
28278
+ rpc: [ 'https://evmrpc.0g.ai' ],
28279
+ faucets: [],
28280
+ nativeCurrency: { name: '0G', symbol: '0G', decimals: 18 },
28281
+ infoURL: 'https://0g.ai',
28282
+ shortName: '0g',
28283
+ chainId: 16661,
28284
+ networkId: 16661,
28285
+ icon: '0g',
28286
+ explorers: []
28287
+ },
28261
28288
  {
28262
28289
  name: 'IRIShub Testnet',
28263
28290
  chain: 'IRIShub',
@@ -43484,6 +43511,36 @@ const chainArray = [
43484
43511
  networkId: 1998991,
43485
43512
  explorers: []
43486
43513
  },
43514
+ {
43515
+ name: 'Jovay Sepolia Testnet',
43516
+ chain: 'ETH',
43517
+ status: 'active',
43518
+ rpc: [
43519
+ 'https://api.zan.top/public/jovay-testnet',
43520
+ 'https://api.zan.top/node/v1/jovay/testnet/${ZAN_API_KEY}',
43521
+ 'wss://api.zan.top/node/ws/v1/jovay/testnet/${ZAN_API_KEY}'
43522
+ ],
43523
+ faucets: [ 'https://zan.top/faucet/jovay' ],
43524
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
43525
+ infoURL: 'https://jovay.io',
43526
+ shortName: 'jovay-sepolia',
43527
+ chainId: 2019775,
43528
+ networkId: 2019775,
43529
+ icon: 'jovay',
43530
+ slip44: 1,
43531
+ explorers: [
43532
+ {
43533
+ name: 'Jovay Testnet Explorer',
43534
+ url: 'https://sepolia-explorer.jovay.io/l2',
43535
+ standard: 'none'
43536
+ }
43537
+ ],
43538
+ parent: {
43539
+ type: 'L2',
43540
+ chain: 'eip155-11155111',
43541
+ bridges: [ { url: 'https://docs.jovay.io/guide/developer-quickstart' } ]
43542
+ }
43543
+ },
43487
43544
  {
43488
43545
  name: 'DeBank Testnet',
43489
43546
  chain: 'DeBank',
@@ -44088,6 +44145,31 @@ const chainArray = [
44088
44145
  }
44089
44146
  ]
44090
44147
  },
44148
+ {
44149
+ name: 'Jovay Mainnet',
44150
+ chain: 'ETH',
44151
+ status: 'incubating',
44152
+ rpc: [
44153
+ 'https://api.zan.top/public/jovay-mainnet',
44154
+ 'https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}',
44155
+ 'wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}'
44156
+ ],
44157
+ faucets: [],
44158
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
44159
+ infoURL: 'https://jovay.io',
44160
+ shortName: 'jovay',
44161
+ chainId: 5734951,
44162
+ networkId: 5734951,
44163
+ icon: 'jovay',
44164
+ explorers: [
44165
+ {
44166
+ name: 'Jovay Explorer',
44167
+ url: 'https://explorer.jovay.io',
44168
+ standard: 'none'
44169
+ }
44170
+ ],
44171
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
44172
+ },
44091
44173
  {
44092
44174
  name: 'Astar zKyoto',
44093
44175
  shortName: 'azkyt',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.688",
3
+ "version": "0.0.690",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {