eth-chainlist 0.0.679 → 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,13 @@
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
+
3
11
  ### 0.0.679 (2025-08-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -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
  },
@@ -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.680",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {