From c9abc152670669d89b076aa332a1589d38d09916 Mon Sep 17 00:00:00 2001 From: Gareth Fuller Date: Fri, 24 May 2024 17:04:11 +0100 Subject: [PATCH] chore: Update flags (#270) --- src/lambdas/check-wallet.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/lambdas/check-wallet.ts b/src/lambdas/check-wallet.ts index b2d1829..530180e 100644 --- a/src/lambdas/check-wallet.ts +++ b/src/lambdas/check-wallet.ts @@ -56,15 +56,7 @@ 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', - ], + flagIds: ['F-1101', 'F-1111', 'F-1301', 'F-1302'], expandDetails: true, }), }