@mintbase-js/sdk
Advanced tools
Comparing version 0.0.4-alpha.1 to 0.0.4-deployContract.0
export declare const GAS = "200000000000000"; | ||
export declare const MAX_GAS = "300000000000000"; | ||
export declare const ONE_YOCTO = "1"; | ||
export declare const TOKEN_CONTRACT_SPEC = "nft-1.0.0"; | ||
export declare const CONTRACT_DEPOSIT = "6500000000000000000000000"; | ||
export declare const TOKEN_METHOD_NAMES: { | ||
@@ -5,0 +7,0 @@ TRANSFER: string; |
"use strict"; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DEFAULT_MB_LOGO = exports.MB_TOKEN_FACTORY_ADDRESS = exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = exports.NEAR_NETWORK = exports.Network = exports.DEPOSIT_CONSTANTS = exports.GAS_CONSTANTS = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0; | ||
exports.DEFAULT_MB_LOGO = exports.MB_TOKEN_FACTORY_ADDRESS = exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = exports.NEAR_NETWORK = exports.Network = exports.DEPOSIT_CONSTANTS = exports.GAS_CONSTANTS = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = exports.CONTRACT_DEPOSIT = exports.TOKEN_CONTRACT_SPEC = exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0; | ||
exports.GAS = '200000000000000'; | ||
exports.MAX_GAS = '300000000000000'; | ||
exports.ONE_YOCTO = '1'; | ||
exports.TOKEN_CONTRACT_SPEC = 'nft-1.0.0'; | ||
exports.CONTRACT_DEPOSIT = '6500000000000000000000000'; | ||
exports.TOKEN_METHOD_NAMES = { | ||
@@ -9,0 +11,0 @@ TRANSFER: 'nft_transfer', |
{ | ||
"name": "@mintbase-js/sdk", | ||
"version": "0.0.4-alpha.1", | ||
"version": "0.0.4-deployContract.0", | ||
"description": "Core functions for Mintbase JS SDK", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "5d553cef73e0808c833301e25a389c2039b4bbc6" | ||
"gitHead": "6ca8cba75b1399129e4d9df5c31df47f62f7e7c0" | ||
} |
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
51414
36
732