From 36b00979ef02d73220506fd8f8dc10f5d79d9a24 Mon Sep 17 00:00:00 2001 From: Fibonacci747 Date: Fri, 12 Sep 2025 17:17:21 +0200 Subject: [PATCH 1/3] Update DeployAndInitEspressoSequencerInboxForTest.s.sol --- espresso-tests/DeployAndInitEspressoSequencerInboxForTest.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espresso-tests/DeployAndInitEspressoSequencerInboxForTest.s.sol b/espresso-tests/DeployAndInitEspressoSequencerInboxForTest.s.sol index f52c050d..9dab8c17 100644 --- a/espresso-tests/DeployAndInitEspressoSequencerInboxForTest.s.sol +++ b/espresso-tests/DeployAndInitEspressoSequencerInboxForTest.s.sol @@ -20,7 +20,7 @@ contract DeployAndInitEspressoSequencerInbox is Script { uint256 maxDataSize = vm.envUint("MAX_DATA_SIZE"); // Grab booleans we need from env bool isUsingFeeToken = vm.envBool("IS_USING_FEE_TOKEN"); - // Trick the Vm into seeing that this opcode exsists if this isn't the migration test + // Trick the Vm into seeing that this opcode exists if this isn't the migration test if (!isMigrationTest){ bytes memory code = vm.getDeployedCode("ArbSysMock.sol:ArbSysMock"); vm.etch(0x0000000000000000000000000000000000000064, code); From 99a9c43cce63e29ec0b97d26ba65047fa8f860df Mon Sep 17 00:00:00 2001 From: Fibonacci747 Date: Fri, 12 Sep 2025 17:17:45 +0200 Subject: [PATCH 2/3] Update README.md --- espresso-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/espresso-tests/README.md b/espresso-tests/README.md index e827f324..419fc426 100644 --- a/espresso-tests/README.md +++ b/espresso-tests/README.md @@ -1,6 +1,6 @@ # Espresso Migration -This document contains details surrounding the test migrating an exsisting Arbitrum Orbit chain to use the nitro-espresso-integration, and be compatible with the Espresso network. +This document contains details surrounding the test migrating an existing Arbitrum Orbit chain to use the nitro-espresso-integration, and be compatible with the Espresso network. ## Running the test @@ -25,4 +25,4 @@ These steps can be done manually while preparing the `** Essential migration ste ## Non upgrade related steps -Steps that are not directly related to a real world example of this upgrade will be unmarked. That is comments about these steps will contain neither `** Essential migration step **` or `* Essential migration sub step *` \ No newline at end of file +Steps that are not directly related to a real world example of this upgrade will be unmarked. That is comments about these steps will contain neither `** Essential migration step **` or `* Essential migration sub step *` From 74efa0b3d827f42e553f3579cb3e372924e60343 Mon Sep 17 00:00:00 2001 From: Fibonacci747 Date: Fri, 12 Sep 2025 17:18:54 +0200 Subject: [PATCH 3/3] Update test-node.bash --- test-node.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-node.bash b/test-node.bash index af6d623b..957e53fc 100755 --- a/test-node.bash +++ b/test-node.bash @@ -15,7 +15,7 @@ DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.2" ESPRESSO_DEFAULT_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:integration : ${ESPRESSO_VERSION:=$ESPRESSO_DEFAULT_VERSION} -# Set default versions if not overriden by provided env vars +# Set default versions if not overridden by provided env vars : ${NITRO_CONTRACTS_REPO:=$DEFAULT_NITRO_CONTRACTS_REPO} : ${NITRO_CONTRACTS_BRANCH:=$DEFAULT_NITRO_CONTRACTS_VERSION} : ${TOKEN_BRIDGE_BRANCH:=$DEFAULT_TOKEN_BRIDGE_VERSION}