Skip to content

Commit

Permalink
add cetu pool assets to navi (DefiLlama#8314)
Browse files Browse the repository at this point in the history
  • Loading branch information
javaandfly authored Dec 8, 2023
1 parent c48a571 commit 19cb565
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/navi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ const reserves = [
"0xab644b5fd11aa11e930d1c7bc903ef609a9feaf9ffe1b23532ad8441854fbfaf", // Reserve For SUI
"0xeb3903f7748ace73429bd52a70fff278aac1725d3b58afa781f25ce3450ac203", // Reserve For USDC
"0xb8c5eab02a0202f638958cc79a69a2d30055565caad1684b3c8bbca3bddcb322", // Reserve For USDT
"0xafecf4b57899d377cc8c9de75854c68925d9f512d0c47150ca52a0d3a442b735" // Reserve For WETH
"0xafecf4b57899d377cc8c9de75854c68925d9f512d0c47150ca52a0d3a442b735", // Reserve For WETH
"0x66a807c06212537fe46aa6719a00e4fa1e85a932d0b53ce7c4b1041983645133"// Reserve For CETUS
]

const decimalShift = {
[ADDRESSES.sui.USDC]: -3, // USDC
[ADDRESSES.sui.USDT]: -3, // USDT
[ADDRESSES.sui.WETH]: -1 // WETH
[ADDRESSES.sui.WETH]: -1, // WETH
["0x06864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS"]: 0 //CETUS
}


Expand Down

0 comments on commit 19cb565

Please sign in to comment.