Skip to content

Commit

Permalink
Merge pull request #464 from axelarnetwork/chore/fix-haqq
Browse files Browse the repository at this point in the history
chore: add haqq chain to evm-compatible cosmos chains array
  • Loading branch information
canhtrinh authored Mar 12, 2024
2 parents b546922 + c207026 commit 63fa64c
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 63fa64c

Please sign in to comment.