Skip to content

Commit

Permalink
chore: update Bitget Wallet name (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyscode authored Sep 13, 2023
1 parent 50efb84 commit 64d8ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-management/src/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const walletConnect: Wallet = new WalletConnectConnector({

const bitGet: Wallet = new InjectedConnector(
{
name: 'BitGet',
name: 'Bitget Wallet',
installed: async () =>
(window as any).bitkeep && (window as any).bitkeep?.ethereum,
icon: walletIcons.bitGet,
Expand Down

0 comments on commit 64d8ea4

Please sign in to comment.