Skip to content

Commit 830eb0d

Browse files
committed
1 parent 8a5d31d commit 830eb0d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/airdao-harbor/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
async function tvl(api) {
2+
const totalStake = await api.call({ abi: 'uint256:getTotalStAmb', target: '0xBda7cf631Db4535A500ED16Dd98099C04e66F1d5' })
3+
api.addGasToken(totalStake)
4+
}
5+
6+
module.exports = {
7+
methodology: `TVL counts deposits made to Harbor liquid staking on AirDAO.`,
8+
airdao: {
9+
tvl
10+
}
11+
}

0 commit comments

Comments
 (0)