eth-chainlist 0.0.537 → 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,21 @@
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
+
11
+ ### 0.0.538 (2024-11-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.537 ([ebb283e](https://github.com/poowf/eth-chainlist/commit/ebb283e12d342bbbd82eb86007432280e1793560))
17
+ * update chain data ([0373b70](https://github.com/poowf/eth-chainlist/commit/0373b70250c8182f5b0b5a731c6107e27b722ac3))
18
+
3
19
  ### 0.0.537 (2024-11-11)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -13018,7 +13018,7 @@ const chainArray = [
13018
13018
  chain: 'edeXa TestNetwork',
13019
13019
  rpc: [
13020
13020
  'https://testnet.edexa.network/rpc',
13021
- 'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
13021
+ 'https://testnet.edexa.com/rpc'
13022
13022
  ],
13023
13023
  faucets: [ 'https://faucet.edexa.com/' ],
13024
13024
  nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
@@ -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',
@@ -18219,8 +18251,7 @@ const chainArray = [
18219
18251
  chain: 'edeXa Network',
18220
18252
  rpc: [
18221
18253
  'https://mainnet.edexa.network/rpc',
18222
- 'https://mainnet.edexa.com/rpc',
18223
- 'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
18254
+ 'https://mainnet.edexa.com/rpc'
18224
18255
  ],
18225
18256
  faucets: [],
18226
18257
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -22095,7 +22126,7 @@ const chainArray = [
22095
22126
  ],
22096
22127
  parent: {
22097
22128
  type: 'L2',
22098
- chain: 'eip155-5',
22129
+ chain: 'eip155-28882',
22099
22130
  bridges: [ { url: 'https://gateway.boba.network' } ]
22100
22131
  }
22101
22132
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.537",
3
+ "version": "0.0.539",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {