Skip to content

Commit

Permalink
fix: func name
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Feb 13, 2023
1 parent 49d02b7 commit 590c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/wallets/getBrowserWalletLabelAndIcon.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { wallets } from './wallets';
import { defaultWallet } from './wallets/defaultWallet';

export function v() {
export function getBrowserWalletLabelAndIcon() {
if (typeof window !== 'undefined') {
const userBrowserWallets = wallets.filter(
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Expand Down

0 comments on commit 590c7e7

Please sign in to comment.