Skip to content

Commit

Permalink
rename value to price for token info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorato committed May 29, 2023
1 parent 7997732 commit 1307aca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/dto/ft-datalake/ft-basic-token-info-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export interface FtBasicTokenInfoItem {
decimals: number | null;
symbol: string | null;
name: string | null;
estimated_usd_value: string | null;
estimated_usd_price: string | null;
}
5 changes: 0 additions & 5 deletions src/dto/ft-datalake/ft-usd-price-info.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/dto/ft-datalake/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './ft-basic-holder-item';
export * from './ft-basic-token-info-item';
export * from './ft-token-holder-by-address-item';
export * from './ft-usd-price-info';
export * from './ft-token-holder-by-address-response';
export * from './ft-range-response';
export * from './ft-token-holder-by-contract-item';
Expand Down

0 comments on commit 1307aca

Please sign in to comment.