Skip to content

Commit

Permalink
chore: remove featured wallets flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Mar 13, 2024
1 parent 833db5d commit 201dae8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 24 deletions.
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/ethers-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ const modal = createWeb3Modal({
termsConditionsUrl: 'https://walletconnect.com/terms',
privacyPolicyUrl: 'https://walletconnect.com/privacy',
enableOnramp: true,
customWallets: ConstantsUtil.CustomWallets,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
customWallets: ConstantsUtil.CustomWallets
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/ethers-siwe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ const modal = createWeb3Modal({
metadata: ConstantsUtil.Metadata,
siweConfig,
enableOnramp: true,
customWallets: ConstantsUtil.CustomWallets,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
customWallets: ConstantsUtil.CustomWallets
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/ethers-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ const modal = createWeb3Modal({
privacyPolicyUrl: 'https://walletconnect.com/privacy',
enableOnramp: true,
customWallets: ConstantsUtil.CustomWallets,
enableWalletFeatures: true,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
enableWalletFeatures: true
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/ethers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const modal = createWeb3Modal({
termsConditionsUrl: 'https://walletconnect.com/terms',
privacyPolicyUrl: 'https://walletconnect.com/privacy',
customWallets: ConstantsUtil.CustomWallets,
enableOnramp: true,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
enableOnramp: true
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/wagmi-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ const modal = createWeb3Modal({
termsConditionsUrl: 'https://walletconnect.com/terms',
privacyPolicyUrl: 'https://walletconnect.com/privacy',
enableOnramp: true,
customWallets: ConstantsUtil.CustomWallets,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
customWallets: ConstantsUtil.CustomWallets
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/wagmi-siwe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ const modal = createWeb3Modal({
metadata: ConstantsUtil.Metadata,
siweConfig,
enableOnramp: true,
customWallets: ConstantsUtil.CustomWallets,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
customWallets: ConstantsUtil.CustomWallets
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/wagmi-wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const modal = createWeb3Modal({
privacyPolicyUrl: 'https://walletconnect.com/privacy',
enableOnramp: true,
customWallets: ConstantsUtil.CustomWallets,
enableWalletFeatures: true,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
enableWalletFeatures: true
})

ThemeStore.setModal(modal)
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/wagmi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ const modal = createWeb3Modal({
termsConditionsUrl: 'https://walletconnect.com/terms',
privacyPolicyUrl: 'https://walletconnect.com/privacy',
customWallets: ConstantsUtil.CustomWallets,
enableOnramp: true,
// Metamask wallet id
featuredWalletIds: ['c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96']
enableOnramp: true
})

ThemeStore.setModal(modal)
Expand Down

0 comments on commit 201dae8

Please sign in to comment.