From 88f14c0e6f6c076d6e244eb566f9762aaa26a7ca Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:59:53 -0500 Subject: [PATCH 1/3] Update scripts/foundry/contract-upgrades/3.0.0/README.md Co-authored-by: gzeon --- scripts/foundry/contract-upgrades/3.0.0/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/foundry/contract-upgrades/3.0.0/README.md b/scripts/foundry/contract-upgrades/3.0.0/README.md index 57d3a26..eedbcc9 100644 --- a/scripts/foundry/contract-upgrades/3.0.0/README.md +++ b/scripts/foundry/contract-upgrades/3.0.0/README.md @@ -44,6 +44,7 @@ $ git checkout v3.0.0 3. Install yarn dependencies ``` $ yarn install +$ yarn build:all ``` 4. In `scripts/files/configs`, create a new config file From 44a61771dbe1e06527240e9db4b304f0acd84be5 Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:01:11 -0500 Subject: [PATCH 2/3] readme tweak --- scripts/foundry/contract-upgrades/3.0.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/foundry/contract-upgrades/3.0.0/README.md b/scripts/foundry/contract-upgrades/3.0.0/README.md index eedbcc9..5820844 100644 --- a/scripts/foundry/contract-upgrades/3.0.0/README.md +++ b/scripts/foundry/contract-upgrades/3.0.0/README.md @@ -41,7 +41,7 @@ $ cd nitro-contracts $ git checkout v3.0.0 ``` -3. Install yarn dependencies +3. Install dependencies and build contracts ``` $ yarn install $ yarn build:all From 3c80dd39921dabb93a4ffa2e00728de8d2796b84 Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:17:44 -0500 Subject: [PATCH 3/3] Update scripts/foundry/contract-upgrades/3.0.0/README.md --- scripts/foundry/contract-upgrades/3.0.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/foundry/contract-upgrades/3.0.0/README.md b/scripts/foundry/contract-upgrades/3.0.0/README.md index 5820844..97ded77 100644 --- a/scripts/foundry/contract-upgrades/3.0.0/README.md +++ b/scripts/foundry/contract-upgrades/3.0.0/README.md @@ -72,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. ```