Skip to content

Commit

Permalink
add btc echo lending (#11966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored Oct 21, 2024
1 parent 839a88c commit 2f22408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/echo-lending/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function getData() {
item.debt = item.reserve[3]
item.balance = +item.reserve[2] - +item.debt
}
return resources.filter(i => i.uToken && i.uToken !== '0x4e1854f6d332c9525e258fb6e66f84b6af8aba687bbcb832a24768c4e175feec::abtc::ABTC')
return resources.filter(i => i.uToken);
}
}

Expand Down

0 comments on commit 2f22408

Please sign in to comment.