Commit 02420db0 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add gpo to Predeploys.sol

This file was missing the `GAS_PRICE_ORACLE` value,
this commit adds in a constant for it.
parent 63373dc8
---
'@eth-optimism/contracts-bedrock': patch
---
Add missing predeploy to Predeploys.sol
...@@ -65,4 +65,10 @@ library Predeploys { ...@@ -65,4 +65,10 @@ library Predeploys {
* instead, which exposes more information about the L1 state. * instead, which exposes more information about the L1 state.
*/ */
address internal constant L1_BLOCK_NUMBER = 0x4200000000000000000000000000000000000013; 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