Skip to content

Commit

Permalink
fix: ChainType choices (to support consumer chains) (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
bap2pecs authored Dec 11, 2024
1 parent ad9a930 commit 8e8384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finality-provider/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var (
type Config struct {
LogLevel string `long:"loglevel" description:"Logging level for all subsystems" choice:"trace" choice:"debug" choice:"info" choice:"warn" choice:"error" choice:"fatal"`
// ChainType and ChainID (if any) of the chain config identify a consumer chain
ChainType string `long:"chaintype" description:"the type of the consumer chain" choice:"babylon"`
ChainType string `long:"chaintype" description:"the type of the consumer chain" choice:"babylon" choice:"OPStackL2" choice:"wasm"`
NumPubRand uint32 `long:"numPubRand" description:"The number of Schnorr public randomness for each commitment"`
NumPubRandMax uint32 `long:"numpubrandmax" description:"The upper bound of the number of Schnorr public randomness for each commitment"`
MinRandHeightGap uint32 `long:"minrandheightgap" description:"The minimum gap between the last committed rand height and the current Babylon block height"`
Expand Down

0 comments on commit 8e8384a

Please sign in to comment.