@mintbase-js/sdk
Advanced tools
Comparing version 0.0.4-rc10 to 0.0.4-rc11
@@ -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
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
33416
532