@equilab/network
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -8,3 +8,3 @@ import type { DefaultContext, SubstrateChain } from "../../types/v1"; | ||
} | ||
declare const chainDef: SubstrateChain; | ||
declare const chainDef: SubstrateChain<GenshiroContext>; | ||
export default chainDef; |
@@ -16,3 +16,3 @@ "use strict"; | ||
const value = sign + | ||
((_e = (_d = ((_c = (sign ? balance === null || balance === void 0 ? void 0 : balance.asPositive : balance === null || balance === void 0 ? void 0 : balance.asNegative)) !== null && _c !== void 0 ? _c : 0)).toString) === null || _e === void 0 ? void 0 : _e.call(_d, 10)); | ||
((_e = (_d = ((_c = (!sign ? balance === null || balance === void 0 ? void 0 : balance.asPositive : balance === null || balance === void 0 ? void 0 : balance.asNegative)) !== null && _c !== void 0 ? _c : 0)).toString) === null || _e === void 0 ? void 0 : _e.call(_d, 10)); | ||
return { | ||
@@ -30,3 +30,3 @@ value: BigInt(value), | ||
const value = sign + | ||
((_e = (_d = ((_c = (sign ? balance === null || balance === void 0 ? void 0 : balance.asPositive : balance === null || balance === void 0 ? void 0 : balance.asNegative)) !== null && _c !== void 0 ? _c : 0)).toString) === null || _e === void 0 ? void 0 : _e.call(_d, 10)); | ||
((_e = (_d = ((_c = (!sign ? balance === null || balance === void 0 ? void 0 : balance.asPositive : balance === null || balance === void 0 ? void 0 : balance.asNegative)) !== null && _c !== void 0 ? _c : 0)).toString) === null || _e === void 0 ? void 0 : _e.call(_d, 10)); | ||
return { | ||
@@ -33,0 +33,0 @@ value: BigInt(value), |
declare const _default: { | ||
readonly genshiro: import("../../types/v1").SubstrateChain<import("../../types/v1").DefaultContext>; | ||
readonly statemint: import("../../types/v1").SubstrateChain<import("../../types/v1").DefaultContext>; | ||
readonly astar: import("../../types/v1").SubstrateChain<import("./astar").AstarContext>; | ||
readonly genshiro: import("../../types/v1").SubstrateChain<import("./genshiro").GenshiroContext>; | ||
readonly interlay: import("../../types/v1").SubstrateChain<import("./interlay").InterlayContext>; | ||
readonly statemint: import("../../types/v1").SubstrateChain<import("./statemint").StatemintContext>; | ||
}; | ||
export default _default; |
@@ -6,7 +6,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const astar_1 = __importDefault(require("./astar")); | ||
const genshiro_1 = __importDefault(require("./genshiro")); | ||
const interlay_1 = __importDefault(require("./interlay")); | ||
const statemint_1 = __importDefault(require("./statemint")); | ||
exports.default = { | ||
astar: astar_1.default, | ||
genshiro: genshiro_1.default, | ||
interlay: interlay_1.default, | ||
statemint: statemint_1.default, | ||
}; |
@@ -8,3 +8,3 @@ import type { DefaultContext, SubstrateChain } from "../../types/v1"; | ||
} | ||
declare const chainDef: SubstrateChain; | ||
declare const chainDef: SubstrateChain<StatemintContext>; | ||
export default chainDef; |
import * as tokens from "./tokens"; | ||
declare const _default: { | ||
chains: { | ||
readonly genshiro: import("../types/v1").SubstrateChain<import("../types/v1").DefaultContext>; | ||
readonly statemint: import("../types/v1").SubstrateChain<import("../types/v1").DefaultContext>; | ||
readonly astar: import("../types/v1").SubstrateChain<import("./chains/astar").AstarContext>; | ||
readonly genshiro: import("../types/v1").SubstrateChain<import("./chains/genshiro").GenshiroContext>; | ||
readonly interlay: import("../types/v1").SubstrateChain<import("./chains/interlay").InterlayContext>; | ||
readonly statemint: import("../types/v1").SubstrateChain<import("./chains/statemint").StatemintContext>; | ||
}; | ||
@@ -7,0 +9,0 @@ tokens: typeof tokens; |
@@ -0,7 +1,11 @@ | ||
import * as astar from "./astar"; | ||
import * as genshiro from "./genshiro"; | ||
import * as interlay from "./interlay"; | ||
import * as statemint from "./statemint"; | ||
declare const _default: { | ||
readonly astar: typeof astar; | ||
readonly genshiro: typeof genshiro; | ||
readonly interlay: typeof interlay; | ||
readonly statemint: typeof statemint; | ||
}; | ||
export default _default; |
@@ -26,7 +26,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const astar = __importStar(require("./astar")); | ||
const genshiro = __importStar(require("./genshiro")); | ||
const interlay = __importStar(require("./interlay")); | ||
const statemint = __importStar(require("./statemint")); | ||
exports.default = { | ||
astar, | ||
genshiro, | ||
interlay, | ||
statemint, | ||
}; |
{ | ||
"name": "@equilab/network", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "none", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72
558448
12250