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

Merge pull request #4833 from ethereum-optimism/ctb/add-gov-token-predeploys

contracts-bedrock: add gov token to predeploys contract
parents 3969dc49 c8427b47
......@@ -104,4 +104,9 @@ library Predeploys {
* @notice Address of the L1FeeVault predeploy.
*/
address internal constant L1_FEE_VAULT = 0x420000000000000000000000000000000000001A;
/**
* @notice Address of the GovernanceToken predeploy.
*/
address internal constant GOVERNANCE_TOKEN = 0x4200000000000000000000000000000000000042;
}
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