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 authored and CeciliaZ030 committed May 27, 2024
1 parent f5065c6 commit e3faaa6
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 @@ -30,6 +30,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 e3faaa6

Please sign in to comment.