@subwallet/chain-list 0.2.91-beta.3 → 0.2.91-beta.4

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.
@@ -19561,7 +19561,7 @@
19561
19561
  relaySlug: "kusama",
19562
19562
  paraId: 2001,
19563
19563
  genesisHash: "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
19564
- addressPrefix: 6,
19564
+ addressPrefix: 0,
19565
19565
  chainType: "PARACHAIN",
19566
19566
  crowdloanUrl: "https://bifrost.app/vcrowdloan",
19567
19567
  blockExplorer: "https://bifrost-kusama.subscan.io/",
@@ -19620,7 +19620,7 @@
19620
19620
  relaySlug: "polkadot",
19621
19621
  paraId: 2030,
19622
19622
  genesisHash: "0x262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b",
19623
- addressPrefix: 6,
19623
+ addressPrefix: 0,
19624
19624
  chainType: "PARACHAIN",
19625
19625
  crowdloanUrl: "https://bifrost.app/vcrowdloan",
19626
19626
  blockExplorer: "https://bifrost.subscan.io",
@@ -1178,7 +1178,7 @@
1178
1178
  "relaySlug": "kusama",
1179
1179
  "paraId": 2001,
1180
1180
  "genesisHash": "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
1181
- "addressPrefix": 6,
1181
+ "addressPrefix": 0,
1182
1182
  "chainType": "PARACHAIN",
1183
1183
  "crowdloanUrl": "https://bifrost.app/vcrowdloan",
1184
1184
  "blockExplorer": "https://bifrost-kusama.subscan.io/",
@@ -1237,7 +1237,7 @@
1237
1237
  "relaySlug": "polkadot",
1238
1238
  "paraId": 2030,
1239
1239
  "genesisHash": "0x262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b",
1240
- "addressPrefix": 6,
1240
+ "addressPrefix": 0,
1241
1241
  "chainType": "PARACHAIN",
1242
1242
  "crowdloanUrl": "https://bifrost.app/vcrowdloan",
1243
1243
  "blockExplorer": "https://bifrost.subscan.io",
@@ -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.91-beta.3'
16
+ version: '0.2.91-beta.4'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -1178,7 +1178,7 @@
1178
1178
  "relaySlug": "kusama",
1179
1179
  "paraId": 2001,
1180
1180
  "genesisHash": "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
1181
- "addressPrefix": 6,
1181
+ "addressPrefix": 0,
1182
1182
  "chainType": "PARACHAIN",
1183
1183
  "crowdloanUrl": "https://bifrost.app/vcrowdloan",
1184
1184
  "blockExplorer": "https://bifrost-kusama.subscan.io/",
@@ -1237,7 +1237,7 @@
1237
1237
  "relaySlug": "polkadot",
1238
1238
  "paraId": 2030,
1239
1239
  "genesisHash": "0x262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b",
1240
- "addressPrefix": 6,
1240
+ "addressPrefix": 0,
1241
1241
  "chainType": "PARACHAIN",
1242
1242
  "crowdloanUrl": "https://bifrost.app/vcrowdloan",
1243
1243
  "blockExplorer": "https://bifrost.subscan.io",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.91-beta.3",
23
+ "version": "0.2.91-beta.4",
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.91-beta.3'
10
+ version: '0.2.91-beta.4'
11
11
  };