@typus/typus-sdk 1.5.5-b → 1.5.5-c

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.
@@ -78,6 +78,7 @@ function typeArgToAsset(typeArg) {
78
78
  return "USDY";
79
79
  // AUSD
80
80
  case "0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD": // MAINNET
81
+ case "0x087653e9ffcc8ffe85e0e20523388aa27af2a5997ae64224444f0d98a2ba8279::ausd::AUSD": // TESTNET
81
82
  return "AUSD";
82
83
  // USDC
83
84
  case "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC":
@@ -262,7 +263,7 @@ exports.tokenType = {
262
263
  LIQ: "",
263
264
  HIPPO: "",
264
265
  MLIQ: "",
265
- AUSD: "",
266
+ AUSD: "0x087653e9ffcc8ffe85e0e20523388aa27af2a5997ae64224444f0d98a2ba8279::ausd::AUSD",
266
267
  sbETH: "",
267
268
  sbUSDT: "",
268
269
  VSUI: "",
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.5.5-b",
5
+ "version": "1.5.5-c",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.9.34",