Commit faee2dff authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8090 from ethereum-optimism/jg/1559_params

specs: 1559 configuration
parents 5d79b40e 5742320e
......@@ -4,6 +4,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [1559 Parameters](#1559-parameters)
- [Deposited transaction processing](#deposited-transaction-processing)
- [Deposited transaction boundaries](#deposited-transaction-boundaries)
- [Fees](#fees)
......@@ -26,6 +27,14 @@
This document outlines the modifications, configuration and usage of a L1 execution engine for L2.
## 1559 Parameters
The execution engine must be able to take a per chain configuration which specifies the EIP-1559 Denominator
and EIP-1559 elasticity. After Canyon it should also take a new value `EIP1559DenominatorCanyon` and use that as
the denominator in the 1559 formula rather than the prior denominator.
The formula for EIP-1559 is not otherwise modified.
## Deposited transaction processing
The Engine interfaces abstract away transaction types with [EIP-2718][eip-2718].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment