@rabby-wallet/rabby-api 0.6.12 → 0.6.13

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 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -894,7 +894,7 @@ export interface SellNFTOrderAction {
894
894
  }
895
895
  export interface BatchSellNFTOrderAction {
896
896
  pay_nft_list: NFTItem[];
897
- receive_token: TokenItem[];
897
+ receive_token: TokenItem;
898
898
  receiver: string;
899
899
  takers: string[];
900
900
  expire_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.6.12",
3
+ "version": "0.6.13",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"