Skip to content

Commit 4d0558b

Browse files
committed
Update eraVM_EIP7702.sol
1 parent ffa5412 commit 4d0558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/evm/foundry/local/eraVM_EIP7702.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ contract SpokePoolEIP7702Test is Test {
7474
vm.startPrank(owner);
7575
ERC1967Proxy proxy = new ERC1967Proxy(
7676
address(new TestableMockSpokePool(address(weth))),
77-
abi.encodeCall(ZkSync_SpokePool.initialize, (0, ZkBridgeLike(address(0)), owner, makeAddr("hubPool")))
77+
abi.encodeCall(ZkSync_SpokePool.initialize, (0, owner, makeAddr("hubPool")))
7878
);
7979
spokePool = TestableMockSpokePool(payable(proxy));
8080
vm.stopPrank();

0 commit comments

Comments
 (0)