We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0590a commit aac3b60Copy full SHA for aac3b60
1 file changed
examples/demo-inkv5/src/main.tsx
@@ -29,7 +29,7 @@ const SUPPORTED_NETWORK = [alephZero];
29
export const walletConnect = new WalletConnect({
30
name: 'WalletConnect',
31
id: 'walletconnect',
32
- logo: 'https://github.com/dedotdev/typink/blob/42c6f87eb40087c082dec2ee174e337d2b8812d9/assets/wallets/wallet-connect-logo.svg',
+ logo: 'https://raw.githubusercontent.com/dedotdev/typink/feature/wallet-connect/assets/wallets/wallet-connect-logo.svg',
33
projectId: 'b56e18d47c72ab683b10814fe9495694', // Default
34
relayUrl: 'wss://relay.walletconnect.com',
35
metadata: {
0 commit comments