LIP-73 describes a MigrateMsg data structure that is passed to the migrate() function of the L1 Migrator that contains all the parameters required to execute the migration. This data structure is also passed to the finalizeMigrate() function of the L2 Migrator to complete the migration on L2. We should define the data structure up front so that both the L1 and L2 Migrator can use this shared definition of the data structure.
LIP-73 describes a MigrateMsg data structure that is passed to the
migrate()
function of the L1 Migrator that contains all the parameters required to execute the migration. This data structure is also passed to thefinalizeMigrate()
function of the L2 Migrator to complete the migration on L2. We should define the data structure up front so that both the L1 and L2 Migrator can use this shared definition of the data structure.