Skip to content

Commit

Permalink
Put a TODO for the rinkeby InitialChainOwner parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jul 23, 2022
1 parent 2140a84 commit 18d8759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ func ArbitrumRinkebyTestParams() ArbitrumChainParams {
AllowDebugPrecompiles: false,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 3,
// Not used - has init data
InitialChainOwner: common.Address{},
InitialChainOwner: common.Address{}, // TODO
}
}

Expand Down

0 comments on commit 18d8759

Please sign in to comment.