mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Fixed compilation error
This commit is contained in:
parent
5e58a57e8e
commit
70f0e2197d
|
@ -87,8 +87,6 @@ contract MigrateResolver is Helpers, Events {
|
|||
contract AaveV2Migrator is MigrateResolver {
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
uint private lastStateId;
|
||||
|
||||
function _migratePosition(AaveData memory _data) internal {
|
||||
AaveData memory data = remapTokens(_data); // converting L1 token addresses to L2 addresses
|
||||
|
||||
|
|
|
@ -15,8 +15,7 @@ import {
|
|||
ATokenInterface,
|
||||
StateSenderInterface,
|
||||
AavePriceOracle,
|
||||
ChainLinkInterface,
|
||||
ReserveConfigurationMap
|
||||
ChainLinkInterface
|
||||
} from "./interfaces.sol";
|
||||
|
||||
abstract contract Helpers is DSMath, Stores, Variables {
|
||||
|
|
Loading…
Reference in New Issue
Block a user