@@ -339,7 +339,7 @@ contract ScrollChainTest is DSTestPlus {
339
339
340
340
// revert when ErrorNotInEnforcedBatchMode
341
341
hevm.expectRevert (ScrollChain.ErrorNotInEnforcedBatchMode.selector );
342
- hevm.startPrank (address (999 ));
342
+ hevm.startPrank (address (0x00a329c0648769A73afAc7F9381E08FB43dBEA72 ));
343
343
rollup.commitAndFinalizeBatch (
344
344
7 ,
345
345
bytes32 (0 ),
@@ -372,7 +372,7 @@ contract ScrollChainTest is DSTestPlus {
372
372
// succeed to call commitAndFinalizeBatch 13
373
373
ScrollChainMockBlob (address (rollup)).setBlobVersionedHash (0 , blobVersionedHash);
374
374
ScrollChainMockBlob (address (rollup)).setBlobVersionedHash (1 , bytes32 (0 ));
375
- hevm.startPrank (address (999 ));
375
+ hevm.startPrank (address (0x00a329c0648769A73afAc7F9381E08FB43dBEA72 ));
376
376
rollup.commitAndFinalizeBatch (
377
377
7 ,
378
378
keccak256 (headers[12 ]),
@@ -410,7 +410,7 @@ contract ScrollChainTest is DSTestPlus {
410
410
// succeed to call commitAndFinalizeBatch 14, no need to warp time
411
411
ScrollChainMockBlob (address (rollup)).setBlobVersionedHash (0 , blobVersionedHash);
412
412
ScrollChainMockBlob (address (rollup)).setBlobVersionedHash (1 , bytes32 (0 ));
413
- hevm.startPrank (address (999 ));
413
+ hevm.startPrank (address (0x00a329c0648769A73afAc7F9381E08FB43dBEA72 ));
414
414
rollup.commitAndFinalizeBatch (
415
415
7 ,
416
416
keccak256 (headers[13 ]),
@@ -442,7 +442,7 @@ contract ScrollChainTest is DSTestPlus {
442
442
443
443
// not in enforced mode
444
444
hevm.expectRevert (ScrollChain.ErrorNotInEnforcedBatchMode.selector );
445
- hevm.startPrank (address (999 ));
445
+ hevm.startPrank (address (0x00a329c0648769A73afAc7F9381E08FB43dBEA72 ));
446
446
rollup.commitAndFinalizeBatch (
447
447
7 ,
448
448
keccak256 (headers[13 ]),
@@ -489,7 +489,7 @@ contract ScrollChainTest is DSTestPlus {
489
489
490
490
// revert when ErrorNotInEnforcedBatchMode
491
491
hevm.expectRevert (ScrollChain.ErrorNotInEnforcedBatchMode.selector );
492
- hevm.startPrank (address (999 ));
492
+ hevm.startPrank (address (0x00a329c0648769A73afAc7F9381E08FB43dBEA72 ));
493
493
rollup.commitAndFinalizeBatch (
494
494
7 ,
495
495
bytes32 (0 ),
@@ -514,7 +514,7 @@ contract ScrollChainTest is DSTestPlus {
514
514
// succeed to call commitAndFinalizeBatch 13
515
515
ScrollChainMockBlob (address (rollup)).setBlobVersionedHash (0 , blobVersionedHash);
516
516
ScrollChainMockBlob (address (rollup)).setBlobVersionedHash (1 , bytes32 (0 ));
517
- hevm.startPrank (address (999 ));
517
+ hevm.startPrank (address (0x00a329c0648769A73afAc7F9381E08FB43dBEA72 ));
518
518
rollup.commitAndFinalizeBatch (
519
519
7 ,
520
520
keccak256 (headers[12 ]),
0 commit comments