@cryptocom/ncw-asset-dashboard-api-types
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -63,2 +63,3 @@ declare namespace api { | ||
totalWantBalance: string; | ||
totalWantBalanceRaw: string; | ||
} | ||
@@ -108,14 +109,2 @@ | ||
interface UserSingleFiLendingBalance { | ||
tokenSymbol: string; | ||
supplyBalanceUnderlying: string; | ||
borrowBalanceUnderlying: string; | ||
supplyApy?: string; | ||
borrowApy?: string; | ||
supplyApr?: string; | ||
borrowApr?: string; | ||
underlyingTokenPrice?: string; | ||
underlyingTokenLogo?: string; | ||
} | ||
interface UserFarmBalance { | ||
@@ -457,2 +446,3 @@ tokenAddress?: string; | ||
totalWantBalance: string; | ||
totalWantBalanceRaw: bigint; | ||
totalShareBalanceRaw: bigint; | ||
@@ -471,2 +461,3 @@ totalEarnings: string; | ||
sharesTotal: bigint; | ||
wantBalanceRaw: bigint; | ||
wantBalance: string; | ||
@@ -473,0 +464,0 @@ } |
{ | ||
"name": "@cryptocom/ncw-asset-dashboard-api-types", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Type declarations for NCW Asset Dashboard API", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -6,3 +6,3 @@ # The types for ncw-asset-dashboard-api | ||
``` | ||
"@cryptocom/ncw-asset-dashboard-api-types": "0.1.5" | ||
"@cryptocom/ncw-asset-dashboard-api-types": "0.1.6" | ||
``` |
12178
467