Skip to content

Commit 81fc47c

Browse files
authored
Documentation and Code Style Consistenc (#815)
* Update add-new-chain.go * Update config.go
1 parent ca80c8f commit 81fc47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ops/cmd/add-new-chain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func getGasPayingToken(l1rpcURl string, SystemConfigAddress superchain.Address)
250250
return nil, err
251251
}
252252
if (result.Addr == common.Address{}) {
253-
// This happens with the SystemConfig contract
253+
// This happens when the SystemConfig contract
254254
// does have the CGT functionality, but it has
255255
// not been enabled.
256256
return nil, nil

ops/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func ConstructChainConfig(
7777
return chainConfig, nil
7878
}
7979

80-
// WriteChainConfigTPOML accepts a rollupConfig, formats it, and writes a single output toml
80+
// WriteChainConfigTOML accepts a rollupConfig, formats it, and writes a single output toml
8181
// file which includes the following:
8282
// - general chain info/config
8383
// - contract and role addresses

0 commit comments

Comments
 (0)