@rabby-wallet/rabby-api 0.6.3 → 0.6.5

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -25,6 +25,7 @@ export interface ServerChain {
25
25
  wrapped_token_id: string;
26
26
  symbol: string;
27
27
  is_support_history: boolean;
28
+ born_at: string | null;
28
29
  }
29
30
  export interface ChainWithBalance extends ServerChain {
30
31
  usd_value: number;
@@ -293,6 +294,7 @@ export interface CollectionList {
293
294
  is_core: boolean;
294
295
  floor_price: number;
295
296
  nft_list: NFTItem[];
297
+ native_token: TokenItem;
296
298
  }
297
299
  export interface TxDisplayItem extends TxHistoryItem {
298
300
  projectDict: TxHistoryResult['project_dict'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"