-
Notifications
You must be signed in to change notification settings - Fork 13
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
docs: bold upgrade guide #35
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: gzeon <[email protected]>
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.
should not be merged without #36
|
||
7. Run the prepare script, this will deploy the actions. L1_PRIV_KEY does not need to be the chain owner. | ||
``` | ||
$ L1_PRIV_KEY=xxx INFURA_KEY=xxx ETHERSCAN_API_KEY=xxx yarn script:bold-prepare --network {mainnet|arb1|base|arbSepolia} |
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.
this script will deploy ETH versions of the inbox,outbox,bridge. we need to update it to handle ERC20 versions
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.
pushed this commit to disable custom fee token chain upgrade for now be1c247
update bold guide
BLK-275