Skip to content

Commit

Permalink
Add icon, customize metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 14, 2023
1 parent 9d20641 commit 723125e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const walletConnectConfig : WalletConnectWalletAdapterConfig = {
relayUrl : 'wss://relay.walletconnect.com',
projectId : process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID,
metadata: {
name: 'Example App',
description: 'Example App',
url: 'https://github.com/solana-labs/wallet-adapter',
icons: ['https://avatars.githubusercontent.com/u/35608259?s=200'],
name: 'Pyth Staking',
description: 'Stake your PYTH tokens to participate in governance',
url: 'https://pyth.network/',
icons: ['https://pyth.network/token.svg'],
},
}
} // TO DO : add options
Expand Down

0 comments on commit 723125e

Please sign in to comment.