Skip to content

Commit 6d18130

Browse files
feat: add sonefi HPLP pools tvl (DefiLlama#13435)
Co-authored-by: gengbingbing <[email protected]>
1 parent 0ff68fb commit 6d18130

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/sonefi-perp/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ const ADDRESSES = require('../helper/coreAssets.json')
22
const { sumTokens2 } = require('../helper/unwrapLPs')
33

44
const USDCE = ADDRESSES.soneium.USDC
5+
const USDTE = ADDRESSES.soneium.USDT
6+
7+
const SPLP = "0x368986EDcB1b2Ac55282752c6881c0E4A5A6b1bE";
8+
const HPLP = "0x7a61A9ACe265FAc9f431F964100A80271D6a6eca";
59
function tvl(api) {
6-
return sumTokens2({ api, owner: '0x368986EDcB1b2Ac55282752c6881c0E4A5A6b1bE', tokens: [USDCE] })
10+
return sumTokens2({ api, owners: [SPLP, HPLP], tokens: [USDCE, USDTE] })
711
}
812

913
module.exports = {

0 commit comments

Comments
 (0)