From c207026a8940d6eb46d3a863ee865f891b348d5c Mon Sep 17 00:00:00 2001 From: npty Date: Tue, 12 Mar 2024 15:14:54 +0700 Subject: [PATCH] chore: add haqq chain to evm-compatible cosmos chains array --- .../wallet-tx-btn/cosmos-tx-btn/hooks/useKeplrIBCTransfer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/swap-states/components/wallet-tx-btn/cosmos-tx-btn/hooks/useKeplrIBCTransfer.ts b/src/features/swap-states/components/wallet-tx-btn/cosmos-tx-btn/hooks/useKeplrIBCTransfer.ts index ad1f676f0..98f105f51 100644 --- a/src/features/swap-states/components/wallet-tx-btn/cosmos-tx-btn/hooks/useKeplrIBCTransfer.ts +++ b/src/features/swap-states/components/wallet-tx-btn/cosmos-tx-btn/hooks/useKeplrIBCTransfer.ts @@ -119,7 +119,7 @@ export function useKeplrIBCTransfer() { console.log(e); }); } else if ( - ["evmos", "xpla", "acrechain", "rebus"].includes( + ["evmos", "xpla", "acrechain", "rebus", "haqq"].includes( srcChain.chainName.toLowerCase() ) ) {