We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141434c commit b725dd7Copy full SHA for b725dd7
op-deployer/pkg/deployer/standard/standard.go
@@ -25,7 +25,7 @@ const (
25
ChallengePeriodSeconds uint64 = 86400
26
ProofMaturityDelaySeconds uint64 = 604800
27
DisputeGameFinalityDelaySeconds uint64 = 302400
28
- MIPSVersion uint64 = 1
+ MIPSVersion uint64 = 2
29
DisputeGameType uint32 = 1 // PERMISSIONED game type
30
DisputeMaxGameDepth uint64 = 73
31
DisputeSplitDepth uint64 = 30
0 commit comments