Commit 712d7919 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: fix typo

parent 3514cbe4
......@@ -195,7 +195,7 @@ func checkPredeployConfig(client *ethclient.Client, name string) error {
}
case predeploys.OptimismMintableERC721FactoryAddr:
if err := checkOptimismMintableERC20Factory(p, client); err != nil {
if err := checkOptimismMintableERC721Factory(p, client); err != nil {
return err
}
......
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