Skip to content

Commit

Permalink
uncomment sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattschoch committed Jan 19, 2024
1 parent 23028f8 commit 949b78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/authz/src/shared/module/persistence/mock_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@ export const generateInboundRequest = async (): Promise<AuthZRequestPayload> =>
const signatureMatt = await privateKeyToAccount(UNSAFE_PRIVATE_KEY_MATT).signMessage({
message: hashRequest(request)
})

// 0xe24d097cea880a40f8be2cf42f497b9fbda5f9e4a31b596827e051d78dce75c032fa7e5ee3046f7c6f116e5b98cb8d268fa9b9d222ff44719e2ec2a0d9159d0d1c
const approvalSigAAUser = await privateKeyToAccount(UNSAFE_PRIVATE_KEY_AAUSER).signMessage({
message: hashRequest(request)
})

// 0x48510e3b74799b8e8f4e01aba0d196e18f66d86a62ae91abf5b89be9391c15661c7d29ee4654a300ed6db977da512475ed5a39f70f677e23d1b2f53c1554d0dd1b
const approvalSigBBUser = await privateKeyToAccount(UNSAFE_PRIVATE_KEY_BBUSER).signMessage({
message: hashRequest(request)
})
Expand Down

0 comments on commit 949b78d

Please sign in to comment.