Skip to content

Commit

Permalink
chore: Update flags (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller authored May 24, 2024
1 parent 465d22e commit c9abc15
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/lambdas/check-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,7 @@ 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',
],
flagIds: ['F-1101', 'F-1111', 'F-1301', 'F-1302'],
expandDetails: true,
}),
}
Expand Down

0 comments on commit c9abc15

Please sign in to comment.