Skip to content

Commit

Permalink
fix: update WalletConnect config (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Nov 13, 2024
1 parent cf24adf commit c4cd4ac
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/config/walletConnect.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import type { WalletConnectParameters } from 'wagmi/connectors';
import { siteName, description } from '@/app/lib/metadata';

export const defaultWalletConnectConfig: WalletConnectParameters = {
projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID,
// metadata: {

// }
metadata: {
name: siteName,
description,
url: 'https://jumper.exchange',
icons: ['https://jumper.exchange/logo-144x144.svg'],
},
qrModalOptions: {
enableExplorer: false,
themeVariables: {
'--wcm-z-index': '3000',
},
Expand Down

0 comments on commit c4cd4ac

Please sign in to comment.