eth-chainlist 0.0.266 → 0.0.268

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.268 (2023-10-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.267 ([290832c](https://github.com/poowf/eth-chainlist/commit/290832c421c75c92b33fb8489d14e247b2e243bf))
9
+ * update chain data ([0f51067](https://github.com/poowf/eth-chainlist/commit/0f51067e7d1aa8a9bebf6f07cdb0d720b630d7b6))
10
+
11
+ ### 0.0.267 (2023-10-26)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.266 ([296415d](https://github.com/poowf/eth-chainlist/commit/296415dc7f2b66b44571bb35baefc67d250374c6))
17
+ * update chain data ([b6874e9](https://github.com/poowf/eth-chainlist/commit/b6874e9a857098d5a9606fc0f0113cab5307d74a))
18
+
3
19
  ### 0.0.266 (2023-10-25)
4
20
 
5
21
 
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 },
@@ -12778,6 +12778,26 @@ const chainArray = [
12778
12778
  }
12779
12779
  ]
12780
12780
  },
12781
+ {
12782
+ name: 'Torus Testnet',
12783
+ chain: 'TQF',
12784
+ icon: 'torus',
12785
+ rpc: [ 'https://rpc.testnet.toruschain.com' ],
12786
+ faucets: [],
12787
+ nativeCurrency: { name: 'tTQF', symbol: 'TTQF', decimals: 18 },
12788
+ infoURL: 'https://docs.toruschain.com',
12789
+ shortName: 'ttqf',
12790
+ chainId: 8194,
12791
+ networkId: 8194,
12792
+ explorers: [
12793
+ {
12794
+ name: 'blockscout',
12795
+ url: 'https://testnet.torusscan.com',
12796
+ icon: 'blockscout',
12797
+ standard: 'EIP3091'
12798
+ }
12799
+ ]
12800
+ },
12781
12801
  {
12782
12802
  name: 'Klaytn Mainnet Cypress',
12783
12803
  chain: 'KLAY',
@@ -19447,13 +19467,13 @@ const chainArray = [
19447
19467
  networkId: 534352,
19448
19468
  explorers: [
19449
19469
  {
19450
- name: 'Blockscout',
19451
- url: 'https://blockscout.scroll.io',
19470
+ name: 'Scrollscan',
19471
+ url: 'https://scrollscan.com',
19452
19472
  standard: 'EIP3091'
19453
19473
  },
19454
19474
  {
19455
- name: 'Scrollscan',
19456
- url: 'https://scrollscan.com',
19475
+ name: 'Blockscout',
19476
+ url: 'https://blockscout.scroll.io',
19457
19477
  standard: 'EIP3091'
19458
19478
  }
19459
19479
  ],
@@ -20125,6 +20145,17 @@ const chainArray = [
20125
20145
  }
20126
20146
  ]
20127
20147
  },
20148
+ {
20149
+ name: 'DPU Chain',
20150
+ chain: 'DPU',
20151
+ rpc: [ 'https://sc-rpc.dpu.ac.th' ],
20152
+ faucets: [],
20153
+ nativeCurrency: { name: 'DGS', symbol: 'DGS', decimals: 18 },
20154
+ infoURL: '',
20155
+ shortName: 'DPU',
20156
+ chainId: 2611555,
20157
+ networkId: 2611555
20158
+ },
20128
20159
  {
20129
20160
  name: 'Filecoin - Butterfly testnet',
20130
20161
  chain: 'FIL',
@@ -21119,6 +21150,25 @@ const chainArray = [
21119
21150
  }
21120
21151
  ]
21121
21152
  },
21153
+ {
21154
+ name: 'Zora Sepolia Testnet',
21155
+ chain: 'ETH',
21156
+ rpc: [ 'https://sepolia.rpc.zora.energy' ],
21157
+ faucets: [],
21158
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
21159
+ icon: 'zoraSepoliaTestnet',
21160
+ infoURL: 'https://zora.energy',
21161
+ shortName: 'zsep',
21162
+ chainId: 999999999,
21163
+ networkId: 999999999,
21164
+ explorers: [
21165
+ {
21166
+ name: 'Zora Sepolia Testnet Network Explorer',
21167
+ url: 'https://sepolia.explorer.zora.energy',
21168
+ standard: 'EIP3091'
21169
+ }
21170
+ ]
21171
+ },
21122
21172
  {
21123
21173
  name: 'IPOS Network',
21124
21174
  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.268",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {