@typus/typus-sdk 1.6.28 → 1.6.30
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.
|
@@ -167,6 +167,8 @@ function typeArgToAsset(typeArg) {
|
|
|
167
167
|
// LBTC
|
|
168
168
|
case "0x3e8e9423d80e1774a7ca128fccd8bf5f1f7753be658c5e645929037f7c819040::lbtc::LBTC": // MAINNET
|
|
169
169
|
return "LBTC";
|
|
170
|
+
case "0x732f66e6e97c0f6b7250a5f43dc3576e225ae6e7578862a9b122915f6ff63988::xau::XAU": // MAINNET
|
|
171
|
+
return "XAU";
|
|
170
172
|
default:
|
|
171
173
|
throw new Error("Unknown typeArg: ".concat(typeArg));
|
|
172
174
|
}
|
|
@@ -100,6 +100,7 @@ exports.priceInfoObjectIds = {
|
|
|
100
100
|
JUP: "0xb804ada6f77feb30a73fbed7fc53dc66ff25133dee0815109d4267e43b2e6bdd",
|
|
101
101
|
WAL: "0xeb7e669f74d976c0b99b6ef9801e3a77716a95f1a15754e0f1399ce3fb60973d",
|
|
102
102
|
LBTC: "0xeba15840ddf425dacb5ff0990334fc03d034487f4ad416280859b96bf2af89f8",
|
|
103
|
+
XAU: "0x5b36eb3c0935908082926c0c767a55b87a2a4eb3a45908785b41f9d5a11e4f7b",
|
|
103
104
|
},
|
|
104
105
|
TESTNET: {
|
|
105
106
|
SUI: "0x1ebb295c789cc42b3b2a1606482cd1c7124076a0f5676718501fda8c7fd075a0",
|