Skip to content

Commit

Permalink
Merge branch 'bold-upgrade-guide' into custom-fee-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba committed Jan 17, 2025
2 parents e09a00b + 3c80dd3 commit d549ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/foundry/contract-upgrades/3.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ $ cd nitro-contracts
$ git checkout v3.0.0
```

3. Install yarn dependencies
3. Install dependencies and build contracts
```
$ yarn install
$ yarn build:all
```

4. In `scripts/files/configs`, create a new config file
Expand Down Expand Up @@ -71,7 +72,7 @@ Done.

9. Run the populate lookup script, this will store the last confirmed assertion on-chain for the next step.
```
$ L1_PRIV_KEY=$(cast wallet private-key --account arbl1) yarn script:bold-populate-lookup
$ L1_PRIV_KEY=xxx yarn script:bold-populate-lookup
...
Done.
```
Expand Down

0 comments on commit d549ae1

Please sign in to comment.