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 6ffd07e commit d3d705eCopy full SHA for d3d705e
projects/townsquare/index.js
@@ -15,7 +15,7 @@ async function tvl({ api }) {
15
})
16
17
pooled.forEach((pool, i) => {
18
- api.add(Object.values(pools)[i], pool.output.totalAmount)
+ api.add(Object.values(pools)[i], pool.totalAmount)
19
20
}
21
0 commit comments