Skip to content

Commit

Permalink
Merge pull request #163 from ethereum-optimism/protocol-v3_1_0
Browse files Browse the repository at this point in the history
params: update op-stack protocol version to v3.1.0
  • Loading branch information
protolambda authored Oct 18, 2023
2 parents 6e0ba4b + 23c26c1 commit 63125bd
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 63125bd

Please sign in to comment.