diff --git a/src/modules/plugin.ts b/src/modules/plugin.ts index c5f8210..d70e706 100644 --- a/src/modules/plugin.ts +++ b/src/modules/plugin.ts @@ -17,7 +17,7 @@ import { ProtocolManager, } from "./swarm.js"; import { get as getApp } from "./app.js"; -import type { HDKey } from "micro-ed25519-hdkey"; +import type { HDKey } from "ed25519-keygen/hdkey"; import corePlugins from "../plugins"; import Util from "./plugin/util";