Skip to content

Commit 3de885a

Browse files
committed
chore: add todo
1 parent 77f35b3 commit 3de885a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

script/releases/v1.7.0-multichain/2-deployDestinationChainProxies.s.sol

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ contract DeployDestinationChainProxies is MultisigBuilder {
1717
return;
1818
}
1919

20-
vm.startBroadcast();
21-
2220
// Deploy or get the empty contract for the destination chain
2321
// address emptyContract = address(Env.impl.emptyContract());
2422

@@ -39,7 +37,7 @@ contract DeployDestinationChainProxies is MultisigBuilder {
3937
// deployedTo: address(new TransparentUpgradeableProxy({_logic: emptyContract, admin_: Env.multichainDeployerMultisig(), _data: ""}))
4038
// });
4139

42-
vm.stopBroadcast();
40+
// TODO: compute the expected address of each proxy. Add to zeus env.
4341
}
4442

4543
function testScript() public virtual {
@@ -53,7 +51,7 @@ contract DeployDestinationChainProxies is MultisigBuilder {
5351
_validateProxyAdminIsMultisig();
5452
}
5553

56-
/// @dev Validate that proxies are owned by the multisig (temporarily)
54+
/// @dev Validate that proxies are owned by the multichain deployer multisig (temporarily)
5755
function _validateProxyAdminIsMultisig() internal view {
5856
address multisig = Env.multichainDeployerMultisig();
5957

0 commit comments

Comments
 (0)