Skip to content

Commit 13659bd

Browse files
authored
astherus-basis-trading (DefiLlama#12366)
1 parent 7a92002 commit 13659bd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const USDF = "0x5A110fC00474038f6c02E89C707D638602EA44B5"
2+
3+
module.exports = {
4+
bsc: {
5+
tvl: async (api) => {
6+
const supply = await api.call({ abi: 'erc20:totalSupply', target: USDF })
7+
api.add(USDF, supply)
8+
},
9+
}
10+
}

0 commit comments

Comments
 (0)