From bcfe3dc168de46b9939534a4df9c1c6d49fe5fc6 Mon Sep 17 00:00:00 2001 From: skosito Date: Thu, 8 Aug 2024 16:11:02 +0200 Subject: [PATCH] fix script --- v2/scripts/localnet/ZevmWithdrawAndCall.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/scripts/localnet/ZevmWithdrawAndCall.s.sol b/v2/scripts/localnet/ZevmWithdrawAndCall.s.sol index fed5bf3b..4170b465 100644 --- a/v2/scripts/localnet/ZevmWithdrawAndCall.s.sol +++ b/v2/scripts/localnet/ZevmWithdrawAndCall.s.sol @@ -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.