eth-chainlist 0.0.287 → 0.0.289

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.289 (2023-11-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.288 ([16841f7](https://github.com/poowf/eth-chainlist/commit/16841f75d339f224763a5367af83cfb9108d2f3e))
9
+ * update chain data ([f3835a4](https://github.com/poowf/eth-chainlist/commit/f3835a4282e1105cc63acbf36cad5e5d0a8567e3))
10
+
11
+ ### 0.0.288 (2023-11-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.287 ([3c1ca5f](https://github.com/poowf/eth-chainlist/commit/3c1ca5fde94eeca25e8d6db312c7193e681c9034))
17
+ * update chain data ([62599f3](https://github.com/poowf/eth-chainlist/commit/62599f31d9699533fb593259ec3f77ceb8dcb55a))
18
+
3
19
  ### 0.0.287 (2023-11-20)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -878,7 +878,6 @@ const chainArray = [
878
878
  rpc: [
879
879
  'https://rpc.darwinia.network',
880
880
  'https://darwinia-rpc.darwiniacommunitydao.xyz',
881
- 'https://darwinia2.api.onfinality.io/public-ws',
882
881
  'https://darwinia-rpc.dwellir.com'
883
882
  ],
884
883
  faucets: [],
@@ -11332,6 +11331,25 @@ const chainArray = [
11332
11331
  }
11333
11332
  ]
11334
11333
  },
11334
+ {
11335
+ name: 'Globel Chain',
11336
+ chain: 'GC',
11337
+ icon: 'globelchain',
11338
+ rpc: [ 'https://rpc.gcscan.io' ],
11339
+ faucets: [],
11340
+ nativeCurrency: { name: 'Globel Chain', symbol: 'GC', decimals: 18 },
11341
+ infoURL: 'https://gcscan.io',
11342
+ shortName: 'GC',
11343
+ chainId: 4893,
11344
+ networkId: 4893,
11345
+ explorers: [
11346
+ {
11347
+ name: 'blockscout',
11348
+ url: 'https://gcscan.io',
11349
+ standard: 'none'
11350
+ }
11351
+ ]
11352
+ },
11335
11353
  {
11336
11354
  name: 'Venidium Testnet',
11337
11355
  chain: 'XVM',
@@ -12900,6 +12918,26 @@ const chainArray = [
12900
12918
  }
12901
12919
  ]
12902
12920
  },
12921
+ {
12922
+ name: 'Torus Mainnet',
12923
+ chain: 'TQF',
12924
+ icon: 'torus',
12925
+ rpc: [ 'https://rpc.toruschain.com' ],
12926
+ faucets: [],
12927
+ nativeCurrency: { name: 'TQF', symbol: 'TQF', decimals: 18 },
12928
+ infoURL: 'https://docs.toruschain.com',
12929
+ shortName: 'tqf',
12930
+ chainId: 8192,
12931
+ networkId: 8192,
12932
+ explorers: [
12933
+ {
12934
+ name: 'blockscout',
12935
+ url: 'https://toruscan.com',
12936
+ icon: 'blockscout',
12937
+ standard: 'EIP3091'
12938
+ }
12939
+ ]
12940
+ },
12903
12941
  {
12904
12942
  name: 'Torus Testnet',
12905
12943
  chain: 'TQF',
@@ -13753,6 +13791,8 @@ const chainArray = [
13753
13791
  rpc: [
13754
13792
  'https://rpc-msc.mindchain.info/',
13755
13793
  'https://seednode.mindchain.info',
13794
+ 'https://archive.mindchain.info/',
13795
+ 'wss://archive.mindchain.info/ws',
13756
13796
  'wss://seednode.mindchain.info/ws'
13757
13797
  ],
13758
13798
  faucets: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.287",
3
+ "version": "0.0.289",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {