Skip to content

Commit b725dd7

Browse files
authored
op-deployer: Default to MIPS v2 (#14891)
1 parent 141434c commit b725dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-deployer/pkg/deployer/standard/standard.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
ChallengePeriodSeconds uint64 = 86400
2626
ProofMaturityDelaySeconds uint64 = 604800
2727
DisputeGameFinalityDelaySeconds uint64 = 302400
28-
MIPSVersion uint64 = 1
28+
MIPSVersion uint64 = 2
2929
DisputeGameType uint32 = 1 // PERMISSIONED game type
3030
DisputeMaxGameDepth uint64 = 73
3131
DisputeSplitDepth uint64 = 30

0 commit comments

Comments
 (0)