Skip to content

Commit

Permalink
Update OPStackSupport version
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Aug 8, 2024
1 parent 04a678f commit 417dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/superchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
chaosnetRegolithTime = big.NewInt(1692156862)
)

var OPStackSupport = ProtocolVersionV0{Build: [8]byte{}, Major: 7, Minor: 0, Patch: 0, PreRelease: 0}.Encode()
var OPStackSupport = ProtocolVersionV0{Build: [8]byte{}, Major: 8, Minor: 0, Patch: 0, PreRelease: 1}.Encode()

// OPStackChainConfigByName loads chain config corresponding to the chain name from superchain registry.
// This implementation is based on optimism monorepo(https://github.com/ethereum-optimism/optimism/blob/op-node/v1.4.1/op-node/chaincfg/chains.go#L59)
Expand Down

0 comments on commit 417dee1

Please sign in to comment.