We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8891097 commit 9a2007eCopy full SHA for 9a2007e
packages/wallet-sdk/src/sign/walletlink/relay/connection/WalletLinkConnection.ts
@@ -273,6 +273,7 @@ export class WalletLinkConnection {
273
JSON.stringify({
274
...unencryptedData,
275
origin: location.origin,
276
+ location: location.href,
277
relaySource:
278
'coinbaseWalletExtension' in window && window.coinbaseWalletExtension
279
? 'injected_sdk'
0 commit comments