Skip to content

Commit

Permalink
use var
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Aug 10, 2023
1 parent eb561a5 commit e0ed2af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const checkIfTokenIsDeployedCrossChain = async (

try {
const isBridgedToken = await destTokenVaultContract.isBridgedToken(
token.addresses[srcChain.id],
tokenAddressOnSourceChain,
);

if (isBridgedToken) {
Expand Down

0 comments on commit e0ed2af

Please sign in to comment.