@subwallet/chain-list 0.2.72 → 0.2.73

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.
@@ -22500,6 +22500,7 @@
22500
22500
  chainStatus: "ACTIVE",
22501
22501
  icon: "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
22502
22502
  providers: {
22503
+ "Avail Fake": "wss://turing-rpc.availspace.app1/"
22503
22504
  },
22504
22505
  evmInfo: null,
22505
22506
  substrateInfo: {
@@ -22883,6 +22884,7 @@
22883
22884
  chainStatus: "ACTIVE",
22884
22885
  icon: "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
22885
22886
  providers: {
22887
+ Fake: "wss://peaq-fake.api.onfinality.io/public-ws"
22886
22888
  },
22887
22889
  evmInfo: null,
22888
22890
  substrateInfo: {
@@ -8397,7 +8397,9 @@
8397
8397
  "isTestnet": false,
8398
8398
  "chainStatus": "ACTIVE",
8399
8399
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
8400
- "providers": {},
8400
+ "providers": {
8401
+ "Avail Fake": "wss://turing-rpc.availspace.app1/"
8402
+ },
8401
8403
  "evmInfo": null,
8402
8404
  "substrateInfo": {
8403
8405
  "relaySlug": null,
@@ -8772,7 +8774,9 @@
8772
8774
  "isTestnet": false,
8773
8775
  "chainStatus": "ACTIVE",
8774
8776
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
8775
- "providers": {},
8777
+ "providers": {
8778
+ "Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
8779
+ },
8776
8780
  "evmInfo": null,
8777
8781
  "substrateInfo": {
8778
8782
  "relaySlug": "polkadot",
@@ -8957,4 +8961,4 @@
8957
8961
  "extraInfo": null,
8958
8962
  "bitcoinInfo": null
8959
8963
  }
8960
- }
8964
+ }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.72'
16
+ version: '0.2.73'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -8397,7 +8397,9 @@
8397
8397
  "isTestnet": false,
8398
8398
  "chainStatus": "ACTIVE",
8399
8399
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/avail_mainnet.png",
8400
- "providers": {},
8400
+ "providers": {
8401
+ "Avail Fake": "wss://turing-rpc.availspace.app1/"
8402
+ },
8401
8403
  "evmInfo": null,
8402
8404
  "substrateInfo": {
8403
8405
  "relaySlug": null,
@@ -8772,7 +8774,9 @@
8772
8774
  "isTestnet": false,
8773
8775
  "chainStatus": "ACTIVE",
8774
8776
  "icon": "https://chain-list-assets.subwallet.app/assets/chains/peaq.png",
8775
- "providers": {},
8777
+ "providers": {
8778
+ "Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
8779
+ },
8776
8780
  "evmInfo": null,
8777
8781
  "substrateInfo": {
8778
8782
  "relaySlug": "polkadot",
@@ -8957,4 +8961,4 @@
8957
8961
  "extraInfo": null,
8958
8962
  "bitcoinInfo": null
8959
8963
  }
8960
- }
8964
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.72",
23
+ "version": "0.2.73",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.2.72'
10
+ version: '0.2.73'
11
11
  };