From 1fc08d8ed113fdbde8b1b7b61506b340123c46c2 Mon Sep 17 00:00:00 2001 From: sanchaymittal Date: Mon, 13 Mar 2023 16:08:12 +0700 Subject: [PATCH] fix: test ps: review --- test/optimism/connext/connext.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/optimism/connext/connext.test.ts b/test/optimism/connext/connext.test.ts index afd7f20b..3e96c81d 100644 --- a/test/optimism/connext/connext.test.ts +++ b/test/optimism/connext/connext.test.ts @@ -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";