Skip to content

Commit 2685a01

Browse files
authored
1 parent 40a13e3 commit 2685a01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/astherus-asbtc/index.js

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

0 commit comments

Comments
 (0)