From 2fdf356102d717ae90f95bcef4180e424ce2e0d3 Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Fri, 23 Aug 2024 15:12:21 +0800 Subject: [PATCH 1/2] Update the orbit chain --- orbit-actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbit-actions b/orbit-actions index 3c35709f..261b147f 160000 --- a/orbit-actions +++ b/orbit-actions @@ -1 +1 @@ -Subproject commit 3c35709ff49b780a15e33d8eb8819ed7efb0db61 +Subproject commit 261b147f8f271ec96b07257f7a912182d7a590b6 From 8e68bc850dd3e669749188944539957842972a9c Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Fri, 23 Aug 2024 15:12:34 +0800 Subject: [PATCH 2/2] Lint --- espresso-tests/migration-test.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/espresso-tests/migration-test.bash b/espresso-tests/migration-test.bash index 368724fc..0fca6398 100755 --- a/espresso-tests/migration-test.bash +++ b/espresso-tests/migration-test.bash @@ -16,13 +16,13 @@ docker compose up espresso-dev-node --detach docker stop nitro-testnode-sequencer-1 #start nitro node in new docker container with espresso image (create a new script to do this from pieces of test-node.bash) -./espresso-tests/create-espresso-integrated-nitro-node.bash +./espresso-tests/create-espresso-integrated-nitro-node.bash # enter the directory for the appropriate .env file cd espresso-tests # source the env file to export required source .env -## return to top level directory +## return to top level directory cd .. #export l2 owner private key @@ -36,7 +36,7 @@ NEW_OSP_ENTRY=`forge script --chain $CHAIN_NAME contracts/parent-chain/contract- echo $NEW_OSP_ENTRY export NEW_OSP_ENTRY -#forge script to deploy Espresso osp migration action +#forge script to deploy Espresso osp migration action forge script --chain $CHAIN_NAME contracts/parent-chain/contract-upgrades/DeployEspressoOspMigrationAction.s.sol --rpc-url $RPC_URL --broadcast --verify -vvvv --verifier blockscout --verifier-url http://localhost:4000/api? #forge script to deploy the Espresso ArbOS upgrade acdtion.