Skip to content

Commit 903e25f

Browse files
committed
fix: foundry compile
1 parent 53fb002 commit 903e25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/util/ActionTestBase.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ abstract contract ActionTestBase {
7373
rollup.transferOwnership(address(ue));
7474
bridge = Bridge(TestUtil.deployProxy(address(new Bridge())));
7575
bridge.initialize(IOwnable(address(rollup)));
76-
si = SequencerInbox(TestUtil.deployProxy(address(new SequencerInbox())));
76+
si = SequencerInbox(TestUtil.deployProxy(address(new SequencerInbox(117964))));
7777
si.initialize(bridge, ISequencerInbox.MaxTimeVariation(0, 0, 0, 0));
78-
inbox = Inbox(TestUtil.deployProxy(address(new Inbox())));
78+
inbox = Inbox(TestUtil.deployProxy(address(new Inbox(117964))));
7979
inbox.initialize(bridge, si);
8080

8181
l1Timelock =

0 commit comments

Comments
 (0)