Skip to content

Commit

Permalink
optimism: remove etherbase from op-geth args (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda authored Sep 24, 2022
1 parent b75b989 commit 3bf543a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions clients/op-geth/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ geth \
--nodiscover \
--maxpeers=0 \
--networkid="$CHAIN_ID" \
--mine \
--miner.etherbase="$HIVE_ETHERBASE" \
--password="$GETH_DATA_DIR"/password \
--allow-insecure-unlock \
--gcmode=archive \
Expand Down
2 changes: 0 additions & 2 deletions optimism/devnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ func (d *Devnet) AddOpL2(opts ...hivesim.StartOption) {
}
defaultSettings := hivesim.Params{
"HIVE_ETH1_LOGLEVEL": "3",
// just repeat that of the genesis block (rollup cfg is not initialized yet)
"HIVE_ETHERBASE": d.L2Cfg.Coinbase.String(),
}
input := []hivesim.StartOption{defaultSettings}

Expand Down

0 comments on commit 3bf543a

Please sign in to comment.