Skip to content

Commit

Permalink
another replace @expect-error with @ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Mamoun98 committed Dec 18, 2024
1 parent 1a08c2f commit 26e8039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,14 @@ const metadata = {
export const chains = [mainnet, sepolia] as const;

export const wagmiConfig = defaultWagmiConfig({
// @ts-expect-error - wagmi types are outdated
// @ts-ignore - wagmi types are outdated
chains,
projectId,
metadata,
transports: {
// @ts-expect-error - wagmi types are outdated
// @ts-ignore - wagmi types are outdated
[mainnet.id]: http(),
// @ts-expect-error - wagmi types are outdated
// @ts-ignore - wagmi types are outdated
[sepolia.id]: http(),
},
});
Expand Down

0 comments on commit 26e8039

Please sign in to comment.