Skip to content

Commit

Permalink
remove expect error comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 3, 2024
1 parent 2688995 commit 05835ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions apps/idos-data-dashboard/src/core/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ const metadata = {
export const chains = [mainnet, sepolia] as const;

export const wagmiConfig = defaultWagmiConfig({
// @ts-expect-error - wagmi types are outdated
chains,
projectId,
metadata,
transports: {
// @ts-expect-error - wagmi types are outdated
[mainnet.id]: http(),
// @ts-expect-error - wagmi types are outdated
[sepolia.id]: http(),
},
});
Expand Down
1 change: 0 additions & 1 deletion apps/idos-data-dashboard/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<ChakraBaseProvider theme={theme}>
<WalletSelectorContextProvider>
{/* @ts-expect-error: TODO: fix wagmi types */}
<WagmiProvider config={wagmiConfig}>
<QueryClientProvider client={queryClient}>
<IDOSProvider>
Expand Down

0 comments on commit 05835ba

Please sign in to comment.