Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintbase-js/sdk

Package Overview
Dependencies
Maintainers
2
Versions
1314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintbase-js/sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-rc

lib/calls.d.ts

11

lib/constants.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc