Anyone can migrate the position on L2

This commit is contained in:
Mubaris NK 2021-04-04 18:57:38 +05:30
parent 84598c2d87
commit 62cd2ea563
No known key found for this signature in database
GPG Key ID: 9AC09AD0F8D68561

View File

@ -106,7 +106,6 @@ contract AaveV2Migrator is MigrateResolver {
}
function migrate(address owner) external {
require(msg.sender == owner, "not-authorized");
require(canMigrate(owner), "not-enough-liquidity");
_migratePosition(owner);