@typus/typus-sdk 1.4.58 → 1.4.59

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.
@@ -52,5 +52,5 @@ export declare const tokenType: {
52
52
  MBLUB: string;
53
53
  };
54
54
  };
55
- export type TOKEN = "SUI" | "CETUS" | "BUCK" | "SOL" | "TURBOS" | "APT" | "FUD" | "MFUD" | "BLUB" | "MBLUB" | "USDT" | "AFSUI" | "INJ" | "SEI" | "USDY" | "TEXP" | "SCA" | "BTC" | "ETH" | "USDC" | "LIQ" | "MLIQ" | "HIPPO" | "wUSDC";
55
+ export type TOKEN = "SUI" | "CETUS" | "BUCK" | "SOL" | "TURBOS" | "APT" | "FUD" | "MFUD" | "BLUB" | "MBLUB" | "USDT" | "AFSUI" | "INJ" | "SEI" | "USDY" | "TEXP" | "SCA" | "BTC" | "ETH" | "USDC" | "LIQ" | "MLIQ" | "HIPPO" | "DEEP" | "wUSDC";
56
56
  export declare function typeArgToToken(typeArg: string): string;
@@ -124,6 +124,8 @@ function assetToDecimal(asset) {
124
124
  return 6;
125
125
  case "MLIQ":
126
126
  return 6;
127
+ case "DEEP":
128
+ return 6;
127
129
  }
128
130
  }
129
131
  exports.tokenType = {
@@ -207,6 +209,8 @@ function typeArgToToken(typeArg) {
207
209
  return "LIQ";
208
210
  case "0x8993129d72e733985f7f1a00396cbd055bad6f817fee36576ce483c8bbb8b87b":
209
211
  return "HIPPO";
212
+ case "0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270":
213
+ return "DEEP";
210
214
  default:
211
215
  return typeArgs[2];
212
216
  }
@@ -84,6 +84,7 @@ export interface Oracle {
84
84
  eth: string;
85
85
  mliq: string;
86
86
  hippo: string;
87
+ deep: string;
87
88
  }
88
89
  export interface Token {
89
90
  afsui: string;
@@ -117,4 +118,5 @@ export interface Token {
117
118
  wusdc: string;
118
119
  mliq: string;
119
120
  hippo: string;
121
+ deep: string;
120
122
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.4.58",
5
+ "version": "1.4.59",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",