Skip to content

Commit

Permalink
Update Paris Block Definition (#4277)
Browse files Browse the repository at this point in the history
Paris block definition was set up prior to gray glacier.  Update the
base to be gray glacier.

Signed-off-by: Danno Ferrin <[email protected]>
  • Loading branch information
shemnon authored and jflo committed Aug 19, 2022
1 parent 10e22b5 commit 79539aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ static ProtocolSpecBuilder parisDefinition(
final boolean quorumCompatibilityMode,
final EvmConfiguration evmConfiguration) {

return arrowGlacierDefinition(
return grayGlacierDefinition(
chainId,
configContractSizeLimit,
configStackSizeLimit,
Expand Down

0 comments on commit 79539aa

Please sign in to comment.