Skip to content

Commit

Permalink
Update airdao harbor stats collection
Browse files Browse the repository at this point in the history
  • Loading branch information
SigismundSchlomo committed Oct 25, 2024
1 parent 939a39a commit 11f31df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/airdao-harbor/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
async function tvl(api) {
const totalStake = await api.call({ abi: 'uint256:getTotalStAmb', target: '0xBda7cf631Db4535A500ED16Dd98099C04e66F1d5' })
api.addGasToken(totalStake)
api.addCGToken('amber', totalStake/1e18)
}

module.exports = {
methodology: `TVL counts deposits made to Harbor liquid staking on AirDAO.`,
methodology: `TVL counts deposits made to Harbor on AirDAO.`,
airdao: {
tvl
}
}
}

0 comments on commit 11f31df

Please sign in to comment.