eth-chainlist 0.0.266 → 0.0.267

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.267 (2023-10-26)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.266 ([296415d](https://github.com/poowf/eth-chainlist/commit/296415dc7f2b66b44571bb35baefc67d250374c6))
9
+ * update chain data ([b6874e9](https://github.com/poowf/eth-chainlist/commit/b6874e9a857098d5a9606fc0f0113cab5307d74a))
10
+
3
11
  ### 0.0.266 (2023-10-25)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -647,7 +647,7 @@ const chainArray = [
647
647
  {
648
648
  name: 'SecureChain Mainnet',
649
649
  chain: 'SCAI',
650
- icon: 'SCAIIcon',
650
+ icon: 'scaiIcon',
651
651
  rpc: [ 'https://mainnet-rpc.scai.network' ],
652
652
  faucets: [ 'https://faucet.securechain.ai' ],
653
653
  nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
@@ -21119,6 +21119,25 @@ const chainArray = [
21119
21119
  }
21120
21120
  ]
21121
21121
  },
21122
+ {
21123
+ name: 'Zora Sepolia Testnet',
21124
+ chain: 'ETH',
21125
+ rpc: [ 'https://sepolia.rpc.zora.energy' ],
21126
+ faucets: [],
21127
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
21128
+ icon: 'zoraSepoliaTestnet',
21129
+ infoURL: 'https://zora.energy',
21130
+ shortName: 'zsep',
21131
+ chainId: 999999999,
21132
+ networkId: 999999999,
21133
+ explorers: [
21134
+ {
21135
+ name: 'Zora Sepolia Testnet Network Explorer',
21136
+ url: 'https://sepolia.explorer.zora.energy',
21137
+ standard: 'EIP3091'
21138
+ }
21139
+ ]
21140
+ },
21122
21141
  {
21123
21142
  name: 'IPOS Network',
21124
21143
  chain: 'IPOS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.266",
3
+ "version": "0.0.267",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {