@bifrost-finance/type-definitions
Advanced tools
Comparing version
@@ -508,3 +508,2 @@ { | ||
"AssetInstance": "AssetInstanceV1", | ||
"MultiLocation": "MultiLocationV1", | ||
"MultiAsset": "MultiAssetV1", | ||
@@ -511,0 +510,0 @@ "Xcm": "XcmV1", |
{ | ||
"name": "@bifrost-finance/type-definitions", | ||
"version": "1.2.49", | ||
"version": "1.2.50", | ||
"description": "Polkadot.js type definations for Acala Network", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,20 +7,28 @@ "use strict"; | ||
exports.default = void 0; | ||
const TokenSymbol = { | ||
_enum: { | ||
ASG: 0, | ||
BNC: 1, | ||
KUSD: 2, | ||
DOT: 3, | ||
KSM: 4, | ||
ETH: 5, | ||
KAR: 6, | ||
ZLK: 7 | ||
} | ||
}; | ||
const versioned = [{ | ||
minmax: [0, undefined], | ||
minmax: [0, 557119], | ||
types: { | ||
TokenSymbol: { | ||
_enum: { | ||
ASG: 0, | ||
BNC: 1, | ||
KUSD: 2, | ||
DOT: 3, | ||
KSM: 4, | ||
ETH: 5, | ||
KAR: 6, | ||
ZLK: 7 | ||
} | ||
} | ||
TokenSymbol, | ||
MultiLocation: 'MultiLocationV0' | ||
} | ||
}, { | ||
minmax: [557120, undefined], | ||
types: { | ||
TokenSymbol, | ||
MultiLocation: 'MultiLocationV1' | ||
} | ||
}]; | ||
var _default = versioned; | ||
exports.default = _default; |
@@ -7,16 +7,24 @@ "use strict"; | ||
exports.default = void 0; | ||
const TokenSymbol = { | ||
_enum: { | ||
BNC: 1, | ||
KUSD: 2, | ||
KSM: 4, | ||
KAR: 6 | ||
} | ||
}; | ||
const versioned = [{ | ||
minmax: [0, undefined], | ||
minmax: [0, 557119], | ||
types: { | ||
TokenSymbol: { | ||
_enum: { | ||
BNC: 1, | ||
KUSD: 2, | ||
KSM: 4, | ||
KAR: 6 | ||
} | ||
} | ||
TokenSymbol, | ||
MultiLocation: 'MultiLocationV0' | ||
} | ||
}, { | ||
minmax: [557120, undefined], | ||
types: { | ||
TokenSymbol, | ||
MultiLocation: 'MultiLocationV1' | ||
} | ||
}]; | ||
var _default = versioned; | ||
exports.default = _default; |
@@ -5,3 +5,2 @@ declare const _default: { | ||
AssetInstance: string; | ||
MultiLocation: string; | ||
MultiAsset: string; | ||
@@ -8,0 +7,0 @@ Xcm: string; |
@@ -11,3 +11,2 @@ "use strict"; | ||
AssetInstance: 'AssetInstanceV1', | ||
MultiLocation: 'MultiLocationV1', | ||
MultiAsset: 'MultiAssetV1', | ||
@@ -14,0 +13,0 @@ Xcm: 'XcmV1', |
Sorry, the diff of this file is too big to display
196928
31.74%5435
23.8%