Commit b2898008 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #3307 from ethereum-optimism/fix/add-missing-predeploy

contracts-bedrock: add gpo to Predeploys.sol
parents cdf2163e d2a1bbc8
---
'@eth-optimism/contracts-bedrock': patch
---
Add missing predeploy to Predeploys.sol
......@@ -65,4 +65,10 @@ library Predeploys {
* instead, which exposes more information about the L1 state.
*/
address internal constant L1_BLOCK_NUMBER = 0x4200000000000000000000000000000000000013;
/**
* @notice Address of the GasPriceOracle predeploy. Includes fee information
* and helpers for computing the L1 portion of the transaction fee.
*/
address internal constant GAS_PRICE_ORACLE = 0x420000000000000000000000000000000000000F;
}
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