Skip to content

Commit

Permalink
Fix WalletConnect display name
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgahan-arikan committed Dec 13, 2024
1 parent fffc321 commit 574fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/connectors/walletConnect/walletConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const walletConnect = (options: WalletConnectOptions): Wallet => ({
id: 'wallet-connect',
logoDark: WalletConnectLogo,
logoLight: WalletConnectLogo,
name: 'Walletconnect',
name: 'WalletConnect',
type: 'wallet',
createConnector: () => {
const { defaultNetwork, ...walletConnectOptions } = options
Expand Down

0 comments on commit 574fbd3

Please sign in to comment.