@oak-network/config
Advanced tools
Comparing version 1.0.3 to 1.0.5
import { Weight } from "./chains"; | ||
import { XToken } from "./tokens"; | ||
import * as contracts from "./contracts"; | ||
import { XcmInstructionNetworkType } from "./chains/types/XcmInstructionNetworkType"; | ||
@@ -56,3 +57,3 @@ import type { Chain, XcmConfig } from "./chains"; | ||
}; | ||
export { XToken, Weight, XcmInstructionNetworkType }; | ||
export { XToken, Weight, XcmInstructionNetworkType, contracts }; | ||
export type { Chain, XcmConfig }; |
27
index.js
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.XcmInstructionNetworkType = exports.Weight = exports.XToken = exports.tokens = exports.chains = void 0; | ||
exports.contracts = exports.XcmInstructionNetworkType = exports.Weight = exports.XToken = exports.tokens = exports.chains = void 0; | ||
// Importing variables | ||
@@ -9,2 +32,4 @@ const chains_1 = require("./chains"); | ||
Object.defineProperty(exports, "XToken", { enumerable: true, get: function () { return tokens_1.XToken; } }); | ||
const contracts = __importStar(require("./contracts")); | ||
exports.contracts = contracts; | ||
const XcmInstructionNetworkType_1 = require("./chains/types/XcmInstructionNetworkType"); | ||
@@ -11,0 +36,0 @@ Object.defineProperty(exports, "XcmInstructionNetworkType", { enumerable: true, get: function () { return XcmInstructionNetworkType_1.XcmInstructionNetworkType; } }); |
{ | ||
"name": "@oak-network/config", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -20,3 +20,3 @@ "use strict"; | ||
decimals: 18, | ||
interior: { palletInstance: 3 }, | ||
interior: { PalletInstance: 3 }, | ||
key: "unit", | ||
@@ -23,0 +23,0 @@ network: "moonbase", |
@@ -21,3 +21,3 @@ "use strict"; | ||
decimals: 18, | ||
interior: { palletInstance: 10 }, | ||
interior: { PalletInstance: 10 }, | ||
key: "movr", | ||
@@ -24,0 +24,0 @@ network: "kusama", |
@@ -13,3 +13,3 @@ "use strict"; | ||
decimals: 10, | ||
interior: { palletInstance: 3 }, | ||
interior: { PalletInstance: 3 }, | ||
key: "dev", | ||
@@ -16,0 +16,0 @@ network: "moonbase", |
@@ -6,3 +6,3 @@ "use strict"; | ||
decimals: 10, | ||
interior: { palletInstance: 10 }, | ||
interior: { PalletInstance: 10 }, | ||
key: "glmr", | ||
@@ -9,0 +9,0 @@ network: "kusama", |
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
105967
83
2283