Skip to content

Commit 906f220

Browse files
authored
Merge pull request #263 from lidofinance/feature/si-2153-bitget-bitget-wallet-naming
Update Bitget name
2 parents 2466985 + 8055e3e commit 906f220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wallets/bitkeep/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import WalletIcon from './icons/bitget.svg';
88

99
export const id = 'bitget';
10-
export const name = 'Bitget';
10+
export const name = 'Bitget Wallet';
1111
export const rdns = 'com.bitget.web3';
1212
const currentHref = globalThis.window
1313
? encodeURIComponent(globalThis.window.location.href)

0 commit comments

Comments
 (0)