Skip to content

Commit

Permalink
Merge branch 'gate-get-scheduled-upgrade' into finalize-arbos-20
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Feb 2, 2024
2 parents ab13ede + acc85b3 commit cf2eadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions precompiles/precompile.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ func Precompiles() map[addr]ArbosPrecompile {
ArbOwnerPublic.methodsByName["GetInfraFeeAccount"].arbosVersion = 5
ArbOwnerPublic.methodsByName["RectifyChainOwner"].arbosVersion = 11
ArbOwnerPublic.methodsByName["GetBrotliCompressionLevel"].arbosVersion = 20
ArbOwnerPublic.methodsByName["GetScheduledUpgrade"].arbosVersion = 20

ArbRetryableImpl := &ArbRetryableTx{Address: types.ArbRetryableTxAddress}
ArbRetryable := insert(MakePrecompile(templates.ArbRetryableTxMetaData, ArbRetryableImpl))
Expand Down

0 comments on commit cf2eadf

Please sign in to comment.