Skip to content

Commit

Permalink
Do not remove original ProxyAdminOwner
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Jun 24, 2024
1 parent 997abe2 commit d5702f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions deployments/deploy-config/op-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"l2OutputOracleProposer": "0x473300df21D047806A082244b417f96b32f13A33",
"l2OutputOracleChallenger": "0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A",
"finalizationPeriodSeconds": 604800,
"proxyAdminOwner": "0x7871d1187A97cbbE40710aC119AA3d412944e4Fe",
"baseFeeVaultRecipient": "0xa3d596EAfaB6B13Ab18D40FaE1A962700C84ADEa",
"l1FeeVaultRecipient": "0xa3d596EAfaB6B13Ab18D40FaE1A962700C84ADEa",
"sequencerFeeVaultRecipient": "0xa3d596EAfaB6B13Ab18D40FaE1A962700C84ADEa",
Expand Down
1 change: 1 addition & 0 deletions deployments/deploy-config/op-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"l2OutputOracleProposer": "0x49277EE36A024120Ee218127354c4a3591dc90A9",
"l2OutputOracleChallenger": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
"finalizationPeriodSeconds": 12,
"proxyAdminOwner": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
"baseFeeVaultRecipient": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
"l1FeeVaultRecipient": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
"sequencerFeeVaultRecipient": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
Expand Down
2 changes: 0 additions & 2 deletions deployments/init_deploy_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ set_key_value() {
}

output_file_content=$(cat "$input_file")
# proxyAdminOwner will be the deployer of asterisc. Remove original one
output_file_content=$(echo "$output_file_content" | jq "del(.proxyAdminOwner)" )

output_file_content=$(echo "$output_file_content" | set_key_value "faultGameGenesisOutputRoot" $fault_game_genesis_output_root )
output_file_content=$(echo "$output_file_content" | set_key_value "faultGameAbsolutePrestate" $fault_game_absolute_prestate )
Expand Down

0 comments on commit d5702f2

Please sign in to comment.