We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bc8bc commit e433d03Copy full SHA for e433d03
projects/root-finance/index.js
@@ -26,8 +26,13 @@ const pools = [
26
{
27
pool: 'component_rdx1cqlfmwmhdmp0ln4gaera4skn3yz30p4k5ssv7lqflgh0rjeakwzs9f',
28
resource: 'resource_rdx1t4upr78guuapv5ept7d7ptekk9mqhy605zgms33mcszen8l9fac8vf',
29
+ },
30
+ // Adding the LSULP Pool
31
+ {
32
+ pool: 'component_rdx1czmq3me09q7p7g7hgsyaqctfw3he4hl6ypg6em2h7nyd2umk0dhhnq',
33
+ resource: 'resource_rdx1thksg5ng70g9mmy9ne7wz0sc7auzrrwy7fmgcxzel2gvp8pj0xxfmf',
34
}
-]
35
+];
36
37
async function fetchData(addresses) {
38
return await queryAddresses({ addresses });
0 commit comments