Commit 3d940b8d authored by Mark Tyneway's avatar Mark Tyneway

lint: fix

parent db3e90e6
......@@ -262,6 +262,9 @@ func checkPredeployConfig(client *ethclient.Client, name string) error {
}
version, err := contract.Version(&bind.CallOpts{})
if err != nil {
return err
}
log.Info("GasPriceOracle version", "version", version)
case predeploys.L2StandardBridgeAddr:
......
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