Skip to content

Commit

Permalink
pass asset correctly to onRevert
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 21, 2024
1 parent de54f0f commit 9ad8c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/localnet/src/handleOnZEVMWithdrawn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const handleOnZEVMWithdrawn = async ({
err,
provider,
tss,
asset: getERC20ByZRC20(zrc20),
asset: zrc20,
amount,
log,
fungibleModuleSigner,
Expand Down

0 comments on commit 9ad8c31

Please sign in to comment.