@xoxno/sdk-js 0.1.326 → 0.1.327

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.
@@ -138,6 +138,7 @@ export type UserTokenInventory = {
138
138
  esdts: TokenWorth;
139
139
  stables: TokenWorth;
140
140
  wallet: TokenWorth;
141
+ chain?: ActivityChain;
141
142
  };
142
143
  export type TokenWorth = {
143
144
  usdValue: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.326",
3
+ "version": "0.1.327",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {