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.4-alpha.1 to 0.0.4-deployContract.0

lib/deployContract/deployContract.d.ts

2

lib/constants.d.ts
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;

4

lib/constants.js
"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

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