Skip to content

Commit

Permalink
Anvil Epoch size precompile update (#11009)
Browse files Browse the repository at this point in the history
epoch size precompile update
  • Loading branch information
pahor167 authored May 27, 2024
1 parent 86c3ffb commit 7a4fddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.8.7 <0.8.20;
contract EpochSizePrecompile {
address constant ADDRESS = address(0xff - 7);

uint256 public constant EPOCH_SIZE = 17280;
uint256 public constant EPOCH_SIZE = 100;

receive() external payable {}

Expand Down

0 comments on commit 7a4fddd

Please sign in to comment.