@paraspell/pallets 11.12.15 → 11.13.0
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 +0 -18
- package/dist/index.mjs +0 -18
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -147,22 +147,6 @@ var Centrifuge = {
|
|
|
147
147
|
"Tokens"
|
|
148
148
|
]
|
|
149
149
|
};
|
|
150
|
-
var ComposableFinance = {
|
|
151
|
-
defaultPallet: "XTokens",
|
|
152
|
-
supportedPallets: [
|
|
153
|
-
{
|
|
154
|
-
name: "PolkadotXcm",
|
|
155
|
-
index: 41
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
name: "XTokens",
|
|
159
|
-
index: 44
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
nativeAssets: "Balances",
|
|
163
|
-
otherAssets: [
|
|
164
|
-
]
|
|
165
|
-
};
|
|
166
150
|
var Darwinia = {
|
|
167
151
|
defaultPallet: "PolkadotXcm",
|
|
168
152
|
supportedPallets: [
|
|
@@ -1750,7 +1734,6 @@ var pallets = {
|
|
|
1750
1734
|
BifrostPolkadot: BifrostPolkadot,
|
|
1751
1735
|
CoretimeKusama: CoretimeKusama,
|
|
1752
1736
|
Centrifuge: Centrifuge,
|
|
1753
|
-
ComposableFinance: ComposableFinance,
|
|
1754
1737
|
Darwinia: Darwinia,
|
|
1755
1738
|
Hydration: Hydration,
|
|
1756
1739
|
Interlay: Interlay,
|
|
@@ -1847,7 +1830,6 @@ var palletsMapJson = /*#__PURE__*/Object.freeze({
|
|
|
1847
1830
|
Centrifuge: Centrifuge,
|
|
1848
1831
|
Collectives: Collectives,
|
|
1849
1832
|
CollectivesWestend: CollectivesWestend,
|
|
1850
|
-
ComposableFinance: ComposableFinance,
|
|
1851
1833
|
CoretimeKusama: CoretimeKusama,
|
|
1852
1834
|
CoretimePaseo: CoretimePaseo,
|
|
1853
1835
|
CoretimePolkadot: CoretimePolkadot,
|
package/dist/index.mjs
CHANGED
|
@@ -145,22 +145,6 @@ var Centrifuge = {
|
|
|
145
145
|
"Tokens"
|
|
146
146
|
]
|
|
147
147
|
};
|
|
148
|
-
var ComposableFinance = {
|
|
149
|
-
defaultPallet: "XTokens",
|
|
150
|
-
supportedPallets: [
|
|
151
|
-
{
|
|
152
|
-
name: "PolkadotXcm",
|
|
153
|
-
index: 41
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
name: "XTokens",
|
|
157
|
-
index: 44
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
nativeAssets: "Balances",
|
|
161
|
-
otherAssets: [
|
|
162
|
-
]
|
|
163
|
-
};
|
|
164
148
|
var Darwinia = {
|
|
165
149
|
defaultPallet: "PolkadotXcm",
|
|
166
150
|
supportedPallets: [
|
|
@@ -1748,7 +1732,6 @@ var pallets = {
|
|
|
1748
1732
|
BifrostPolkadot: BifrostPolkadot,
|
|
1749
1733
|
CoretimeKusama: CoretimeKusama,
|
|
1750
1734
|
Centrifuge: Centrifuge,
|
|
1751
|
-
ComposableFinance: ComposableFinance,
|
|
1752
1735
|
Darwinia: Darwinia,
|
|
1753
1736
|
Hydration: Hydration,
|
|
1754
1737
|
Interlay: Interlay,
|
|
@@ -1845,7 +1828,6 @@ var palletsMapJson = /*#__PURE__*/Object.freeze({
|
|
|
1845
1828
|
Centrifuge: Centrifuge,
|
|
1846
1829
|
Collectives: Collectives,
|
|
1847
1830
|
CollectivesWestend: CollectivesWestend,
|
|
1848
|
-
ComposableFinance: ComposableFinance,
|
|
1849
1831
|
CoretimeKusama: CoretimeKusama,
|
|
1850
1832
|
CoretimePaseo: CoretimePaseo,
|
|
1851
1833
|
CoretimePolkadot: CoretimePolkadot,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/pallets",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.13.0",
|
|
4
4
|
"description": "Pallets for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paraspell/sdk-common": "11.
|
|
26
|
+
"@paraspell/sdk-common": "11.13.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|