Commit 581c0773 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: update other places

parent 9425336b
...@@ -309,6 +309,10 @@ const config: HardhatUserConfig = { ...@@ -309,6 +309,10 @@ const config: HardhatUserConfig = {
type: 'address', type: 'address',
default: ethers.constants.AddressZero, default: ethers.constants.AddressZero,
}, },
proxyAdminOwner: {
type: 'address',
default: ethers.constants.AddressZero,
},
gasPriceOracleOwner: { gasPriceOracleOwner: {
type: 'address', type: 'address',
default: ethers.constants.AddressZero, default: ethers.constants.AddressZero,
......
...@@ -8,7 +8,7 @@ task('rekey', 'Generates a new set of keys for a test network').setAction( ...@@ -8,7 +8,7 @@ task('rekey', 'Generates a new set of keys for a test network').setAction(
const pathPrefix = "m/44'/60'/0'/0" const pathPrefix = "m/44'/60'/0'/0"
const labels = [ const labels = [
'l2OutputOracleProposer', 'l2OutputOracleProposer',
'proxyAdmin', 'proxyAdminOwner',
'optimismBaseFeeRecipient', 'optimismBaseFeeRecipient',
'optimismL1FeeRecipient', 'optimismL1FeeRecipient',
'optimismL2FeeRecipient', 'optimismL2FeeRecipient',
......
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