Skip to content

Commit

Permalink
add blockwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricJeans committed Jan 31, 2022
1 parent 0e91180 commit a4a07a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/providers/injected/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ import BitpieLogo from "../logos/bitpie.svg";
import XDEFILogo from "../logos/xdefi.svg";
// @ts-ignore
import CeloExtensionWalletLogo from "../logos/celoExtensionWallet.svg";
// @ts-ignore
import BlockWalletLogo from "../logos/blockwallet.svg";


export const FALLBACK: IProviderInfo = {
id: "injected",
Expand Down Expand Up @@ -190,3 +193,11 @@ export const CELOINJECTED: IProviderInfo = {
type: "injected",
check: "isCelo"
};

export const blockwallet: IProviderInfo = {
id: "injected",
name: "BlockWallet",
logo: BlockWalletLogo,
type: "injected",
check: "isBlockWallet"
};
4 changes: 4 additions & 0 deletions src/providers/logos/blockwallet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4a07a4

Please sign in to comment.