Skip to content

Commit

Permalink
Update arb1 config
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Aug 25, 2022
1 parent 442f430 commit 0defad1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ func ArbitrumOneParams() ArbitrumChainParams {
EnableArbOS: true,
AllowDebugPrecompiles: false,
DataAvailabilityCommittee: false,
// Not used as arbitrum one has init data
InitialArbOSVersion: 1,
InitialChainOwner: common.Address{},
InitialArbOSVersion: 6,
InitialChainOwner: common.HexToAddress("0xd345e41ae2cb00311956aa7109fc801ae8c81a52"),
}
}

Expand Down

0 comments on commit 0defad1

Please sign in to comment.