Skip to content

Commit

Permalink
add usdt market to liqwid
Browse files Browse the repository at this point in the history
  • Loading branch information
kylixafonso committed Sep 20, 2023
1 parent a991928 commit ee56d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adaptors/liqwid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ const apy = async () => {
getPool("DJED"),
getPool("SHEN"),
getPool("iUSD"),
getPool("USDC")
getPool("USDC"),
getPool("USDT")
];
};

Expand Down

0 comments on commit ee56d5c

Please sign in to comment.