Skip to content

Commit 1a9d30a

Browse files
committed
refactor: move morpho directory to within tools
1 parent 8925479 commit 1a9d30a

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/tools/handlers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import {
1111
type WalletClient,
1212
} from "viem";
1313
import type { z } from "zod";
14-
import { getMorphoVaults } from "../morpho/index.js";
15-
import type { MorphoVault } from "../morpho/types.js";
14+
import { getMorphoVaults } from "./morpho/index.js";
15+
import type { MorphoVault } from "./morpho/types.js";
1616
import type {
1717
BuyOpenRouterCreditsSchema,
1818
CallContractSchema,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)