Skip to content

Commit

Permalink
Update OPVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Jun 7, 2024
1 parent b41b796 commit 73e8cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
const (
OPVersionMajor = 0 // Major version component of the current release
OPVersionMinor = 6 // Minor version component of the current release
OPVersionMicro = 0 // Patch version component of the current release
OPVersionMicro = 2 // Patch version component of the current release
OPVersionModifier = "unstable" // Version metadata to append to the version string
)

Expand Down
2 changes: 1 addition & 1 deletion turbo/execution/eth1/eth1_chain_reader.go/chain_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type ChainReaderWriterEth1 struct {

func NewChainReaderEth1(cfg *chain.Config, executionModule execution.ExecutionClient, fcuTimeoutMillis uint64) ChainReaderWriterEth1 {
if cfg.IsOptimism() {
// op-node cannot handle async fcu. So increase timout to 5s(op-node FCU timeout)
// op-node cannot handle async fcu. So increase timeout to 5s(op-node FCU timeout)
fcuTimeoutMillis = 5000
}
return ChainReaderWriterEth1{
Expand Down

0 comments on commit 73e8cb6

Please sign in to comment.