Skip to content

Commit

Permalink
default to public rpc provider for holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Apr 11, 2024
1 parent 38840b6 commit 956e8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prove_block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rangeEnd="$4"
if [ "$chain" == "ethereum" ]; then
rpc="https://rpc.ankr.com/eth"
elif [ "$chain" == "holesky" ]; then
rpc="http://localhost:8545/"
rpc="https://ethereum-holesky-rpc.publicnode.com"
elif [ "$chain" == "taiko_a6" ]; then
rpc="https://rpc.katla.taiko.xyz"
l1Rpc="https://l1rpc.katla.taiko.xyz"
Expand Down

0 comments on commit 956e8c4

Please sign in to comment.