Skip to content

Commit 6c5d1c0

Browse files
committed
fix: broken imports in tests
1 parent 0be2aff commit 6c5d1c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/toolbox/src/aave/governance/payloads-controller.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it } from "vitest";
2-
import { GovernanceV3Ethereum } from "@aave/aave-address-book";
2+
import { GovernanceV3Ethereum } from "@aave-dao/aave-address-book";
33
import { tenderly_createVnet } from "../../ecosystem/tenderly";
44
import { makePayloadExecutableOnTestClient } from "./payloads-controller";
55
import { encodeFunctionData, toHex } from "viem";

packages/toolbox/src/aave/pool/addresses.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from "vitest";
22
import { fetchPoolAddresses } from "./addresses";
33
import { getClient } from "../../ecosystem/rpcs";
4-
import { AaveV3Ethereum } from "@aave/aave-address-book";
4+
import { AaveV3Ethereum } from "@aave-dao/aave-address-book";
55

66
describe("pool:addresses", () => {
77
it("should generate same addresses", async () => {

packages/toolbox/src/operations/indexLogs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from "vitest";
22
import { genericIndexer, IndexerTopicState } from "./indexLogs";
33
import { getClient } from "../ecosystem/rpcs";
4-
import { AaveV3Ethereum } from "@aave/aave-address-book";
4+
import { AaveV3Ethereum } from "@aave-dao/aave-address-book";
55
import { getContract } from "viem";
66
import { IPool_ABI, IPoolConfigurator_ABI } from "../abis";
77
import { getBlockNumber } from "viem/actions";

0 commit comments

Comments
 (0)