We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dae99 commit b1c479dCopy full SHA for b1c479d
projects/aimstrong/index.js
@@ -7,6 +7,7 @@ const abi = {
7
const CONFIG = {
8
arbitrum: "0x7c94606f2240E61E242D14Ed984Aa38FA4C79c0C",
9
base: "0x7c94606f2240E61E242D14Ed984Aa38FA4C79c0C",
10
+ bsc: "0xA0a61cFa5798976b0064fBbFfc73dc81080d929F",
11
};
12
13
async function tvl(api) {
@@ -46,4 +47,5 @@ module.exports = {
46
47
"TVL is the sum of collateral tokens backing the protocol, by checking balances held in each reserve’s tToken.",
48
arbitrum: { tvl, borrowed },
49
base: { tvl, borrowed },
50
+ bsc: { tvl, borrowed },
51
0 commit comments