Skip to content

Commit e791666

Browse files
committed
chore: typo
1 parent b35eefa commit e791666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/releases/v1.7.0-multichain/4-instantiateDestinationChainProxies.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)