File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ contract DeployAnvil is Script {
426426 address [] memory admins = new address [](1 );
427427 admins[0 ] = USER1;
428428
429- uint setAdminNonce = escrow.setAdminNonce ( );
429+ uint setAdminNonce = escrow.repoSetAdminNonce (repoId, accountId );
430430 uint signatureDeadline = block .timestamp + 3600 ;
431431
432432 bytes32 digest = keccak256 (
@@ -651,7 +651,7 @@ contract DeployAnvil is Script {
651651 address [] memory admins = new address [](1 );
652652 admins[0 ] = USER2;
653653
654- uint setAdminNonce = escrow.setAdminNonce ( );
654+ uint setAdminNonce = escrow.repoSetAdminNonce (repoId, accountId );
655655 uint signatureDeadline = block .timestamp + 3600 ;
656656
657657 bytes32 digest = keccak256 (
@@ -1580,4 +1580,4 @@ contract DeployAnvil is Script {
15801580 escrow.setBatchLimit (BATCH_LIMIT);
15811581 vm.stopBroadcast ();
15821582 }
1583- }
1583+ }
You can’t perform that action at this time.
0 commit comments