@rabby-wallet/rabby-api 0.6.3 → 0.6.4

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 +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -293,6 +293,7 @@ export interface CollectionList {
293
293
  is_core: boolean;
294
294
  floor_price: number;
295
295
  nft_list: NFTItem[];
296
+ native_token: TokenItem;
296
297
  }
297
298
  export interface TxDisplayItem extends TxHistoryItem {
298
299
  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.4",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"