@typus/typus-sdk 1.5.5-a → 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.
|
@@ -29,6 +29,7 @@ function typeArgToAsset(typeArg) {
|
|
|
29
29
|
return "NAVX";
|
|
30
30
|
// SCA
|
|
31
31
|
case "0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA":
|
|
32
|
+
case "0xd33ea459d9e667c112f5168464a885a654d7bc3fd6903720aaa8cf495a32a77e::sca::SCA":
|
|
32
33
|
return "SCA";
|
|
33
34
|
// DEEP
|
|
34
35
|
case "0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP":
|
|
@@ -77,6 +78,7 @@ function typeArgToAsset(typeArg) {
|
|
|
77
78
|
return "USDY";
|
|
78
79
|
// AUSD
|
|
79
80
|
case "0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD": // MAINNET
|
|
81
|
+
case "0x087653e9ffcc8ffe85e0e20523388aa27af2a5997ae64224444f0d98a2ba8279::ausd::AUSD": // TESTNET
|
|
80
82
|
return "AUSD";
|
|
81
83
|
// USDC
|
|
82
84
|
case "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC":
|
|
@@ -261,7 +263,7 @@ exports.tokenType = {
|
|
|
261
263
|
LIQ: "",
|
|
262
264
|
HIPPO: "",
|
|
263
265
|
MLIQ: "",
|
|
264
|
-
AUSD: "",
|
|
266
|
+
AUSD: "0x087653e9ffcc8ffe85e0e20523388aa27af2a5997ae64224444f0d98a2ba8279::ausd::AUSD",
|
|
265
267
|
sbETH: "",
|
|
266
268
|
sbUSDT: "",
|
|
267
269
|
VSUI: "",
|