Skip to content

Commit

Permalink
Wait for the deployment of upgrade executor (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: gzeon <[email protected]>
  • Loading branch information
ImJeremyHe and gzeoneth committed Sep 12, 2024
1 parent 23fc796 commit 31c0768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploymentUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export async function deployAllContracts(
)
const rollupUser = await deployContract('RollupUserLogic', signer, [], verify)
const upgradeExecutor = await deployUpgradeExecutor(signer)
await upgradeExecutor.deployTransaction.wait()
const validatorUtils = await deployContract(
'ValidatorUtils',
signer,
Expand Down

0 comments on commit 31c0768

Please sign in to comment.