@mintbase-js/sdk
Advanced tools
Comparing version 0.0.4-rc13 to 0.0.4-rc14
@@ -32,3 +32,3 @@ export declare const TOKEN_METHOD_NAMES: { | ||
}; | ||
export declare const NEAR_NETWORK: string; | ||
export declare const NEAR_NETWORK: any; | ||
export declare const MB_MAINNET_TOKEN_FACTORY_ADDRESS = "mintbase1.near"; | ||
@@ -35,0 +35,0 @@ export declare const MB_TESTNET_TOKEN_FACTORY_ADDRESS = "mintspace2.testnet"; |
@@ -36,5 +36,3 @@ "use strict"; | ||
}; | ||
exports.NEAR_NETWORK = process.env.NEAR_NETWORK || | ||
((_a = globalThis === null || globalThis === void 0 ? void 0 : globalThis.localStorage) === null || _a === void 0 ? void 0 : _a.getItem('NEAR_NETWORK')) || | ||
exports.Network.MAINNET; | ||
exports.NEAR_NETWORK = process.env.NEAR_NETWORK || ((_a = global.localStorage) === null || _a === void 0 ? void 0 : _a.get('NEAR_NETWORK')); | ||
exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = 'mintbase1.near'; | ||
@@ -41,0 +39,0 @@ exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = 'mintspace2.testnet'; |
{ | ||
"name": "@mintbase-js/sdk", | ||
"version": "0.0.4-rc13", | ||
"version": "0.0.4-rc14", | ||
"description": "Core functions for Mintbase JS SDK", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "13ef051b74169585474db2d02e62b324acf823ec" | ||
"gitHead": "163c0a2ef50d04c2b40fb5fc197674982f559166" | ||
} |
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
33279
530