From 2bf88c768281620ad9be2bc317c7a3e63e4f8fdc Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Fri, 6 Dec 2024 20:14:58 +0200 Subject: [PATCH 1/2] Update migration-test.bash --- espresso-tests/migration-test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espresso-tests/migration-test.bash b/espresso-tests/migration-test.bash index b2da49f7..c030e553 100755 --- a/espresso-tests/migration-test.bash +++ b/espresso-tests/migration-test.bash @@ -97,7 +97,7 @@ cd $TESTNODE_DIR ./espresso-tests/create-espresso-integrated-nitro-node.bash # Wait for CHILD_CHAIN_RPC_URL to be available -# * Essential migration sub step * This is technically essential to the migration, but doesn't usually take long and shouldn't need to be programatically determined during a live migration. +# * Essential migration sub step * This is technically essential to the migration, but doesn't usually take long and shouldn't need to be programmatically determined during a live migration. while ! curl -s $CHILD_CHAIN_RPC_URL > /dev/null; do echo "Waiting for $CHILD_CHAIN_RPC_URL to be available..." sleep 5 From 0c4ef88c00b5b9e68f23e661178e3ab5fef5b2ac Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Fri, 6 Dec 2024 20:30:53 +0200 Subject: [PATCH 2/2] Update index.ts --- scripts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/index.ts b/scripts/index.ts index 59e03d96..9fac2a01 100644 --- a/scripts/index.ts +++ b/scripts/index.ts @@ -37,7 +37,7 @@ async function main() { }) .options(stressOptions) .options({ - espresso: { boolean: true, decription: 'use Espresso Sequencer for sequencing and DA', default: false }, + espresso: { boolean: true, description: 'use Espresso Sequencer for sequencing and DA', default: false }, espressoUrl: { string: true, description: 'Espresso Sequencer url', default: 'http://espresso-dev-node:41000' }, lightClientAddress: { string: true, description: 'address of the light client contract', default: ''}, enableEspressoFinalityNode: {boolean: true, description: 'enable finality node', default: false},