diff --git a/src/connectors/injected/index.ts b/src/connectors/injected/index.ts index 8d87dc7..5b21069 100644 --- a/src/connectors/injected/index.ts +++ b/src/connectors/injected/index.ts @@ -27,15 +27,6 @@ import { WALLET_NOT_FOUND_ICON_DARK, WALLET_NOT_FOUND_ICON_LIGHT, } from "./constants" -/** Injected connector options. */ -export interface InjectedConnectorOptions { - /** The wallet id. */ - id: string - /** Wallet human readable name. */ - name?: string - /** Wallet icons. */ - icon?: ConnectorIcons -} export interface InjectedConnectorOptions { /** The wallet id. */