Skip to content

Commit

Permalink
fix prove-block.sh typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jun 5, 2024
1 parent 5a92e4d commit ca25ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prove-block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$chain" == "ethereum" ]; then
elif [ "$chain" == "holesky" ]; then
l1_network="holesky"
elif [ "$chain" == "taiko_mainnet" ]; then
l1_network="ethereum"
l1_network="taiko_a7"
elif [ "$chain" == "taiko_a7" ]; then
l1_network="holesky"
else
Expand Down

0 comments on commit ca25ac7

Please sign in to comment.