Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
b2898008
Unverified
Commit
b2898008
authored
Aug 24, 2022
by
Mark Tyneway
Committed by
GitHub
Aug 24, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3307 from ethereum-optimism/fix/add-missing-predeploy
contracts-bedrock: add gpo to Predeploys.sol
parents
cdf2163e
d2a1bbc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
flat-pianos-kick.md
.changeset/flat-pianos-kick.md
+5
-0
Predeploys.sol
...ages/contracts-bedrock/contracts/libraries/Predeploys.sol
+6
-0
No files found.
.changeset/flat-pianos-kick.md
0 → 100644
View file @
b2898008
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Add missing predeploy to Predeploys.sol
packages/contracts-bedrock/contracts/libraries/Predeploys.sol
View file @
b2898008
...
...
@@ -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;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment