Commit 7a484b63 authored by Mark Tyneway's avatar Mark Tyneway

lint: fix

parent 6e5f04d1
...@@ -350,7 +350,7 @@ func SystemConfig(batch *safe.Batch, implementations superchain.ImplementationLi ...@@ -350,7 +350,7 @@ func SystemConfig(batch *safe.Batch, implementations superchain.ImplementationLi
// If we want to be able to override these based on the values in the config, // If we want to be able to override these based on the values in the config,
// the logic below will need to be updated. Right now the logic prefers the // the logic below will need to be updated. Right now the logic prefers the
// on chain values over the offchain values. This to maintain backwards compatibilty // on chain values over the offchain values. This to maintain backwards compatibility
// in the short term. // in the short term.
startBlock := big.NewInt(0) startBlock := big.NewInt(0)
batchInboxAddress := common.HexToAddress(chainConfig.BatchInboxAddr.String()) batchInboxAddress := common.HexToAddress(chainConfig.BatchInboxAddr.String())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment