Skip to content

Commit

Permalink
Merge pull request #75 from VolodymyrBg/nitrotestnode
Browse files Browse the repository at this point in the history
Nitrotestnode
  • Loading branch information
ImJeremyHe authored Dec 11, 2024
2 parents 77d1447 + 0c4ef88 commit 100d2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion espresso-tests/migration-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 100d2b3

Please sign in to comment.