@mintbase-js/sdk
Advanced tools
Comparing version 0.0.1 to 0.0.2-rc
@@ -1,12 +0,3 @@ | ||
export declare const CONTRACT_STORAGE_DEPOSIT = "7000000000000000000000000"; | ||
export declare const DEFAULT_STORE_CONTRACT = "mb_store.mintspace2.testnet"; | ||
export declare const MARKET_CONTRACT = "market-v2-beta.mintspace2.testnet"; | ||
export declare const ONE_NEAR = "1000000000000000000000000"; | ||
export declare const TWO_NEAR = "2000000000000000000000000"; | ||
export declare const GAS = "200000000000000"; | ||
export declare const MAX_GAS = "300000000000000"; | ||
export declare const ACCOUNT_INITIAL_BALANCE = "10000000000000000000000000"; | ||
export declare const FACTORY_ACCOUNT = "mintspace2.testnet"; | ||
export declare const SECRETS_REPO_PATH = "projects/185858989453/secrets/"; | ||
export declare const PARAS_TOKEN_CONTRACT = "paras-token-v2.testnet"; | ||
export declare const PARAS_TOKEN_TEST_SERIES_ID = "2085"; | ||
export declare const ONE_YOCTO = "1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PARAS_TOKEN_TEST_SERIES_ID = exports.PARAS_TOKEN_CONTRACT = exports.SECRETS_REPO_PATH = exports.FACTORY_ACCOUNT = exports.ACCOUNT_INITIAL_BALANCE = exports.MAX_GAS = exports.GAS = exports.TWO_NEAR = exports.ONE_NEAR = exports.MARKET_CONTRACT = exports.DEFAULT_STORE_CONTRACT = exports.CONTRACT_STORAGE_DEPOSIT = void 0; | ||
exports.CONTRACT_STORAGE_DEPOSIT = '7000000000000000000000000'; | ||
exports.DEFAULT_STORE_CONTRACT = 'mb_store.mintspace2.testnet'; | ||
exports.MARKET_CONTRACT = 'market-v2-beta.mintspace2.testnet'; | ||
exports.ONE_NEAR = '1000000000000000000000000'; | ||
exports.TWO_NEAR = '2000000000000000000000000'; | ||
exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0; | ||
exports.GAS = '200000000000000'; | ||
exports.MAX_GAS = '300000000000000'; | ||
exports.ACCOUNT_INITIAL_BALANCE = '10000000000000000000000000'; | ||
exports.FACTORY_ACCOUNT = 'mintspace2.testnet'; | ||
exports.SECRETS_REPO_PATH = 'projects/185858989453/secrets/'; | ||
exports.PARAS_TOKEN_CONTRACT = 'paras-token-v2.testnet'; | ||
exports.PARAS_TOKEN_TEST_SERIES_ID = '2085'; | ||
exports.ONE_YOCTO = '1'; | ||
//# sourceMappingURL=constants.js.map |
@@ -1,2 +0,7 @@ | ||
export * from './transactions'; | ||
export * from './mint'; | ||
export * from './calls'; | ||
export * from './constants'; | ||
export * from './v1/constants'; | ||
export * from './v1/token'; | ||
export * from './v1/token.types'; | ||
export * from './v1/market'; | ||
export * from './v1/market.types'; |
@@ -17,4 +17,9 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./transactions"), exports); | ||
__exportStar(require("./mint"), exports); | ||
__exportStar(require("./calls"), exports); | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./v1/constants"), exports); | ||
__exportStar(require("./v1/token"), exports); | ||
__exportStar(require("./v1/token.types"), exports); | ||
__exportStar(require("./v1/market"), exports); | ||
__exportStar(require("./v1/market.types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mintbase-js/sdk", | ||
"version": "0.0.1", | ||
"version": "0.0.2-rc", | ||
"description": "Core functions for Mintbase JS SDK", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc-watch & jest --watch --coverage", | ||
"watch": "tsc && tsc --watch & jest --watch --coverage", | ||
"lint": "eslint . --fix --ext ts", | ||
@@ -19,4 +20,5 @@ "test": "jest --coverage" | ||
"dependencies": { | ||
"near-api-js": "^1.0.0" | ||
} | ||
} | ||
"near-api-js": "^0.44.2" | ||
}, | ||
"gitHead": "1d5e1d078aa5fe15bdd7a716ff52ebf42e357825" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
57277
41
932
1
+ Addedbn.js@5.2.0(transitive)
+ Addedborsh@0.6.0(transitive)
+ Addednear-api-js@0.44.2(transitive)
- Removedbn.js@5.2.1(transitive)
- Removedborsh@0.7.0(transitive)
- Removednear-api-js@1.1.0(transitive)
Updatednear-api-js@^0.44.2