Commit 9c7e99d4 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: clean up migrate command

parent a421d757
......@@ -84,10 +84,6 @@ func main() {
return err
}
if err := config.Check(); err != nil {
return err
}
ovmAddresses, err := migration.NewAddresses(ctx.String("ovm-addresses"))
if err != nil {
return err
......@@ -152,6 +148,10 @@ func main() {
return err
}
if err := config.Check(); err != nil {
return err
}
l2Addrs := genesis.L2Addresses{
ProxyAdminOwner: config.ProxyAdminOwner,
L1StandardBridgeProxy: config.L1StandardBridgeProxy,
......
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