Skip to content

Commit

Permalink
order of wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
hathbanger committed Nov 15, 2024
1 parent f3ab1c6 commit f767d5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/lasereyes-core/src/constants/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export const SUPPORTED_WALLETS: WalletInfo = {
name: ProviderEnumMap.OKX,
url: 'https://chromewebstore.google.com/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge',
},
[ProviderEnumMap.WIZZ]: {
name: ProviderEnumMap.WIZZ,
url: 'https://wizzwallet.io/#extension',
},
[ProviderEnumMap.ORANGE]: {
name: ProviderEnumMap.ORANGE,
url: 'https://www.orangewallet.com/',
Expand All @@ -70,6 +66,10 @@ export const SUPPORTED_WALLETS: WalletInfo = {
name: ProviderEnumMap.UNISAT,
url: 'https://unisat.io/download',
},
[ProviderEnumMap.WIZZ]: {
name: ProviderEnumMap.WIZZ,
url: 'https://wizzwallet.io/#extension',
},
[ProviderEnumMap.XVERSE]: {
name: ProviderEnumMap.XVERSE,
url: 'https://www.xverse.app/download',
Expand Down

0 comments on commit f767d5a

Please sign in to comment.