@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.
- package/bundle-subwallet-chain-list.js +2 -2
- package/cjs/data/ChainInfo.json +2 -2
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +2 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -19561,7 +19561,7 @@
|
|
|
19561
19561
|
relaySlug: "kusama",
|
|
19562
19562
|
paraId: 2001,
|
|
19563
19563
|
genesisHash: "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
|
|
19564
|
-
addressPrefix:
|
|
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:
|
|
19623
|
+
addressPrefix: 0,
|
|
19624
19624
|
chainType: "PARACHAIN",
|
|
19625
19625
|
crowdloanUrl: "https://bifrost.app/vcrowdloan",
|
|
19626
19626
|
blockExplorer: "https://bifrost.subscan.io",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
"relaySlug": "kusama",
|
|
1179
1179
|
"paraId": 2001,
|
|
1180
1180
|
"genesisHash": "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
|
|
1181
|
-
"addressPrefix":
|
|
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":
|
|
1240
|
+
"addressPrefix": 0,
|
|
1241
1241
|
"chainType": "PARACHAIN",
|
|
1242
1242
|
"crowdloanUrl": "https://bifrost.app/vcrowdloan",
|
|
1243
1243
|
"blockExplorer": "https://bifrost.subscan.io",
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
"relaySlug": "kusama",
|
|
1179
1179
|
"paraId": 2001,
|
|
1180
1180
|
"genesisHash": "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
|
|
1181
|
-
"addressPrefix":
|
|
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":
|
|
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
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.
|
|
10
|
+
version: '0.2.91-beta.4'
|
|
11
11
|
};
|