Skip to content

Commit

Permalink
Update DeployOnL1.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Feb 12, 2024
1 parent 5c2dd8a commit 3d663bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol/script/DeployOnL1.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ contract DeployOnL1 is DeployCapability {

address[] memory guardians = vm.envAddress("GUARDIAN_PROVERS", ",");
uint8 minGuardians = uint8(vm.envUint("MIN_GUARDIANS"));
// TODO: uncomment next line to make the test work
// as Anvil doesn't support EIP-3855
// TODO: uncomment next line when Anvil supports EIP-3855
// GuardianProver(guardianProver).setGuardians(guardians, minGuardians);
GuardianProver(guardianProver).transferOwnership(timelock);

Expand Down

0 comments on commit 3d663bc

Please sign in to comment.