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 bc24e9e commit 6f817dbCopy full SHA for 6f817db
projects/moor/index.js
@@ -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