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-rc10 to 0.0.4-rc11

4

lib/v1/constants.js

@@ -36,3 +36,5 @@ "use strict";

};
exports.NEAR_NETWORK = process.env.NEAR_NETWORK || ((_a = global.localStorage) === null || _a === void 0 ? void 0 : _a.get('NEAR_NETWORK'));
exports.NEAR_NETWORK = process.env.NEAR_NETWORK ||
((_a = globalThis === null || globalThis === void 0 ? void 0 : globalThis.localStorage) === null || _a === void 0 ? void 0 : _a.get('NEAR_NETWORK')) ||
exports.Network.MAINNET;
exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = 'mintbase1.near';

@@ -39,0 +41,0 @@ exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = 'mintspace2.testnet';

{
"name": "@mintbase-js/sdk",
"version": "0.0.4-rc10",
"version": "0.0.4-rc11",
"description": "Core functions for Mintbase JS SDK",

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

},
"gitHead": "68ffa4d4ca313373d382ae8f4e061ad2e1b09a34"
"gitHead": "d8c34fcf473ebb19ea742a644f754fbb236fa757"
}

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