eth-chainlist 0.0.679 → 0.0.681

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.681 (2025-08-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.680 ([4d44f06](https://github.com/poowf/eth-chainlist/commit/4d44f061a2aeee858956b4a850bd3d2836d72a01))
9
+ * update chain data ([7783c5f](https://github.com/poowf/eth-chainlist/commit/7783c5f51f41290a36e5d16bbcee68337ffb7422))
10
+
11
+ ### 0.0.680 (2025-08-14)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.679 ([bf74b4f](https://github.com/poowf/eth-chainlist/commit/bf74b4f9d9ccca2b801705bc859ff60ee83bde9d))
17
+ * update chain data ([1317a9a](https://github.com/poowf/eth-chainlist/commit/1317a9a7e5fdba57986b301f9d0822cb0d1927eb))
18
+
3
19
  ### 0.0.679 (2025-08-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3558,7 +3558,7 @@ const chainArray = [
3558
3558
  chain: 'ENI',
3559
3559
  rpc: [ 'https://rpc.eniac.network' ],
3560
3560
  faucets: [],
3561
- nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
3561
+ nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
3562
3562
  infoURL: 'https://eniac.network/',
3563
3563
  shortName: 'eni',
3564
3564
  chainId: 173,
@@ -31553,6 +31553,11 @@ const chainArray = [
31553
31553
  rpc: [ 'https://forno.celo.org', 'wss://forno.celo.org/ws' ],
31554
31554
  faucets: [],
31555
31555
  infoURL: 'https://docs.celo.org/',
31556
+ parent: {
31557
+ type: 'L2',
31558
+ chain: 'eip155-1',
31559
+ bridges: [ { url: 'https://superbridge.app/celo' } ]
31560
+ },
31556
31561
  explorers: [
31557
31562
  {
31558
31563
  name: 'Celoscan',
@@ -31561,8 +31566,8 @@ const chainArray = [
31561
31566
  },
31562
31567
  {
31563
31568
  name: 'blockscout',
31564
- url: 'https://explorer.celo.org',
31565
- standard: 'none'
31569
+ url: 'https://celo.blockscout.com',
31570
+ standard: 'EIP3091'
31566
31571
  }
31567
31572
  ]
31568
31573
  },
@@ -44019,7 +44024,7 @@ const chainArray = [
44019
44024
  chain: 'ENI',
44020
44025
  rpc: [ 'https://rpc-testnet.eniac.network' ],
44021
44026
  faucets: [],
44022
- nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
44027
+ nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
44023
44028
  infoURL: 'https://eniac.network/',
44024
44029
  shortName: 'eni-test',
44025
44030
  chainId: 6912115,
@@ -44515,6 +44520,36 @@ const chainArray = [
44515
44520
  }
44516
44521
  ]
44517
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
+ },
44518
44553
  {
44519
44554
  name: 'Blessnet Sepolia',
44520
44555
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.679",
3
+ "version": "0.0.681",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {