mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update instapool.test.js
This commit is contained in:
parent
4848a8170e
commit
d26e38e7cd
|
@ -61,7 +61,7 @@ describe("Instapool", function () {
|
||||||
|
|
||||||
describe("Main", function () {
|
describe("Main", function () {
|
||||||
|
|
||||||
it("Should deposit ETH in Compound", async function () {
|
it("Should take 100 ETH flashloan from Instapool", async function () {
|
||||||
const amount = ethers.utils.parseEther("1") // 1 ETH
|
const amount = ethers.utils.parseEther("1") // 1 ETH
|
||||||
const flashloanAmount = ethers.utils.parseEther("100") // 100 ETH
|
const flashloanAmount = ethers.utils.parseEther("100") // 100 ETH
|
||||||
const ethAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
|
const ethAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user