-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bold deploy script improvements #263
Conversation
This reverts commit 6948823.
@@ -315,32 +369,44 @@ async function checkOldRollup(params: VerificationParams) { | |||
) { | |||
throw new Error('Old rollup was not upgraded') | |||
} | |||
|
|||
// using the reader factory here for typing | |||
const rollupReaderContract = RollupReader__factory.connect(config.contracts.rollup, l1Rpc) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does this rollupreader still exist? i thought we were getting rid of it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is in the #266 PR, I don't want to mix the contract change with this PR but that will be merged after this one
Various changes to the bold deployment script, no contract change.
ROLLUP_ADDRESS
for testnode integrationANVILFORK
flag for fork testingcurrentInboxCount
is used for validationThis PR also changed the imported nitro-contract version, but will be deprecated and removed in #266