@rabby-wallet/rabby-api 0.9.31-beta.2 → 0.9.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1059,6 +1059,7 @@ export declare class OpenApiService {
1059
1059
  to_chain_id: string;
1060
1060
  from_token_id?: string;
1061
1061
  q?: string;
1062
+ user_addr?: string;
1062
1063
  }) => Promise<{
1063
1064
  token_list: (TokenItem & {
1064
1065
  trade_volume_24h: 'low' | 'middle' | 'high';
package/dist/types.d.ts CHANGED
@@ -226,6 +226,7 @@ export interface TokenItem {
226
226
  price_24h_change?: number | null;
227
227
  low_credit_score?: boolean;
228
228
  cex_ids?: string[];
229
+ fdv?: number | null;
229
230
  }
230
231
  export interface TokenItemWithEntity extends TokenItem {
231
232
  identity?: TokenEntityDetail;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.31-beta.2",
3
+ "version": "0.9.32",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [