From 465d22e8e465cd9ef79dec4b0a64117e30fabad4 Mon Sep 17 00:00:00 2001 From: Gareth Fuller Date: Thu, 23 May 2024 09:13:03 +0100 Subject: [PATCH] chore: Use specific flags for wallet check (#268) --- src/lambdas/check-wallet.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lambdas/check-wallet.ts b/src/lambdas/check-wallet.ts index 16fabf1..b2d1829 100644 --- a/src/lambdas/check-wallet.ts +++ b/src/lambdas/check-wallet.ts @@ -55,6 +55,16 @@ export const handler = wrapHandler(async (event: any = {}): Promise => { }, 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, }), }