diff --git a/app/app/theme.tsx b/app/app/theme.tsx index 48747e69..e5df3b53 100644 --- a/app/app/theme.tsx +++ b/app/app/theme.tsx @@ -43,7 +43,7 @@ export const Theme = ({ children }) => { (async () => { const { setupConfig } = await import('@ens-tools/thorin-core'); - setupConfig(() => (config as Config)); + setupConfig(() => config as any); })(); }, []);