Skip to content

Commit

Permalink
update parameters for walletconnect v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jul 17, 2023
1 parent 123d46f commit 9802cf4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions vue-app/src/stores/wallet/connectors/WalletConnectConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,8 @@ export default {
showQrModal: true,
qrModalOptions: {
themeMode: 'light',
themeVariables: { '--w3m-z-index': walletConnectZIndex },
chainImages: undefined,
desktopWallets: undefined,
walletImages: undefined,
mobileWallets: undefined,
themeVariables: { '--wcm-z-index': walletConnectZIndex },
enableExplorer: true,
explorerAllowList: undefined,
tokenImages: undefined,
privacyPolicyUrl: undefined,
explorerDenyList: undefined,
termsOfServiceUrl: undefined,
},
})

Expand Down

0 comments on commit 9802cf4

Please sign in to comment.