Skip to content

Commit

Permalink
fix ausd decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Sep 23, 2024
1 parent b9197a8 commit 825b8fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/navi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const decimalShift = {
[ADDRESSES.sui.USDC]: -3, // USDC
[ADDRESSES.sui.USDT]: -3, // USDT
[ADDRESSES.sui.WETH]: -1, // WETH
["0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD"]: -3,
}

const storageId = "0xbb4e2f4b6205c2e2a2db47aeb4f830796ec7c005f88537ee775986639bc442fe"
Expand Down

0 comments on commit 825b8fa

Please sign in to comment.