@typus/typus-sdk 1.6.26 → 1.6.27

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.
@@ -190,6 +190,8 @@ function assetToDecimal(asset) {
190
190
  case "STSUI":
191
191
  case "WAL":
192
192
  case "HAEDAL":
193
+ case "JPY":
194
+ case "XAU":
193
195
  return 9;
194
196
  case "wBTC":
195
197
  case "sbETH":
@@ -343,6 +345,8 @@ exports.oracle = {
343
345
  LBTC: "0x7781a2f3a77a9a2b4a8fe8a5ce54eb8d155e924966ff9b8d4459c08efedc946b",
344
346
  wAPT: "0x25f9ffcc52776d5f8656bbdb4a3339a411c1550f288560ab0b101170f23b8245",
345
347
  HAEDAL: "0x5dde9f285c75132a91b54ea7e93f5ddd61cdb38ca8e6191263028561a9956f94",
348
+ XAU: "0x511c861bcc9fb41e96091e9aefe07ff0ac55369b5838fd7f793569581b3b2f33",
349
+ JPY: "0x8cf8e48c6434d33ff28b8f15ca4e728821705db71087567fbedf4e4585f326b9",
346
350
  },
347
351
  TESTNET: {
348
352
  SUI: "0x9083c9ce1a1eef569bb1a8b31dfa5e0fce2e05887e68ba79ca6ae522acd041f3",
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.6.26",
5
+ "version": "1.6.27",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.9.34",