From 91a4c86dfbf11a469daa97f063c1aae7b3dc8d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Vodr=C3=A1=C5=BEka?= <36418132+DaveVodrazka@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:35:33 +0200 Subject: [PATCH] fix: remove duplicate InjectedConnectorOptions --- src/connectors/injected/index.ts | 9 --------- 1 file changed, 9 deletions(-) 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. */