Skip to content

Commit

Permalink
fix prove-block for taiko_mainnet (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed May 26, 2024
1 parent ed37856 commit f50eabd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/prove-block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ if [ "$chain" == "ethereum" ]; then
l1_network="ethereum"
elif [ "$chain" == "holesky" ]; then
l1_network="holesky"
elif [ "$chain" == "taiko_mainnet" ]; then
l1_network="ethereum"
elif [ "$chain" == "taiko_a7" ]; then
l1_network="holesky"
else
Expand Down

0 comments on commit f50eabd

Please sign in to comment.