diff --git a/test/evm/foundry/local/ZkStack_Adapter.t.sol b/test/evm/foundry/local/ZkStack_Adapter.t.sol index 9a74364bb..16f7d1912 100644 --- a/test/evm/foundry/local/ZkStack_Adapter.t.sol +++ b/test/evm/foundry/local/ZkStack_Adapter.t.sol @@ -264,7 +264,7 @@ contract ZkStackAdapterTest is Test { refundRecipient: owner, secondBridgeAddress: sharedBridge, secondBridgeValue: amountToSend, - secondBridgeCalldata: abi.encode(address(1), amountToSend, random) + secondBridgeCalldata: abi.encode(address(1), 0, random) }) ) );