Skip to content

Commit 8585952

Browse files
Update TVL calculation with WOWO & EARLY Pools.js (DefiLlama#12831)
1 parent e8b4f14 commit 8585952

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/root-finance/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ const pools = [
3131
{
3232
pool: 'component_rdx1czmq3me09q7p7g7hgsyaqctfw3he4hl6ypg6em2h7nyd2umk0dhhnq',
3333
resource: 'resource_rdx1thksg5ng70g9mmy9ne7wz0sc7auzrrwy7fmgcxzel2gvp8pj0xxfmf',
34+
},
35+
// Adding WOWO Pool
36+
{
37+
pool: 'component_rdx1crsgd3yqvfh49599yrfpw08ezjwjuns04970mz2l4dnyxxhwzuecy5',
38+
resource: 'resource_rdx1t4kc5ljyrwlxvg54s6gnctt7nwwgx89h9r2gvrpm369s23yhzyyzlx',
39+
},
40+
// Adding EARLY Pool
41+
{
42+
pool: 'component_rdx1cr0pr68zxqvmfq2whn4nh22qcg2q5skdm7lt3qwvm6nfr2ccaryjsz',
43+
resource: 'resource_rdx1t5xv44c0u99z096q00mv74emwmxwjw26m98lwlzq6ddlpe9f5cuc7s',
3444
}
3545
];
3646

0 commit comments

Comments
 (0)