fix: test ps: review

This commit is contained in:
sanchaymittal 2023-03-13 16:08:12 +07:00
parent 0ee4b2af83
commit 1fc08d8ed1
No known key found for this signature in database
GPG Key ID: D794EEBC262F179E

View File

@ -7,7 +7,7 @@ import { buildDSAv2 } from "../../../scripts/tests/buildDSAv2";
import { encodeSpells } from "../../../scripts/tests/encodeSpells";
import { getMasterSigner } from "../../../scripts/tests/getMasterSigner";
import { addLiquidity } from "../../../scripts/tests/addLiquidity";
import { addresses } from "../../../scripts/tests/polygon/addresses";
import { addresses } from "../../../scripts/tests/optimism/addresses";
import { abis } from "../../../scripts/constant/abis";
import { ConnectV2ConnextOptimism__factory } from "../../../typechain";
import { Signer, Contract } from "ethers";