Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matYang committed Mar 26, 2024
1 parent 22b5c89 commit 7f10412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/chains/evm/gas/rollups/l1_oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ func NewL1GasOracle(lggr logger.Logger, ethClient ethClient, chainType config.Ch
priceReader = newOPPriceReader(lggr, ethClient, chainType, OPGasOracleAddress)
case config.ChainKroma:
priceReader = newOPPriceReader(lggr, ethClient, chainType, KromaGasOracleAddress)
default:
priceReader = nil
}
return newL1GasOracle(lggr, ethClient, chainType, priceReader)
}
Expand Down

0 comments on commit 7f10412

Please sign in to comment.