eth-chainlist 0.0.340 → 0.0.341

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.341 (2024-02-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.340 ([e063f16](https://github.com/poowf/eth-chainlist/commit/e063f1661632b7f40ef6df43176a346ee0a64137))
9
+ * update chain data ([78a847d](https://github.com/poowf/eth-chainlist/commit/78a847d8e7ac24a58ccbf728f3ef53e06edfd2d6))
10
+
3
11
  ### 0.0.340 (2024-02-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -15371,6 +15371,27 @@ const chainArray = [
15371
15371
  }
15372
15372
  ]
15373
15373
  },
15374
+ {
15375
+ name: 'Dela Sepolia Testnet',
15376
+ chain: 'ETH',
15377
+ rpc: [ 'https://sepolia-dela.deperp.com' ],
15378
+ faucets: [],
15379
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
15380
+ infoURL: 'https://www.deperp.com/dela',
15381
+ shortName: 'delasep',
15382
+ chainId: 9393,
15383
+ networkId: 9393,
15384
+ slip44: 1,
15385
+ icon: 'delaTestnet',
15386
+ explorers: [
15387
+ {
15388
+ name: 'basescout',
15389
+ url: 'https://sepolia-delascan.deperp.com',
15390
+ icon: 'blockscout',
15391
+ standard: 'EIP3091'
15392
+ }
15393
+ ]
15394
+ },
15374
15395
  {
15375
15396
  name: 'Evoke Mainnet',
15376
15397
  chain: 'MTHN',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.340",
3
+ "version": "0.0.341",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {