Skip to content

Commit b1c479d

Browse files
authored
AImstrong: added BSC chain contract (#16921)
1 parent c5dae99 commit b1c479d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/aimstrong/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const abi = {
77
const CONFIG = {
88
arbitrum: "0x7c94606f2240E61E242D14Ed984Aa38FA4C79c0C",
99
base: "0x7c94606f2240E61E242D14Ed984Aa38FA4C79c0C",
10+
bsc: "0xA0a61cFa5798976b0064fBbFfc73dc81080d929F",
1011
};
1112

1213
async function tvl(api) {
@@ -46,4 +47,5 @@ module.exports = {
4647
"TVL is the sum of collateral tokens backing the protocol, by checking balances held in each reserve’s tToken.",
4748
arbitrum: { tvl, borrowed },
4849
base: { tvl, borrowed },
50+
bsc: { tvl, borrowed },
4951
};

0 commit comments

Comments
 (0)