File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
script/releases/v1.7.0-multichain Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ contract InstantiateDestinationChainProxies is DeployDestinationChainImpls {
9292 function _validateStorage () internal view {
9393 // Validate OperatorTableUpdater
9494 OperatorTableUpdater operatorTableUpdater = Env.proxy.operatorTableUpdater ();
95- assertTrue (operatorTableUpdater.owner () == Env.opsMultisig (), "otu .owner invalid " );
96- assertTrue (operatorTableUpdater.paused () == 0 , "otu .paused invalid " );
95+ assertTrue (operatorTableUpdater.owner () == Env.opsMultisig (), "operatorTableUpdater .owner invalid " );
96+ assertTrue (operatorTableUpdater.paused () == 0 , "operatorTableUpdater .paused invalid " );
9797 // TODO: add checks on global root confirmer set
9898
9999 // Validate ECDSACertificateVerifier
You can’t perform that action at this time.
0 commit comments