diff --git a/src/redot.d.ts b/src/redot.d.ts index 5ab3331..f8448b2 100644 --- a/src/redot.d.ts +++ b/src/redot.d.ts @@ -1,4 +1,4 @@ -import type { config } from './config' +import type { config } from './walletConfigs' import type { InferChains } from '@reactive-dot/core' declare module '@reactive-dot/core' {