Added test for permit_ERC20 and public address in .env file

This commit is contained in:
Harshit Yadav 2022-03-09 03:41:56 +05:30
parent f2c2e45981
commit 58818525ac
3 changed files with 1 additions and 3 deletions

View File

@ -3,4 +3,4 @@ PRIVATE_KEY=""
PUBLIC_ADDRESS=""
TENDERLY_PROJECT=""
TENDERLY_USERNAME=""
ALCHEMY_ID=""
ALCHEMY_ID=""

View File

@ -107,7 +107,6 @@ describe("starting tests for aave", function () {
console.log("The funds have been deposited to our contract through depositWithPermit function");
});
});
});

View File

@ -106,7 +106,6 @@ describe("starting tests for dai", function () {
console.log("The funds have been deposited to our contract through depositWithPermit function");
});
});
});