Skip to content

Commit

Permalink
track arrow markets (#11221)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Aug 7, 2024
1 parent 0f39123 commit 2688052
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/arrow-markets/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
async function staking(api) {
const bal = await api.call({ abi: 'uint256:totalStakeAmounts', target: '0x9193957DC6d298a83afdA45A83C24c6C397b135f' })
api.add('0x5c5e384Bd4e36724B2562cCAA582aFd125277C9B', bal)
}

module.exports = {
avax: {
tvl: () => ({}),
staking,
}
}

0 comments on commit 2688052

Please sign in to comment.