eth-chainlist 0.0.267 → 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,13 @@
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
+
3
11
  ### 0.0.267 (2023-10-26)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.267",
3
+ "version": "0.0.268",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {