eth-chainlist 0.0.558 → 0.0.559

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.559 (2024-12-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.558 ([c2006b2](https://github.com/poowf/eth-chainlist/commit/c2006b243a90d839b9cb9c4e157ff66dd0af18dd))
9
+ * update chain data ([ef2da05](https://github.com/poowf/eth-chainlist/commit/ef2da053a48c9c9d694d97593c18c032145acc66))
10
+
3
11
  ### 0.0.558 (2024-12-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6523,10 +6523,7 @@ const chainArray = [
6523
6523
  {
6524
6524
  name: 'AppChain',
6525
6525
  chain: 'AppChain',
6526
- rpc: [
6527
- 'https://appchain.calderachain.xyz/http',
6528
- 'wss://appchain.calderachain.xyz/ws'
6529
- ],
6526
+ rpc: [ 'https://rpc.appchain.xyz/http', 'wss://rpc.appchain.xyz/ws' ],
6530
6527
  faucets: [],
6531
6528
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
6532
6529
  infoURL: 'https://appchain.xyz',
@@ -38558,7 +38555,11 @@ const chainArray = [
38558
38555
  title: 'COTI Testnet',
38559
38556
  chain: 'COTI',
38560
38557
  icon: 'coti',
38561
- rpc: [ 'https://testnet.coti.io/rpc' ],
38558
+ rpc: [
38559
+ 'https://testnet.coti.io/rpc',
38560
+ 'https://testnet-magnus-validator.coti.io/rpc',
38561
+ 'https://testnet-minor-validator.coti.io/rpc'
38562
+ ],
38562
38563
  faucets: [ 'https://faucet.coti.io' ],
38563
38564
  nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
38564
38565
  infoURL: 'https://coti.io/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.558",
3
+ "version": "0.0.559",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {