Skip to content

Commit

Permalink
Restore deleted log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel authored Sep 11, 2023
1 parent 68c1421 commit 0293874
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
setTimeout(fail, 30_000)
const messageBusContract = (await hre.ethers.getContractAt('MessageBus', '0x526c84529b2b8c11f57d93d3f5537aca3aecef9b'));
while (await messageBusContract.callStatic.verifyMessageFinalized(messages[1]) != true) {
console.log(`Messages not stored on L2 yet, retrying...`);
await sleep(1_000);
}
resolve(true);
Expand Down

0 comments on commit 0293874

Please sign in to comment.