Skip to content

Commit

Permalink
Merge pull request #826 from airgap-it/fix/add_default_name
Browse files Browse the repository at this point in the history
fix: add name from metadata
  • Loading branch information
IsaccoSordo authored Nov 18, 2024
2 parents fc696de + 5fb01ae commit aea57e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class WalletConnectTransport<
extensionId: session.peer.metadata.name,
id: session.peer.publicKey,
type: 'walletconnect-pairing-response',
name: 'peer',
name: session.peer.metadata.name,
publicKey: session.peer.publicKey,
version: 'first'
} as T
Expand Down

0 comments on commit aea57e6

Please sign in to comment.