Skip to content

Commit

Permalink
Merge pull request #30 from roberto-bayardo/predeploy-scalars
Browse files Browse the repository at this point in the history
fix details of Ecotone scalar management in GasPriceOracle spec
  • Loading branch information
tynes authored Feb 6, 2024
2 parents cd7ccb3 + fa9bbc5 commit b5e2f14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions specs/protocol/predeploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,11 @@ Following the Ecotone upgrade, the values used for L1 fee computation are:
- l1BlobBaseFeeScalar
- decimals

These values are managed by the `SystemConfig` contract on the L1. The`decimals` remains hardcoded
to 6, and the old `scalar` and `overhead` values are ignored.
[ecotone-scalars]: system_config.html#ecotone-scalar-overhead-uint256uint256-change

These new scalar values are managed by the `SystemConfig` contract on the L1 by introducing a
backwards compatible [versioned encoding scheme][ecotone-scalars] of its `scalars` storage
slot. The `decimals` remains hardcoded to 6, and the `overhead` value is ignored.

## L1Block

Expand Down

0 comments on commit b5e2f14

Please sign in to comment.