Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Jul 26, 2024
1 parent a442098 commit b628a97
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 @@ -214,6 +214,7 @@ export async function deployAllContracts(
)
const rollupUser = await deployContract('RollupUserLogic', signer, [], verify)
const upgradeExecutor = await deployUpgradeExecutor(signer)
upgradeExecutor.deployTransaction.wait()
const validatorUtils = await deployContract(
'ValidatorUtils',
signer,
Expand Down

0 comments on commit b628a97

Please sign in to comment.