mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor modification
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
4477a0c535
commit
3b91d64d65
|
@ -115,7 +115,7 @@ const token = new ethers.Contract(DAI, erc20Abi);
|
||||||
const aDai = new ethers.Contract(aDaiAddress, ABI);
|
const aDai = new ethers.Contract(aDaiAddress, ABI);
|
||||||
const usdcToken = new ethers.Contract(USDC, erc20Abi);
|
const usdcToken = new ethers.Contract(USDC, erc20Abi);
|
||||||
|
|
||||||
describe("Import Aave", function () {
|
describe("Import Aave V3 with Permit", function () {
|
||||||
const connectorName = "AAVE-V3-IMPORT-PERMIT-X";
|
const connectorName = "AAVE-V3-IMPORT-PERMIT-X";
|
||||||
let signer: any, wallet0: any;
|
let signer: any, wallet0: any;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user