eth-chainlist 0.0.367 → 0.0.369

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.369 (2024-04-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.368 ([c66e640](https://github.com/poowf/eth-chainlist/commit/c66e6408594405efe6d98f13183ef1f8960d856e))
9
+ * update chain data ([090c689](https://github.com/poowf/eth-chainlist/commit/090c6897e2b9063265a1227eece2ec5106bf97ef))
10
+
11
+ ### 0.0.368 (2024-04-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.367 ([98c47ed](https://github.com/poowf/eth-chainlist/commit/98c47ed8adba403f5217c303a4d99b1b890402b1))
17
+ * update chain data ([d2b2a69](https://github.com/poowf/eth-chainlist/commit/d2b2a69f0e1a75712c5e9676e5cc6efca021ff9d))
18
+
3
19
  ### 0.0.367 (2024-03-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -17176,6 +17176,26 @@ const chainArray = [
17176
17176
  }
17177
17177
  ]
17178
17178
  },
17179
+ {
17180
+ name: 'Shine Chain',
17181
+ chain: 'SC20',
17182
+ rpc: [ 'https://rpc.shinescan.io' ],
17183
+ faucets: [],
17184
+ nativeCurrency: { name: 'Shine', symbol: 'SC20', decimals: 18 },
17185
+ infoURL: 'https://shinechain.tech',
17186
+ shortName: 'SC20',
17187
+ chainId: 11221,
17188
+ networkId: 11221,
17189
+ icon: 'shine',
17190
+ explorers: [
17191
+ {
17192
+ name: 'shinescan',
17193
+ url: 'https://shinescan.io',
17194
+ icon: 'shine',
17195
+ standard: 'none'
17196
+ }
17197
+ ]
17198
+ },
17179
17199
  {
17180
17200
  name: 'Haqq Network',
17181
17201
  chain: 'Haqq',
@@ -23623,6 +23643,29 @@ const chainArray = [
23623
23643
  networkId: 281121,
23624
23644
  explorers: []
23625
23645
  },
23646
+ {
23647
+ name: 'Zillion Sepolia Testnet',
23648
+ status: 'active',
23649
+ chain: 'ETH',
23650
+ rpc: [ 'https://sepolia.zillnet.io/rpc' ],
23651
+ faucets: [],
23652
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
23653
+ infoURL: 'https://zillnet.io',
23654
+ shortName: 'zillsep',
23655
+ chainId: 282828,
23656
+ networkId: 282828,
23657
+ slip44: 1,
23658
+ icon: 'zillion',
23659
+ explorers: [
23660
+ {
23661
+ name: 'zillscout',
23662
+ url: 'https://sepolia.zillnet.io',
23663
+ icon: 'zillion',
23664
+ standard: 'EIP3091'
23665
+ }
23666
+ ],
23667
+ parent: { type: 'L2', chain: 'eip155-11155111' }
23668
+ },
23626
23669
  {
23627
23670
  name: 'Filecoin - Calibration testnet',
23628
23671
  chain: 'FIL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.367",
3
+ "version": "0.0.369",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {