Skip to content

Commit

Permalink
chore: Use specific flags for wallet check (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller authored May 23, 2024
1 parent 565eb61 commit 465d22e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lambdas/check-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ export const handler = wrapHandler(async (event: any = {}): Promise<any> => {
},
body: JSON.stringify({
addresses: [address],
// https://docs.hypernative.xyz/hypernative-product-docs/hypernative-api/hypernative-screener-address-reputation/reputation-flags
flagIds: [
'F-1101',
'F-1102',
'F-1103',
'F-1111',
'F-1112',
'F-1113',
'F-1301',
],
expandDetails: true,
}),
}
Expand Down

0 comments on commit 465d22e

Please sign in to comment.