Skip to content

Commit

Permalink
Update Paris Block Definition (hyperledger#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 <danno.ferrin@gmail.com>
  • Loading branch information
shemnon authored and eum602 committed Nov 3, 2023
1 parent fc34cb3 commit 862eb51
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 862eb51

Please sign in to comment.