Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit a8bb5f7

Browse files
committed
fix: types
1 parent d4ad58b commit a8bb5f7

2 files changed

Lines changed: 0 additions & 57 deletions

File tree

src/lib/wallet-config.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/pages/_app.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Hydrate, QueryClient } from "@tanstack/react-query"
66
import { PersistQueryClientProvider } from "@tanstack/react-query-persist-client"
77
import { useState } from "react"
88
import { createClient, WagmiConfig } from "wagmi"
9-
import { InitContractProvider } from "@crossbell/contract"
109
import {
1110
ConnectKitProvider,
1211
getDefaultClientConfig,
@@ -16,7 +15,6 @@ import { Network } from "crossbell.js"
1615
import { Layout } from "~/components/Layout"
1716
import { createIDBPersister } from "~/lib/persister.client"
1817
import { toGateway } from "~/lib/ipfs-parser"
19-
import { connectors, provider } from "~/lib/wallet-config"
2018
import { IPFS_GATEWAY } from "~/lib/constant"
2119
import { NotificationModal } from "@crossbell/notification"
2220

0 commit comments

Comments
 (0)