Skip to content

Commit

Permalink
Revert "op-program: Make directory preimage format the default." (#11823
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ajsutton authored Sep 10, 2024
1 parent 7f3d6ef commit e2356c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion op-program/host/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func NewConfig(
L2ClaimBlockNumber: l2ClaimBlockNum,
L1RPCKind: sources.RPCKindStandard,
IsCustomChainConfig: isCustomConfig,
DataFormat: types.DataFormatDirectory,
DataFormat: types.DataFormatFile,
}
}

Expand Down
2 changes: 1 addition & 1 deletion op-program/host/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
Name: "data.format",
Usage: fmt.Sprintf("Format to use for preimage data storage. Available formats: %s", openum.EnumString(types.SupportedDataFormats)),
EnvVars: prefixEnvVars("DATA_FORMAT"),
Value: string(types.DataFormatDirectory),
Value: string(types.DataFormatFile),
}
L2NodeAddr = &cli.StringFlag{
Name: "l2",
Expand Down

0 comments on commit e2356c3

Please sign in to comment.