From 488493123124401ff5448f486e7191443e3d76a0 Mon Sep 17 00:00:00 2001 From: Dra Murphy <149679879+kmurphypolygon@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:06:37 +0200 Subject: [PATCH] Update docs/how-to/migrate/forkid-7-to-9.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Léo Vincent <28714795+leovct@users.noreply.github.com> --- docs/how-to/migrate/forkid-7-to-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/migrate/forkid-7-to-9.md b/docs/how-to/migrate/forkid-7-to-9.md index df6c8090..e31627c1 100644 --- a/docs/how-to/migrate/forkid-7-to-9.md +++ b/docs/how-to/migrate/forkid-7-to-9.md @@ -140,7 +140,7 @@ cast to-dec $(cast rpc zkevm_batchNumber | sed 's/"//g') git clone git@github.com: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 ```