Skip to content

Commit 6f817db

Browse files
authored
Add Moor TVL (#17297)
1 parent bc24e9e commit 6f817db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/moor/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { sumTokens } = require("../helper/chain/fuel")
2+
3+
async function tvl(api) {
4+
const contractId = '0xd7795099227cc0b9dc5872d29ca2b10691d9db6bd45853a6bb532e68dd166ce3'
5+
6+
return sumTokens({ api, owner: contractId })
7+
}
8+
9+
module.exports = {
10+
fuel: { tvl },
11+
timetravel: false,
12+
}

0 commit comments

Comments
 (0)