From ee56d5c8ab303cdcd4e660059eedd90c486ea4c1 Mon Sep 17 00:00:00 2001 From: Kylix Afonso Date: Wed, 20 Sep 2023 08:14:39 +0100 Subject: [PATCH] add usdt market to liqwid --- src/adaptors/liqwid/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adaptors/liqwid/index.js b/src/adaptors/liqwid/index.js index 16baf7d6be..1f19034849 100644 --- a/src/adaptors/liqwid/index.js +++ b/src/adaptors/liqwid/index.js @@ -66,7 +66,8 @@ const apy = async () => { getPool("DJED"), getPool("SHEN"), getPool("iUSD"), - getPool("USDC") + getPool("USDC"), + getPool("USDT") ]; };