Skip to content

Commit

Permalink
Fix accept admin
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Sep 12, 2024
1 parent 67903f3 commit df70542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions zk_toolbox/crates/config/src/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl ContractsConfig {
self.ecosystem_contracts
.diamond_cut_data
.clone_from(&deploy_l1_output.contracts_config.diamond_cut_data);
self.l1.chain_admin_addr = deploy_l1_output.deployed_addresses.chain_admin;
}

pub fn set_chain_contracts(&mut self, register_chain_output: &RegisterChainOutput) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub struct DeployL1DeployedAddressesOutput {
pub governance_addr: Address,
pub transparent_proxy_admin_addr: Address,
pub validator_timelock_addr: Address,
pub chain_admin: Address,
pub bridgehub: L1BridgehubOutput,
pub bridges: L1BridgesOutput,
pub state_transition: L1StateTransitionOutput,
Expand Down

0 comments on commit df70542

Please sign in to comment.