You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@bifrost-finance/type-definitions

Package Overview
Dependencies
Maintainers
5
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifrost-finance/type-definitions - npm Package Compare versions

Comparing version

to
1.2.50

1

json/types.json

@@ -508,3 +508,2 @@ {

"AssetInstance": "AssetInstanceV1",
"MultiLocation": "MultiLocationV1",
"MultiAsset": "MultiAssetV1",

@@ -511,0 +510,0 @@ "Xcm": "XcmV1",

2

package.json
{
"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