From be70ca66426e1b7d612b4f32bae22b659423c17b Mon Sep 17 00:00:00 2001 From: George Date: Mon, 7 Oct 2024 16:48:41 -0400 Subject: [PATCH] Drop deprecated fields from API response --- src/horizon/types/assets.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/horizon/types/assets.ts b/src/horizon/types/assets.ts index 844e76d63..6a8b51418 100644 --- a/src/horizon/types/assets.ts +++ b/src/horizon/types/assets.ts @@ -11,8 +11,6 @@ export interface AssetRecord extends HorizonApi.BaseResponse { num_claimable_balances: number; num_liquidity_pools: number; num_contracts: number; - num_accounts: number; - amount: string; claimable_balances_amount: string; liquidity_pools_amount: string; contracts_amount: string;