Skip to content

Commit e433d03

Browse files
Add LSULP pool to Root Finance TVL calculation in index.js (DefiLlama#12430)
1 parent 43bc8bc commit e433d03

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

projects/root-finance/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ const pools = [
2626
{
2727
pool: 'component_rdx1cqlfmwmhdmp0ln4gaera4skn3yz30p4k5ssv7lqflgh0rjeakwzs9f',
2828
resource: 'resource_rdx1t4upr78guuapv5ept7d7ptekk9mqhy605zgms33mcszen8l9fac8vf',
29+
},
30+
// Adding the LSULP Pool
31+
{
32+
pool: 'component_rdx1czmq3me09q7p7g7hgsyaqctfw3he4hl6ypg6em2h7nyd2umk0dhhnq',
33+
resource: 'resource_rdx1thksg5ng70g9mmy9ne7wz0sc7auzrrwy7fmgcxzel2gvp8pj0xxfmf',
2934
}
30-
]
35+
];
3136

3237
async function fetchData(addresses) {
3338
return await queryAddresses({ addresses });

0 commit comments

Comments
 (0)