@subwallet/chain-list 0.2.122-beta.10-pr-614-cb97400e → 0.2.122-beta.12-pr-614-60b126f8

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.
@@ -827,7 +827,7 @@
827
827
  "addressPrefix": 42,
828
828
  "chainType": "PARACHAIN",
829
829
  "crowdloanUrl": null,
830
- "blockExplorer": "http://explorer.mainnet.aventus.network/",
830
+ "blockExplorer": "http://explorer.mainnet.aventus.io/",
831
831
  "existentialDeposit": "0",
832
832
  "symbol": "AVT",
833
833
  "decimals": 18,
@@ -2341,7 +2341,7 @@
2341
2341
  "slug": "phala",
2342
2342
  "name": "Phala",
2343
2343
  "isTestnet": false,
2344
- "chainStatus": "ACTIVE",
2344
+ "chainStatus": "INACTIVE",
2345
2345
  "icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/phala.png",
2346
2346
  "providers": {
2347
2347
  "OnFinality": "wss://phala.api.onfinality.io/public-ws",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.122-beta.10-pr-614-cb97400e",
23
+ "version": "0.2.122-beta.12-pr-614-60b126f8",
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.122-beta.10'
10
+ version: '0.2.122-beta.12'
11
11
  };