diff --git a/src/txs/swap/TFMSwapContext.tsx b/src/txs/swap/TFMSwapContext.tsx index d7947e9d3..2bbe9a1c0 100644 --- a/src/txs/swap/TFMSwapContext.tsx +++ b/src/txs/swap/TFMSwapContext.tsx @@ -127,7 +127,8 @@ const TFMSwapContext = ({ children }: PropsWithChildren<{}>) => { ...readNativeDenom(token), token: ibc, balance: getAmount(bankBalance, token), - })), + })) + .filter((entry) => (entry.isNonWhitelisted ? false : true)), ], }