@typus/typus-perp-sdk 1.0.80 → 1.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/src/index.js CHANGED
@@ -26,7 +26,7 @@ dotenv_1.default.config();
26
26
  // default MAINNET
27
27
  exports.NETWORK = process.env.NEXT_PUBLIC_CLUSTER == "testnet" ? "TESTNET" : "MAINNET";
28
28
  // console.log(`Load .env NEXT_PUBLIC_CLUSTER: ${process.env.NEXT_PUBLIC_CLUSTER}`);
29
- console.log("Initializing Typus Perp SDK for ".concat(exports.NETWORK));
29
+ // console.log(`Initializing Typus Perp SDK for ${NETWORK}`);
30
30
  /** Register the MVR plugin globally */
31
31
  var transactions_1 = require("@mysten/sui/transactions");
32
32
  var mvrPlugin = exports.NETWORK == "MAINNET" ? "https://mainnet.mvr.mystenlabs.com" : "https://testnet.mvr.mystenlabs.com";
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@typus/typus-perp-sdk",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "repository": "https://github.com/Typus-Lab/typus-perp-sdk.git",
5
5
  "author": "Typus",
6
6
  "description": "typus perp sdk",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@typus/typus-sdk": "1.7.10"
9
+ "@typus/typus-sdk": "1.7.11"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/bs58": "^4.0.1",