mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor correction
This commit is contained in:
parent
b394109630
commit
7bb8a15186
|
@ -49,14 +49,14 @@ interface ATokenInterface {
|
|||
function balanceOf(address _user) external view returns (uint256);
|
||||
|
||||
function permit(
|
||||
address owner,
|
||||
address spender,
|
||||
uint256 value,
|
||||
uint256 deadline,
|
||||
uint8 v,
|
||||
bytes32 r,
|
||||
bytes32 s
|
||||
) external;
|
||||
address owner,
|
||||
address spender,
|
||||
uint256 value,
|
||||
uint256 deadline,
|
||||
uint8 v,
|
||||
bytes32 r,
|
||||
bytes32 s
|
||||
) external;
|
||||
|
||||
function transferFrom(
|
||||
address,
|
||||
|
|
|
@ -210,7 +210,7 @@ const aDai = new ethers.Contract(aDaiAddress, ABI);
|
|||
const usdcToken = new ethers.Contract(USDC, erc20Abi);
|
||||
const aave = new ethers.Contract(aaveAddress, aaveAbi);
|
||||
|
||||
describe("Import Aave", function () {
|
||||
describe("Import Aave v3 Position", function () {
|
||||
let dsaWallet0: any;
|
||||
let masterSigner: Signer;
|
||||
let instaConnectorsV2: Contract;
|
||||
|
@ -251,7 +251,6 @@ describe("Import Aave", function () {
|
|||
signer: masterSigner,
|
||||
connectors: instaConnectorsV2
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe("check user AAVE position", async () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user