mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
update minor
This commit is contained in:
parent
d700a3d407
commit
f7633e3a8f
|
@ -19,7 +19,6 @@ import { constants } from "../../../scripts/constant/constant";
|
|||
import { ConnectV2CompoundV3Polygon__factory } from "../../../typechain";
|
||||
import { ConnectV2CompoundV3__factory } from "../../../typechain";
|
||||
import { MaxUint256 } from "@uniswap/sdk-core";
|
||||
import Test from './Test.json'
|
||||
|
||||
describe("Compound III", async function () {
|
||||
const connectorName = "COMPOUND-POLYGON-V3-TEST-A";
|
||||
|
@ -232,7 +231,6 @@ describe("Compound III", async function () {
|
|||
expect(!!dsaWallet1.address).to.be.true;
|
||||
|
||||
const bal = await baseContract.balanceOf(wethWhale)
|
||||
console.log("+++++++++++++++++++++++++",bal.toString())
|
||||
await baseContract.connect(wethSigner).transfer(dsaWallet0.address, ethers.utils.parseUnits("1000", 6));
|
||||
await baseContract.connect(wethSigner).transfer(dsaWallet1.address, ethers.utils.parseUnits("1000", 6));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user