Skip to content

Commit

Permalink
chore: add haqq chain to evm-compatible cosmos chains array
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Mar 12, 2024
1 parent b546922 commit c207026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
) {
Expand Down

0 comments on commit c207026

Please sign in to comment.