Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Jan 22, 2025
1 parent 22752c0 commit bc8230d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espresso-tests/migration-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ declare -p CHILD_CHAIN_UPGRADE_EXECUTOR_ADDRESS
# Export l2 owner private key and address
# These commands are exclusive to the test.
# * Essential migration sub step * These addresses are likely known addresses to operators in the event of a real migration
PRIVATE_KEY="$(docker compose run scripts print-private-key --account l2owner 2>dev/null | trim-last)"
PRIVATE_KEY="$(docker compose run scripts print-private-key --account l2owner 2>/dev/null | trim-last)"
# This is a private key used for testing, save to print
declare -p PRIVATE_KEY

Expand Down

0 comments on commit bc8230d

Please sign in to comment.