Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions projects/aimstrong/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const abi = {
const CONFIG = {
arbitrum: "0x7c94606f2240E61E242D14Ed984Aa38FA4C79c0C",
base: "0x7c94606f2240E61E242D14Ed984Aa38FA4C79c0C",
bsc: "0xA0a61cFa5798976b0064fBbFfc73dc81080d929F",
};

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