Skip to content

Commit

Permalink
params: update op-stack protocol version to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Oct 18, 2023
1 parent 6e0ba4b commit 23c26c1
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 @@ -11,7 +11,7 @@ import (
"github.com/ethereum/go-ethereum/common"
)

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

func init() {
for id, ch := range superchain.OPChains {
Expand Down

0 comments on commit 23c26c1

Please sign in to comment.