eth-chainlist 0.0.237 → 0.0.238

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.238 (2023-09-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.237 ([52d529b](https://github.com/poowf/eth-chainlist/commit/52d529b98b202f54e6736edc3c6d5c9d50d41676))
9
+ * update chain data ([26eed11](https://github.com/poowf/eth-chainlist/commit/26eed11c99104a2552e66da317dec956163b033b))
10
+
3
11
  ### 0.0.237 (2023-09-21)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2366,7 +2366,8 @@ const chainArray = [
2366
2366
  infoURL: 'https://fuse.io/',
2367
2367
  shortName: 'fuse',
2368
2368
  chainId: 122,
2369
- networkId: 122
2369
+ networkId: 122,
2370
+ icon: 'fuse'
2370
2371
  },
2371
2372
  {
2372
2373
  name: 'Fuse Sparknet',
@@ -3896,7 +3897,8 @@ const chainArray = [
3896
3897
  rpc: [
3897
3898
  'https://api.node.glif.io/',
3898
3899
  'https://rpc.ankr.com/filecoin',
3899
- 'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
3900
+ 'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
3901
+ 'https://filfox.info/rpc/v1'
3900
3902
  ],
3901
3903
  faucets: [],
3902
3904
  nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
@@ -9322,6 +9324,30 @@ const chainArray = [
9322
9324
  }
9323
9325
  ]
9324
9326
  },
9327
+ {
9328
+ name: 'The Krest Network',
9329
+ chain: 'Krest',
9330
+ icon: 'krest',
9331
+ rpc: [ 'https://erpc-krest.peaq.network' ],
9332
+ faucets: [],
9333
+ nativeCurrency: { name: 'Krest', symbol: 'KRST', decimals: 18 },
9334
+ infoURL: 'https://www.peaq.network',
9335
+ shortName: 'KRST',
9336
+ chainId: 2241,
9337
+ networkId: 2241,
9338
+ explorers: [
9339
+ {
9340
+ name: 'Polkadot.js',
9341
+ url: 'https://polkadot.js.org/apps/?rpc=wss://wss-krest.peaq.network#/explorer',
9342
+ standard: 'none'
9343
+ },
9344
+ {
9345
+ name: 'Subscan',
9346
+ url: 'https://krest.subscan.io',
9347
+ standard: 'none'
9348
+ }
9349
+ ]
9350
+ },
9325
9351
  {
9326
9352
  name: 'BOMB Chain',
9327
9353
  chain: 'BOMB',
@@ -13910,13 +13936,13 @@ const chainArray = [
13910
13936
  },
13911
13937
  {
13912
13938
  name: 'Quantum Chain Testnet',
13913
- chain: 'QNET',
13939
+ chain: 'tQNET',
13914
13940
  icon: 'qnet',
13915
13941
  rpc: [ 'https://testnet-rpc.quantumscan.org' ],
13916
13942
  faucets: [],
13917
- nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
13943
+ nativeCurrency: { name: 'Quantum Chain', symbol: 'tQNET', decimals: 18 },
13918
13944
  infoURL: 'https://quantumnetwork.gg',
13919
- shortName: 'qnet',
13945
+ shortName: 'tqnet',
13920
13946
  chainId: 12890,
13921
13947
  networkId: 12890,
13922
13948
  explorers: [
@@ -16721,6 +16747,25 @@ const chainArray = [
16721
16747
  networkId: 81363,
16722
16748
  status: 'incubating'
16723
16749
  },
16750
+ {
16751
+ name: 'Quantum Chain Mainnet',
16752
+ chain: 'QNET',
16753
+ icon: 'qnet',
16754
+ rpc: [ 'https://rpc.quantumscan.org' ],
16755
+ faucets: [],
16756
+ nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
16757
+ infoURL: 'https://quantumnetwork.gg',
16758
+ shortName: 'qnet',
16759
+ chainId: 81720,
16760
+ networkId: 81720,
16761
+ explorers: [
16762
+ {
16763
+ name: 'Quantum Scan Mainnet',
16764
+ url: 'https://quantumscan.org',
16765
+ standard: 'EIP3091'
16766
+ }
16767
+ ]
16768
+ },
16724
16769
  {
16725
16770
  name: 'Base Goerli Testnet',
16726
16771
  chain: 'ETH',
@@ -18135,7 +18180,8 @@ const chainArray = [
18135
18180
  'https://api.calibration.node.glif.io/rpc/v1',
18136
18181
  'https://rpc.ankr.com/filecoin_testnet',
18137
18182
  'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
18138
- 'https://filecoin-calibration.chainup.net/rpc/v1'
18183
+ 'https://filecoin-calibration.chainup.net/rpc/v1',
18184
+ 'https://calibration.filfox.info/rpc/v1'
18139
18185
  ],
18140
18186
  faucets: [ 'https://faucet.calibration.fildev.network/' ],
18141
18187
  nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.237",
3
+ "version": "0.0.238",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {