eth-chainlist 0.0.687 → 0.0.689

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.689 (2025-09-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.688 ([7a78711](https://github.com/poowf/eth-chainlist/commit/7a7871119a25fea6642b538f01835dea163193cc))
9
+ * update chain data ([e4f9615](https://github.com/poowf/eth-chainlist/commit/e4f96153ce1451a37a2415eadc45fc76f4d30ddb))
10
+
11
+ ### 0.0.688 (2025-09-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.687 ([7f8155c](https://github.com/poowf/eth-chainlist/commit/7f8155c341e9d7ac6a667555a6f9009947457286))
17
+ * update chain data ([67e1ed0](https://github.com/poowf/eth-chainlist/commit/67e1ed0a906402c15f3e3ed265a5d9e099856e97))
18
+
3
19
  ### 0.0.687 (2025-09-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -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',
@@ -37264,6 +37291,26 @@ const chainArray = [
37264
37291
  networkId: 100011,
37265
37292
  parent: { type: 'L2', chain: 'eip155-100000' }
37266
37293
  },
37294
+ {
37295
+ name: 'Sova',
37296
+ chain: 'ETH',
37297
+ icon: 'sova',
37298
+ rpc: [ 'https://rpc.sova.io' ],
37299
+ faucets: [],
37300
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
37301
+ infoURL: 'https://sova.io',
37302
+ shortName: 'sova',
37303
+ chainId: 100021,
37304
+ networkId: 100021,
37305
+ explorers: [
37306
+ {
37307
+ name: 'blockscout',
37308
+ url: 'https://explorer.sova.io',
37309
+ icon: 'blockscout',
37310
+ standard: 'EIP3091'
37311
+ }
37312
+ ]
37313
+ },
37267
37314
  {
37268
37315
  name: 'Deprecated CHI',
37269
37316
  chain: 'CHI1',
@@ -43464,6 +43511,36 @@ const chainArray = [
43464
43511
  networkId: 1998991,
43465
43512
  explorers: []
43466
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
+ },
43467
43544
  {
43468
43545
  name: 'DeBank Testnet',
43469
43546
  chain: 'DeBank',
@@ -44068,6 +44145,31 @@ const chainArray = [
44068
44145
  }
44069
44146
  ]
44070
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
+ },
44071
44173
  {
44072
44174
  name: 'Astar zKyoto',
44073
44175
  shortName: 'azkyt',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.687",
3
+ "version": "0.0.689",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {