minor modification

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Richa 2022-04-04 20:47:01 +05:30 committed by GitHub
parent 4477a0c535
commit 3b91d64d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ const token = new ethers.Contract(DAI, erc20Abi);
const aDai = new ethers.Contract(aDaiAddress, ABI);
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";
let signer: any, wallet0: any;