New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0-ft-minting-decimals-1c5fc1f.0 to 0.6.0-ft-registration-773141c.0

6

lib/ftDepositStorage/ftDepositStorage.d.ts

@@ -8,2 +8,8 @@ import { NearContractCall, FtDepositStorageArgs, FtDepositStorageArgsResponse } from '../types';

export declare const ftDepositStorage: ({ ftContractAddress, accountId, }: FtDepositStorageArgs) => NearContractCall<FtDepositStorageArgsResponse>;
export declare const usdcDepositStorage: ({ accountId }: {
accountId: string;
}) => NearContractCall<FtDepositStorageArgsResponse>;
export declare const usdtDepositStorage: ({ accountId }: {
accountId: string;
}) => NearContractCall<FtDepositStorageArgsResponse>;
//# sourceMappingURL=ftDepositStorage.d.ts.map

7

lib/ftDepositStorage/ftDepositStorage.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ftDepositStorage = void 0;
exports.usdtDepositStorage = exports.usdcDepositStorage = exports.ftDepositStorage = void 0;
const config_1 = require("../config/config");
const constants_1 = require("../constants");

@@ -25,2 +26,6 @@ const errorMessages_1 = require("../errorMessages");

exports.ftDepositStorage = ftDepositStorage;
const usdcDepositStorage = ({ accountId }) => (0, exports.ftDepositStorage)({ accountId, ftContractAddress: config_1.mbjs.keys.ftAddresses.usdc });
exports.usdcDepositStorage = usdcDepositStorage;
const usdtDepositStorage = ({ accountId }) => (0, exports.ftDepositStorage)({ accountId, ftContractAddress: config_1.mbjs.keys.ftAddresses.usdt });
exports.usdtDepositStorage = usdtDepositStorage;
//# sourceMappingURL=ftDepositStorage.js.map

2

lib/types.d.ts

@@ -105,3 +105,3 @@ import { Wallet } from '@near-wallet-selector/core';

connectProxyAddress?: string;
ftAddresses: FtAddresses | '';
ftAddresses: FtAddresses;
checkVersions?: boolean;

@@ -108,0 +108,0 @@ }

{
"name": "@mintbase-js/sdk",
"version": "0.6.0-ft-minting-decimals-1c5fc1f.0",
"version": "0.6.0-ft-registration-773141c.0",
"description": "Core functions for Mintbase JS SDK",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

},
"gitHead": "bd88ecec96349c8c382bf427d42398996b2102bd"
"gitHead": "fe563a72c0f0215df2693d9db6af4fef24210551"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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