Skip to content

Commit

Permalink
fix Testnet params
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed May 6, 2022
1 parent f32a0dc commit ff0537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func ArbitrumTestnetParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: false,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 4,
InitialArbOSVersion: 1,
InitialChainOwner: common.Address{}, // TODO
}
}
Expand Down

0 comments on commit ff0537a

Please sign in to comment.