Skip to content

Commit

Permalink
upd tests paths
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkron committed Dec 1, 2024
1 parent 63afdbb commit f9661e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/hardhat/CompleteWithdrawal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Concero } from "../typechain-types";
import "@nomicfoundation/hardhat-chai-matchers";
import { WalletClient } from "viem/clients/createWalletClient";
import { HttpTransport } from "viem/clients/transports/http";
Expand All @@ -18,7 +17,6 @@ const lpTokenAddress = process.env.LPTOKEN_BASE_SEPOLIA as Address;
const poolAddress = process.env.PARENT_POOL_PROXY_BASE_SEPOLIA as Address;

describe("complete withdraw usdc from pool\n", async () => {
let Concero: Concero;
const { abi: ParentPoolAbi } = await import("../../artifacts/contracts/ParentPool.sol/ParentPool.json");

let srcPublicClient: PublicClient<HttpTransport, Chain, Account, RpcSchema> = createPublicClient({
Expand Down
3 changes: 0 additions & 3 deletions test/hardhat/StartTransaction.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Concero } from "../typechain-types";
import "@nomicfoundation/hardhat-chai-matchers";
import { WalletClient } from "viem/clients/createWalletClient";
import { HttpTransport } from "viem/clients/transports/http";
Expand All @@ -8,7 +7,6 @@ import { RpcSchema } from "viem/types/eip1193";
import { privateKeyToAccount } from "viem/accounts";
import { Address, createPublicClient, createWalletClient, decodeEventLog, http, PrivateKeyAccount } from "viem";
import { arbitrumSepolia, base, baseSepolia, optimismSepolia, polygon, polygonAmoy } from "viem/chains";

import { PublicClient } from "viem/clients/createPublicClient";
import ierc20Abi from "@chainlink/contracts/abi/v0.8/IERC20.json";

Expand Down Expand Up @@ -59,7 +57,6 @@ describe("startBatchTransactions\n", async () => {
"../../artifacts/contracts/InfraOrchestrator.sol/InfraOrchestrator.json"
);

let Concero: Concero;
let srcPublicClient: PublicClient<HttpTransport, Chain, Account, RpcSchema> = createPublicClient({
chain: chainsMap[srcChainSelector].viemChain,
transport: chainsMap[srcChainSelector].viemTransport,
Expand Down

0 comments on commit f9661e2

Please sign in to comment.