Skip to content

Commit

Permalink
Merge pull request #128 from bobanetwork/update-op-stack-support
Browse files Browse the repository at this point in the history
Update the major support
  • Loading branch information
boyuan-chen authored Jan 6, 2025
2 parents 7cab711 + c12c328 commit 505e943
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 @@ -42,7 +42,7 @@ var (
BobaBnbTestnetRegoTime = big.NewInt(1718920167)
)

var OPStackSupport = ProtocolVersionV0{Build: [8]byte{}, Major: 8, Minor: 0, Patch: 0, PreRelease: 0}.Encode()
var OPStackSupport = ProtocolVersionV0{Build: [8]byte{}, Major: 9, 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 505e943

Please sign in to comment.