From b493bda66f32e4dcf8970eb172c9369aff7efcbc Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 25 Sep 2023 11:17:45 -0700 Subject: [PATCH] Fix addVCProofs WalletConnect call (#2166) --- packages/gui/src/constants/WalletConnectCommands.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gui/src/constants/WalletConnectCommands.tsx b/packages/gui/src/constants/WalletConnectCommands.tsx index 21a389bf47..c38fc37b29 100644 --- a/packages/gui/src/constants/WalletConnectCommands.tsx +++ b/packages/gui/src/constants/WalletConnectCommands.tsx @@ -879,7 +879,7 @@ const walletConnectCommands: WalletConnectCommand[] = [ params: [ { name: WalletConnectCommandParamName.PROOFS, - type: 'string', + type: 'object', label: Proofs Object (Key Value Pairs), }, ],