Skip to content

Commit

Permalink
chore: rename bitkeep -> bitget (#125)
Browse files Browse the repository at this point in the history
* chore: rename bitkeep -> bitget

* chore: rename icon

* fix: naming

---------

Co-authored-by: Eugene Chybisov <[email protected]>
  • Loading branch information
Addminus and chybisov authored Sep 6, 2023
1 parent d977981 commit ae458be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/wallet-management/src/walletIcons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import trust from './trust.svg';
import walletConnect from './walletConnect.svg';
import walletio from './walletio.svg';
import xdefi from './xdefi.svg';
import bitkeep from './bitkeep.svg';
import bitGet from './bitget.svg';
import okx from './okx.svg';

export const walletIcons = {
Expand All @@ -35,7 +35,7 @@ export const walletIcons = {
alphawallet,
frontier,
blockwallet,
bitkeep,
bitGet,
binance,
placeholder,
bitpie,
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-management/src/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ const walletConnect: Wallet = new WalletConnectConnector({
},
});

const bitKeep: Wallet = new InjectedConnector(
const bitGet: Wallet = new InjectedConnector(
{
name: 'BitKeep',
name: 'BitGet',
installed: async () =>
(window as any).bitkeep && (window as any).bitkeep?.ethereum,
icon: walletIcons.bitkeep,
icon: walletIcons.bitGet,
},
(window as any).bitkeep?.ethereum,
);
Expand Down Expand Up @@ -280,7 +280,7 @@ export const supportedWallets = [
safe,
metamask,
walletConnect,
bitKeep,
bitGet,
exodus,
tallyho,
binance,
Expand Down

0 comments on commit ae458be

Please sign in to comment.