File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ const scallop_sUSDC_LP_ID =
68
68
const scallop_sUSDT_LP_ID =
69
69
"0x6b68b42cbb4efccd9df30466c21fff3c090279992c005c45154bd1a0d87ac725" ;
70
70
71
+ const haSUI_Navi_Pond_ID = "0xef1ff1334c1757d8e841035090d34b17b7aa3d491a3cb611319209169617518e"
72
+
71
73
async function getStakingLPAmount ( id ) {
72
74
const stakingLPObject = await sui . getObject ( id ) ;
73
75
return stakingLPObject . fields . output_volume ;
@@ -238,6 +240,12 @@ async function tvl(api) {
238
240
snaviLPAmount
239
241
) ;
240
242
243
+ const haSuiNaviPondAmount = await getStakingLPAmount ( haSUI_Navi_Pond_ID ) ;
244
+ api . add (
245
+ "0xbde4ba4c2e274a60ce15c1cfff9e5c42e41654ac8b6d906a57efa4bd3c29f47d::hasui::HASUI" ,
246
+ haSuiNaviPondAmount
247
+ ) ;
248
+
241
249
const scallopUSDC_LPAmount = await getScallopsLPAmount ( scallop_sUSDC_LP_ID ) ;
242
250
api . add ( USDC , scallopUSDC_LPAmount ) ;
243
251
You can’t perform that action at this time.
0 commit comments