Skip to content

Commit

Permalink
astherus-basis-trading (DefiLlama#12366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored Nov 20, 2024
1 parent 7a92002 commit 13659bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/astherus-basis-trading/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const USDF = "0x5A110fC00474038f6c02E89C707D638602EA44B5"

module.exports = {
bsc: {
tvl: async (api) => {
const supply = await api.call({ abi: 'erc20:totalSupply', target: USDF })
api.add(USDF, supply)
},
}
}

0 comments on commit 13659bd

Please sign in to comment.