eth-chainlist 0.0.678 → 0.0.680

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.680 (2025-08-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.679 ([bf74b4f](https://github.com/poowf/eth-chainlist/commit/bf74b4f9d9ccca2b801705bc859ff60ee83bde9d))
9
+ * update chain data ([1317a9a](https://github.com/poowf/eth-chainlist/commit/1317a9a7e5fdba57986b301f9d0822cb0d1927eb))
10
+
11
+ ### 0.0.679 (2025-08-08)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.678 ([5d39b9c](https://github.com/poowf/eth-chainlist/commit/5d39b9cd33a733b872912b2488ebc9f75415c99a))
17
+ * update chain data ([30edce7](https://github.com/poowf/eth-chainlist/commit/30edce73de697fc270c79e8857bac22f1d82d29d))
18
+
3
19
  ### 0.0.678 (2025-08-01)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -25326,6 +25326,19 @@ const chainArray = [
25326
25326
  bridges: [ { url: 'https://gateway.boba.network' } ]
25327
25327
  }
25328
25328
  },
25329
+ {
25330
+ name: 'Plasma Mainnet',
25331
+ chain: 'Plasma',
25332
+ rpc: [],
25333
+ faucets: [],
25334
+ nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18 },
25335
+ infoURL: 'https://plasma.to',
25336
+ shortName: 'plasma-mainnet',
25337
+ chainId: 9745,
25338
+ networkId: 9745,
25339
+ icon: 'plasma',
25340
+ explorers: []
25341
+ },
25329
25342
  {
25330
25343
  name: 'Plasma Testnet',
25331
25344
  chain: 'Plasma',
@@ -25333,15 +25346,14 @@ const chainArray = [
25333
25346
  faucets: [],
25334
25347
  nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
25335
25348
  infoURL: 'https://plasma.to',
25336
- shortName: 'plasma',
25349
+ shortName: 'plasma-testnet',
25337
25350
  chainId: 9746,
25338
25351
  networkId: 9746,
25339
25352
  icon: 'plasma',
25340
25353
  explorers: [
25341
25354
  {
25342
- name: 'RouteScan',
25343
- url: 'https://testnet.plasmaexplorer.io',
25344
- icon: 'plasma',
25355
+ name: 'Routescan',
25356
+ url: 'https://testnet.plasmascan.to',
25345
25357
  standard: 'EIP3091'
25346
25358
  }
25347
25359
  ]
@@ -31541,6 +31553,11 @@ const chainArray = [
31541
31553
  rpc: [ 'https://forno.celo.org', 'wss://forno.celo.org/ws' ],
31542
31554
  faucets: [],
31543
31555
  infoURL: 'https://docs.celo.org/',
31556
+ parent: {
31557
+ type: 'L2',
31558
+ chain: 'eip155-1',
31559
+ bridges: [ { url: 'https://superbridge.app/celo' } ]
31560
+ },
31544
31561
  explorers: [
31545
31562
  {
31546
31563
  name: 'Celoscan',
@@ -31549,8 +31566,8 @@ const chainArray = [
31549
31566
  },
31550
31567
  {
31551
31568
  name: 'blockscout',
31552
- url: 'https://explorer.celo.org',
31553
- standard: 'none'
31569
+ url: 'https://celo.blockscout.com',
31570
+ standard: 'EIP3091'
31554
31571
  }
31555
31572
  ]
31556
31573
  },
@@ -37798,6 +37815,27 @@ const chainArray = [
37798
37815
  }
37799
37816
  ]
37800
37817
  },
37818
+ {
37819
+ name: 'Sova Sepolia Testnet',
37820
+ chain: 'ETH',
37821
+ icon: 'sova',
37822
+ rpc: [ 'https://rpc.testnet.sova.io' ],
37823
+ faucets: [],
37824
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
37825
+ infoURL: 'https://sova.io',
37826
+ shortName: 'sovasep',
37827
+ chainId: 120893,
37828
+ networkId: 120893,
37829
+ slip44: 1,
37830
+ explorers: [
37831
+ {
37832
+ name: 'blockscout',
37833
+ url: 'https://explorer.testnet.sova.io',
37834
+ icon: 'blockscout',
37835
+ standard: 'EIP3091'
37836
+ }
37837
+ ]
37838
+ },
37801
37839
  {
37802
37840
  name: 'Rome Devnet Esquiline',
37803
37841
  chain: 'ROME',
@@ -44482,6 +44520,36 @@ const chainArray = [
44482
44520
  }
44483
44521
  ]
44484
44522
  },
44523
+ {
44524
+ name: 'Celo Sepolia Testnet',
44525
+ chainId: 11142220,
44526
+ shortName: 'celo-sep',
44527
+ chain: 'CELO',
44528
+ networkId: 11142220,
44529
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
44530
+ slip44: 60,
44531
+ nativeCurrency: { name: 'CELO-S', symbol: 'CELO', decimals: 18 },
44532
+ parent: {
44533
+ type: 'L2',
44534
+ chain: 'eip155-11155111',
44535
+ bridges: [
44536
+ {
44537
+ url: 'https://superbridge.app/?fromChainId=11155111&toChainId=11142220'
44538
+ }
44539
+ ]
44540
+ },
44541
+ rpc: [ 'https://forno.celo-sepolia.celo-testnet.org' ],
44542
+ faucets: [ 'https://faucet.celo.org' ],
44543
+ infoURL: 'https://docs.celo.org',
44544
+ explorers: [
44545
+ {
44546
+ name: 'Celo Sepolia Explorer',
44547
+ url: 'https://celo-sepolia.blockscout.com',
44548
+ icon: 'blockscout',
44549
+ standard: 'EIP3091'
44550
+ }
44551
+ ]
44552
+ },
44485
44553
  {
44486
44554
  name: 'Blessnet Sepolia',
44487
44555
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.678",
3
+ "version": "0.0.680",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {