Commit c8427b47 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add gov token to predeploys contract

The `GovernanceToken` never had a field in the `Predeploys`
contract, this commit adds it.
parent eb68ef54
......@@ -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