Skip to content

Commit

Permalink
fix Axelar error
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Oct 14, 2022
1 parent f532d02 commit 81c358b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/axelar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export async function getDepositAddress(
coin: string
): Promise<string | undefined> {
return await sdk.getDepositAddress(
fromBlockChain,
toBlockChain,
networks[fromBlockChain],
networks[toBlockChain],
destinationAddress,
tokens[coin]
)
Expand Down

0 comments on commit 81c358b

Please sign in to comment.