Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Aug 8, 2024
1 parent 3b12bbf commit bcfe3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/scripts/localnet/ZevmWithdrawAndCall.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pragma solidity 0.8.26;

import "forge-std/Script.sol";
import "src/zevm/GatewayZEVM.sol";
import "src/zevm/ZRC20.sol";
import "test/utils/ReceiverEVM.sol";
import "test/utils/ZRC20.sol";

// ZevmWithdrawAndCallScript executes withdrawAndCall method on GatewayZEVM and it should be used on localnet.
// It uses anvil private key, and sets default contract addresses deployed on fresh localnet, that can be overriden with env vars.
Expand Down

0 comments on commit bcfe3dc

Please sign in to comment.