eth-chainlist 0.0.267 → 0.0.269

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.269 (2023-10-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.268 ([9ef085a](https://github.com/poowf/eth-chainlist/commit/9ef085ab5da95d5fc11e6d6639ffba164775ce27))
9
+ * update chain data ([d8034be](https://github.com/poowf/eth-chainlist/commit/d8034beeba953e01449431e70a84459dce0d7d73))
10
+
11
+ ### 0.0.268 (2023-10-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.267 ([290832c](https://github.com/poowf/eth-chainlist/commit/290832c421c75c92b33fb8489d14e247b2e243bf))
17
+ * update chain data ([0f51067](https://github.com/poowf/eth-chainlist/commit/0f51067e7d1aa8a9bebf6f07cdb0d720b630d7b6))
18
+
3
19
  ### 0.0.267 (2023-10-26)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -958,7 +958,7 @@ const chainArray = [
958
958
  ]
959
959
  },
960
960
  {
961
- name: 'XinFin XDC Network',
961
+ name: 'XDC Network',
962
962
  chain: 'XDC',
963
963
  rpc: [
964
964
  'https://erpc.xinfin.network',
@@ -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.269",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {