We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2466985 + 8055e3e commit 906f220Copy full SHA for 906f220
packages/wallets/bitkeep/src/index.ts
@@ -7,7 +7,7 @@ import {
7
import WalletIcon from './icons/bitget.svg';
8
9
export const id = 'bitget';
10
-export const name = 'Bitget';
+export const name = 'Bitget Wallet';
11
export const rdns = 'com.bitget.web3';
12
const currentHref = globalThis.window
13
? encodeURIComponent(globalThis.window.location.href)
0 commit comments