Skip to content

Commit

Permalink
fix: fix valid request object
Browse files Browse the repository at this point in the history
  • Loading branch information
aimensahnoun committed Oct 27, 2024
1 parent f915c61 commit 84fb664
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ const validRequest: ClientTypes.IRequestData = {
type: IdentityTypes.TYPE.ETHEREUM_ADDRESS,
value: wallet.address,
},
payee: {
type: IdentityTypes.TYPE.ETHEREUM_ADDRESS,
value: '0x1234567890123456789012345678901234567890',
},
payer: {
type: IdentityTypes.TYPE.ETHEREUM_ADDRESS,
value: '0x9876543210987654321098765432109876543210',
},
currency: 'ETH-private',
currencyInfo: {
network: 'private',
Expand Down

0 comments on commit 84fb664

Please sign in to comment.