Skip to content

Commit

Permalink
Merge pull request #146 from DaveVodrazka/fix/remove-duplicate-interface
Browse files Browse the repository at this point in the history
fix: remove duplicate InjectedConnectorOptions
  • Loading branch information
Cussone authored Oct 28, 2024
2 parents 320dde3 + 91a4c86 commit 2133567
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/connectors/injected/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 2133567

Please sign in to comment.