Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit c5b28c7

Browse files
authored
Merge branch 'main' into test-use-blob
2 parents 5190ce6 + 9f68847 commit c5b28c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cmd/flags/prover.go

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ var (
2222
Category: proverCategory,
2323
EnvVars: []string{"PROVER_CAPACITY"},
2424
}
25-
)
26-
27-
// Optional flags used by prover.
28-
var (
2925
RaikoHostEndpoint = &cli.StringFlag{
3026
Name: "raiko.host",
3127
Usage: "RPC endpoint of a Raiko host service",
28+
Required: true,
3229
Category: proverCategory,
3330
EnvVars: []string{"RAIKO_HOST"},
3431
}
32+
)
33+
34+
// Optional flags used by prover.
35+
var (
3536
RaikoL1Endpoint = &cli.StringFlag{
3637
Name: "raiko.l1",
3738
Usage: "L1 RPC endpoint which will be sent to the Raiko service",

0 commit comments

Comments
 (0)