Commit 08889686 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: mainnet deploy config fee vault recipients

Update the fee vault recipients to their final value
before the upgrade. The value can be changed through an
L2 contract upgrade. The values were previously set to
a hardhat test account. We never need to recycle the ether
back to the test accounts because they already have so
much ether that it is fine to set it to its final value.
parent 382d38b7
......@@ -19,9 +19,9 @@
"l2OutputOracleChallenger": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
"finalizationPeriodSeconds": 2,
"proxyAdminOwner": "0x90F79bf6EB2c4f870365E785982E1f101E93b906",
"baseFeeVaultRecipient": "0x90F79bf6EB2c4f870365E785982E1f101E93b906",
"l1FeeVaultRecipient": "0x90F79bf6EB2c4f870365E785982E1f101E93b906",
"sequencerFeeVaultRecipient": "0x90F79bf6EB2c4f870365E785982E1f101E93b906",
"baseFeeVaultRecipient": "0xa3d596eafab6b13ab18d40fae1a962700c84adea",
"l1FeeVaultRecipient": "0xa3d596eafab6b13ab18d40fae1a962700c84adea",
"sequencerFeeVaultRecipient": "0xa3d596eafab6b13ab18d40fae1a962700c84adea",
"governanceTokenName": "Optimism",
"governanceTokenSymbol": "OP",
"governanceTokenOwner": "0x90F79bf6EB2c4f870365E785982E1f101E93b906",
......
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