Skip to content

Commit

Permalink
Fix addVCProofs WalletConnect call (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
paninaro authored Sep 25, 2023
1 parent 11113be commit b493bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gui/src/constants/WalletConnectCommands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ const walletConnectCommands: WalletConnectCommand[] = [
params: [
{
name: WalletConnectCommandParamName.PROOFS,
type: 'string',
type: 'object',
label: <Trans>Proofs Object (Key Value Pairs)</Trans>,
},
],
Expand Down

0 comments on commit b493bda

Please sign in to comment.