Skip to content

Commit

Permalink
fix: verifierSupportedEpoch from env
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Jan 14, 2025
1 parent 7c1f6a4 commit d6ca50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/DeployLocalDevNet.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ contract DeployLocalDevNet is DeployBase {
config.gIHistoricalSummaries = GIndex.wrap(
0x0000000000000000000000000000000000000000000000000000000000003b00
);

config.verifierSupportedEpoch = 29696;
config.verifierSupportedEpoch = vm.envUint("DEVNET_ELECTRA_EPOCH");
// Accounting
config.maxCurveLength = 10;
config.bondCurve = new uint256[](6);
Expand Down

0 comments on commit d6ca50d

Please sign in to comment.