Skip to content

Commit

Permalink
Update docs/how-to/migrate/forkid-7-to-9.md
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Vincent <[email protected]>
  • Loading branch information
kmurphypolygon and leovct authored Apr 24, 2024
1 parent 456532a commit 4884931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/migrate/forkid-7-to-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cast to-dec $(cast rpc zkevm_batchNumber | sed 's/"//g')
git clone [email protected]:0xPolygonHermez/zkevm-contracts.git
pushd zkevm-contracts/
git reset --hard a38e68b5466d1997cea8466dbd4fc8dacd4e11d8
npm i
npm install
printf "[profile.default]\nsrc = 'contracts'\nout = 'out'\nlibs = ['node_modules']\n" > foundry.toml
forge build
```
Expand Down

0 comments on commit 4884931

Please sign in to comment.