@subwallet/chain-list 0.2.70-beta.7 → 0.2.70-beta.8

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.
@@ -22301,7 +22301,7 @@
22301
22301
  chainStatus: "ACTIVE",
22302
22302
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
22303
22303
  providers: {
22304
- Blockstream: "https://api.openbit.app"
22304
+ Blockstream: "https://apix.openbit.app"
22305
22305
  },
22306
22306
  evmInfo: null,
22307
22307
  substrateInfo: null,
@@ -22321,7 +22321,7 @@
22321
22321
  chainStatus: "ACTIVE",
22322
22322
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
22323
22323
  providers: {
22324
- Blockstream: "https://api-testnet.openbit.app"
22324
+ Blockstream: "https://apix-testnet.openbit.app"
22325
22325
  },
22326
22326
  evmInfo: null,
22327
22327
  substrateInfo: null,
@@ -22511,7 +22511,7 @@
22511
22511
  chainStatus: "ACTIVE",
22512
22512
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
22513
22513
  providers: {
22514
- Onfinality: "wss://peaq.api.onfinality.io/public-ws"
22514
+ Fake: "wss://peaq-fake.api.onfinality.io/public-ws"
22515
22515
  },
22516
22516
  evmInfo: null,
22517
22517
  substrateInfo: {
@@ -8562,7 +8562,7 @@
8562
8562
  "chainStatus": "ACTIVE",
8563
8563
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
8564
8564
  "providers": {
8565
- "Blockstream": "https://api.openbit.app"
8565
+ "Blockstream": "https://apix.openbit.app"
8566
8566
  },
8567
8567
  "evmInfo": null,
8568
8568
  "substrateInfo": null,
@@ -8582,7 +8582,7 @@
8582
8582
  "chainStatus": "ACTIVE",
8583
8583
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
8584
8584
  "providers": {
8585
- "Blockstream": "https://api-testnet.openbit.app"
8585
+ "Blockstream": "https://apix-testnet.openbit.app"
8586
8586
  },
8587
8587
  "evmInfo": null,
8588
8588
  "substrateInfo": null,
@@ -8769,7 +8769,7 @@
8769
8769
  "chainStatus": "ACTIVE",
8770
8770
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
8771
8771
  "providers": {
8772
- "Onfinality": "wss://peaq.api.onfinality.io/public-ws"
8772
+ "Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
8773
8773
  },
8774
8774
  "evmInfo": null,
8775
8775
  "substrateInfo": {
@@ -8817,4 +8817,4 @@
8817
8817
  "extraInfo": null,
8818
8818
  "bitcoinInfo": null
8819
8819
  }
8820
- }
8820
+ }
@@ -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.70-beta.7'
16
+ version: '0.2.70-beta.8'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -8562,7 +8562,7 @@
8562
8562
  "chainStatus": "ACTIVE",
8563
8563
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
8564
8564
  "providers": {
8565
- "Blockstream": "https://api.openbit.app"
8565
+ "Blockstream": "https://apix.openbit.app"
8566
8566
  },
8567
8567
  "evmInfo": null,
8568
8568
  "substrateInfo": null,
@@ -8582,7 +8582,7 @@
8582
8582
  "chainStatus": "ACTIVE",
8583
8583
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
8584
8584
  "providers": {
8585
- "Blockstream": "https://api-testnet.openbit.app"
8585
+ "Blockstream": "https://apix-testnet.openbit.app"
8586
8586
  },
8587
8587
  "evmInfo": null,
8588
8588
  "substrateInfo": null,
@@ -8769,7 +8769,7 @@
8769
8769
  "chainStatus": "ACTIVE",
8770
8770
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq.png",
8771
8771
  "providers": {
8772
- "Onfinality": "wss://peaq.api.onfinality.io/public-ws"
8772
+ "Fake": "wss://peaq-fake.api.onfinality.io/public-ws"
8773
8773
  },
8774
8774
  "evmInfo": null,
8775
8775
  "substrateInfo": {
@@ -8817,4 +8817,4 @@
8817
8817
  "extraInfo": null,
8818
8818
  "bitcoinInfo": null
8819
8819
  }
8820
- }
8820
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.70-beta.7",
23
+ "version": "0.2.70-beta.8",
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.70-beta.7'
10
+ version: '0.2.70-beta.8'
11
11
  };