eth-chainlist 0.0.472 → 0.0.473

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.473 (2024-08-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.472 ([540d955](https://github.com/poowf/eth-chainlist/commit/540d9550905b52b40db3d284d0177adaa0f322e8))
9
+ * update chain data ([ebdd495](https://github.com/poowf/eth-chainlist/commit/ebdd4954659524d9c31940da46f3f59da68f137c))
10
+
3
11
  ### 0.0.472 (2024-08-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -23552,6 +23552,26 @@ const chainArray = [
23552
23552
  }
23553
23553
  ]
23554
23554
  },
23555
+ {
23556
+ name: 'Lestnet',
23557
+ chain: 'LETH',
23558
+ rpc: [ 'https://service.lestnet.org' ],
23559
+ faucets: [],
23560
+ nativeCurrency: { name: 'Lestnet Ether', symbol: 'LETH', decimals: 18 },
23561
+ infoURL: 'https://lestnet.org',
23562
+ shortName: 'leth',
23563
+ chainId: 21363,
23564
+ networkId: 21363,
23565
+ icon: 'lestnet',
23566
+ explorers: [
23567
+ {
23568
+ name: 'Lestnet Explorer',
23569
+ url: 'https://explore.lestnet.org',
23570
+ icon: 'blockscout',
23571
+ standard: 'EIP3091'
23572
+ }
23573
+ ]
23574
+ },
23555
23575
  {
23556
23576
  name: 'omChain Mainnet',
23557
23577
  chain: 'OML',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.472",
3
+ "version": "0.0.473",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {