@xoxno/sdk-js 0.1.348 → 0.1.349

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.
@@ -122,6 +122,7 @@ export interface OfferBody {
122
122
  usdValue: number;
123
123
  floorPriceMargin: number;
124
124
  floorPrice: number;
125
+ chain?: ActivityChain;
125
126
  }
126
127
  export type Nfts = {
127
128
  count: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.348",
3
+ "version": "0.1.349",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {