eth-chainlist 0.0.538 → 0.0.539

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.539 (2024-11-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.538 ([b465586](https://github.com/poowf/eth-chainlist/commit/b4655869dad6f24e257938a70d64f93115a2685c))
9
+ * update chain data ([f54ed95](https://github.com/poowf/eth-chainlist/commit/f54ed957c552f0dcb7b3f5846fa88c46b66fba74))
10
+
3
11
  ### 0.0.538 (2024-11-13)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -14914,6 +14914,19 @@ const chainArray = [
14914
14914
  ],
14915
14915
  parent: { type: 'L2', chain: 'eip155-5' }
14916
14916
  },
14917
+ {
14918
+ name: 'K2 Testnet',
14919
+ chain: 'K2',
14920
+ icon: 'karak',
14921
+ rpc: [],
14922
+ faucets: [],
14923
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14924
+ infoURL: 'https://karak.network',
14925
+ shortName: 'K2-testnet',
14926
+ chainId: 2512,
14927
+ networkId: 2512,
14928
+ status: 'incubating'
14929
+ },
14917
14930
  {
14918
14931
  name: 'Fraxtal Testnet',
14919
14932
  chain: 'FRAX',
@@ -17198,6 +17211,25 @@ const chainArray = [
17198
17211
  }
17199
17212
  ]
17200
17213
  },
17214
+ {
17215
+ name: 'Echos Chain',
17216
+ chain: 'Echos',
17217
+ rpc: [],
17218
+ features: [],
17219
+ faucets: [],
17220
+ nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
17221
+ infoURL: 'https://www.echos.fun/',
17222
+ shortName: 'echos',
17223
+ chainId: 4321,
17224
+ networkId: 4321,
17225
+ explorers: [
17226
+ {
17227
+ name: 'Echos Explorer',
17228
+ url: 'https://explorer.echos.fun',
17229
+ standard: 'none'
17230
+ }
17231
+ ]
17232
+ },
17201
17233
  {
17202
17234
  name: 'Bobafuji Testnet',
17203
17235
  chain: 'Bobafuji Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.538",
3
+ "version": "0.0.539",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {