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
0
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-near-api-js-cec3fd5.0 to 0.6.0-new-rpcs-5a83890.0

8

lib/types.d.ts

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

testnet = "mintspace3.testnet",
mainnet = "mintbase2.near"
mainnet = "mintbasev2.near"
}

@@ -60,2 +60,6 @@ export declare enum GRAPHQL_ENDPOINTS {

}
export declare enum FASTNEAR_RPC_ENDPOINTS {
mainnet = "https://free.rpc.fastnear.com/",
testnet = "https://g.w.lavanet.xyz:443/gateway/neart/rpc-http/f538cb3b0a85aafdb9996886d004ee0a"
}
export declare enum LAVA_RPC_ENDPOINTS {

@@ -89,3 +93,3 @@ mainnet = "https://g.w.lavanet.xyz:443/gateway/near/rpc-http/f538cb3b0a85aafdb9996886d004ee0a",

};
export type RPC_OPTIONS = 'lava' | 'near' | 'beta';
export type RPC_OPTIONS = 'lava' | 'near' | 'beta' | 'fastnear';
export type ConfigOptions = {

@@ -92,0 +96,0 @@ network?: Network | string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionSuccessEnum = exports.FungibleToken = exports.USDT_ADDRESS = exports.USDC_ADDRESS = exports.NEAR_BETA_RPC_ENDPOINTS = exports.NEAR_RPC_ENDPOINTS = exports.LAVA_RPC_ENDPOINTS = exports.GRAPHQL_ENDPOINTS = exports.MINTBASE_CONTRACTS_V2 = exports.MINTBASE_CONTRACTS = exports.MARKET_CONTRACT_ADDRESS = exports.NEAR_NETWORKS = exports.FT_METHOD_NAMES = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = void 0;
exports.TransactionSuccessEnum = exports.FungibleToken = exports.USDT_ADDRESS = exports.USDC_ADDRESS = exports.NEAR_BETA_RPC_ENDPOINTS = exports.NEAR_RPC_ENDPOINTS = exports.LAVA_RPC_ENDPOINTS = exports.FASTNEAR_RPC_ENDPOINTS = exports.GRAPHQL_ENDPOINTS = exports.MINTBASE_CONTRACTS_V2 = exports.MINTBASE_CONTRACTS = exports.MARKET_CONTRACT_ADDRESS = exports.NEAR_NETWORKS = exports.FT_METHOD_NAMES = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = void 0;
var TOKEN_METHOD_NAMES;

@@ -56,3 +56,3 @@ (function (TOKEN_METHOD_NAMES) {

MINTBASE_CONTRACTS_V2["testnet"] = "mintspace3.testnet";
MINTBASE_CONTRACTS_V2["mainnet"] = "mintbase2.near";
MINTBASE_CONTRACTS_V2["mainnet"] = "mintbasev2.near";
})(MINTBASE_CONTRACTS_V2 = exports.MINTBASE_CONTRACTS_V2 || (exports.MINTBASE_CONTRACTS_V2 = {}));

@@ -64,2 +64,7 @@ var GRAPHQL_ENDPOINTS;

})(GRAPHQL_ENDPOINTS = exports.GRAPHQL_ENDPOINTS || (exports.GRAPHQL_ENDPOINTS = {}));
var FASTNEAR_RPC_ENDPOINTS;
(function (FASTNEAR_RPC_ENDPOINTS) {
FASTNEAR_RPC_ENDPOINTS["mainnet"] = "https://free.rpc.fastnear.com/";
FASTNEAR_RPC_ENDPOINTS["testnet"] = "https://g.w.lavanet.xyz:443/gateway/neart/rpc-http/f538cb3b0a85aafdb9996886d004ee0a";
})(FASTNEAR_RPC_ENDPOINTS = exports.FASTNEAR_RPC_ENDPOINTS || (exports.FASTNEAR_RPC_ENDPOINTS = {}));
var LAVA_RPC_ENDPOINTS;

@@ -66,0 +71,0 @@ (function (LAVA_RPC_ENDPOINTS) {

{
"name": "@mintbase-js/sdk",
"version": "0.6.0-near-api-js-cec3fd5.0",
"version": "0.6.0-new-rpcs-5a83890.0",
"description": "Core functions for Mintbase JS SDK",

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

},
"gitHead": "7c91ba401680966ad1701ce77bb231f0a210034e"
"gitHead": "16a9250ae94cd62c4ea4e2def343d42a4149c016"
}

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