Skip to content

Commit

Permalink
fix(wallet): use new Safe wallet name via WC (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito authored Dec 13, 2023
1 parent 56e8c09 commit 5ef0da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/wallet/src/web3-react/hooks/useWalletMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ const WC_DESKTOP_GNOSIS_SAFE_APP_NAME = 'WalletConnect Safe App'
const WC_MOBILE_GNOSIS_SAFE_APP_NAME = 'Safe'
const SAFE_APP_NAME = 'Safe App'
const GNOSIS_SAFE_APP_NAME = 'Gnosis Safe App'
const SAFE_WALLET_NAME = 'Safe{Wallet}'
const GNOSIS_APP_NAMES = [
SAFE_APP_NAME,
GNOSIS_SAFE_APP_NAME,
WC_DESKTOP_GNOSIS_SAFE_APP_NAME,
WC_MOBILE_GNOSIS_SAFE_APP_NAME,
SAFE_WALLET_NAME,
]

const SAFE_ICON_URL = 'https://app.safe.global/favicon.ico'
Expand Down

0 comments on commit 5ef0da8

Please sign in to comment.