diff --git a/apps/web/src/components/SendFlow/WalletConnect/useSignWithWalletConnect.tsx b/apps/web/src/components/SendFlow/WalletConnect/useSignWithWalletConnect.tsx index 0711d4c72..809c9e7a3 100644 --- a/apps/web/src/components/SendFlow/WalletConnect/useSignWithWalletConnect.tsx +++ b/apps/web/src/components/SendFlow/WalletConnect/useSignWithWalletConnect.tsx @@ -35,7 +35,7 @@ export const useSignWithWalletConnect = ({ tezosToolkit ); - const response = formatJsonRpcResult(requestId.id, { hash: opHash }); + const response = formatJsonRpcResult(requestId.id, { hash: opHash, operationHash: opHash }); await walletKit.respondSessionRequest({ topic: requestId.topic, response }); return openWith(); },