@paraspell/sdk-common 11.8.4 → 11.8.6
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -157,7 +157,7 @@ var isExternalChain = function isExternalChain(chain) {
|
|
|
157
157
|
* @returns True if the chain is a system chain; otherwise, false.
|
|
158
158
|
*/
|
|
159
159
|
var isSystemChain = function isSystemChain(chain) {
|
|
160
|
-
var systemChains = ['AssetHubPolkadot', 'AssetHubKusama', 'AssetHubWestend', 'AssetHubPaseo', 'BridgeHubPolkadot', 'BridgeHubKusama', 'BridgeHubWestend', 'BridgeHubPaseo', 'PeoplePolkadot', 'PeopleKusama', 'PeopleWestend', 'PeoplePaseo', 'CoretimePolkadot', 'CoretimeKusama', 'CoretimeWestend', 'CoretimePaseo', 'Collectives', 'Encointer', 'CollectivesWestend'];
|
|
160
|
+
var systemChains = ['AssetHubPolkadot', 'AssetHubKusama', 'AssetHubWestend', 'AssetHubPaseo', 'BridgeHubPolkadot', 'BridgeHubKusama', 'BridgeHubWestend', 'BridgeHubPaseo', 'PeoplePolkadot', 'PeopleKusama', 'PeopleWestend', 'PeoplePaseo', 'CoretimePolkadot', 'CoretimeKusama', 'CoretimeWestend', 'CoretimePaseo', 'Collectives', 'Encointer', 'CollectivesWestend', 'PAssetHub'];
|
|
161
161
|
return systemChains.includes(chain) || isRelayChain(chain);
|
|
162
162
|
};
|
|
163
163
|
var isTrustedChain = function isTrustedChain(chain) {
|
package/dist/index.mjs
CHANGED
|
@@ -155,7 +155,7 @@ var isExternalChain = function isExternalChain(chain) {
|
|
|
155
155
|
* @returns True if the chain is a system chain; otherwise, false.
|
|
156
156
|
*/
|
|
157
157
|
var isSystemChain = function isSystemChain(chain) {
|
|
158
|
-
var systemChains = ['AssetHubPolkadot', 'AssetHubKusama', 'AssetHubWestend', 'AssetHubPaseo', 'BridgeHubPolkadot', 'BridgeHubKusama', 'BridgeHubWestend', 'BridgeHubPaseo', 'PeoplePolkadot', 'PeopleKusama', 'PeopleWestend', 'PeoplePaseo', 'CoretimePolkadot', 'CoretimeKusama', 'CoretimeWestend', 'CoretimePaseo', 'Collectives', 'Encointer', 'CollectivesWestend'];
|
|
158
|
+
var systemChains = ['AssetHubPolkadot', 'AssetHubKusama', 'AssetHubWestend', 'AssetHubPaseo', 'BridgeHubPolkadot', 'BridgeHubKusama', 'BridgeHubWestend', 'BridgeHubPaseo', 'PeoplePolkadot', 'PeopleKusama', 'PeopleWestend', 'PeoplePaseo', 'CoretimePolkadot', 'CoretimeKusama', 'CoretimeWestend', 'CoretimePaseo', 'Collectives', 'Encointer', 'CollectivesWestend', 'PAssetHub'];
|
|
159
159
|
return systemChains.includes(chain) || isRelayChain(chain);
|
|
160
160
|
};
|
|
161
161
|
var isTrustedChain = function isTrustedChain(chain) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-common",
|
|
3
|
-
"version": "11.8.
|
|
3
|
+
"version": "11.8.6",
|
|
4
4
|
"description": "SDK common code for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
28
28
|
"@babel/preset-env": "^7.28.3",
|
|
29
29
|
"@codecov/rollup-plugin": "^1.9.1",
|
|
30
|
-
"@polkadot/api": "^16.4.
|
|
31
|
-
"@polkadot/types": "^16.4.
|
|
30
|
+
"@polkadot/api": "^16.4.8",
|
|
31
|
+
"@polkadot/types": "^16.4.8",
|
|
32
32
|
"@rollup/plugin-babel": "^6.0.4",
|
|
33
33
|
"@rollup/plugin-json": "^6.1.0",
|
|
34
34
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
35
35
|
"@vitest/coverage-v8": "^3.2.4",
|
|
36
|
-
"dotenv": "^17.2.
|
|
36
|
+
"dotenv": "^17.2.3",
|
|
37
37
|
"prettier": "^3.6.2",
|
|
38
|
-
"rollup": "^4.
|
|
38
|
+
"rollup": "^4.52.3",
|
|
39
39
|
"rollup-plugin-dts": "^6.2.3"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|