Skip to content

Commit 17cd001

Browse files
committed
update arbitrum dev chains to arbos 32
1 parent 64c91dd commit 17cd001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/config_arbitrum.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func ArbitrumDevTestParams() ArbitrumChainParams {
115115
EnableArbOS: true,
116116
AllowDebugPrecompiles: true,
117117
DataAvailabilityCommittee: false,
118-
InitialArbOSVersion: 31,
118+
InitialArbOSVersion: 32,
119119
InitialChainOwner: common.Address{},
120120
}
121121
}
@@ -125,7 +125,7 @@ func ArbitrumDevTestDASParams() ArbitrumChainParams {
125125
EnableArbOS: true,
126126
AllowDebugPrecompiles: true,
127127
DataAvailabilityCommittee: true,
128-
InitialArbOSVersion: 31,
128+
InitialArbOSVersion: 32,
129129
InitialChainOwner: common.Address{},
130130
}
131131
}

0 commit comments

Comments
 (0)