Skip to content

Commit

Permalink
chore: Dump upgrade executor address
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Oct 28, 2024
1 parent f13fad0 commit 2b40663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rollupCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export async function createRollup(
console.log('SequencerInbox (proxy) created at address:', sequencerInbox)
console.log('Bridge (proxy) Contract created at address:', bridge)
console.log('ValidatorUtils Contract created at address:', validatorUtils)
console.log("Upgrade Contract created at address:", upgradeExecutor)
console.log(
'ValidatorWalletCreator Contract created at address:',
validatorWalletCreator
Expand Down

0 comments on commit 2b40663

Please sign in to comment.