Skip to content

Commit

Permalink
fix: add default
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Oct 9, 2024
1 parent e3d49c0 commit f55a4a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class WalletConnectTransport<
extensionId: session.peer.metadata.name,
id: session.peer.publicKey,
type: 'walletconnect-pairing-response',
name: 'peer',
name: session.peer.metadata.name ?? 'peer',
publicKey: session.peer.publicKey,
version: 'first'
} as T
Expand Down

0 comments on commit f55a4a7

Please sign in to comment.