@xoxno/sdk-js 0.1.326 → 0.1.328

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.
@@ -63,6 +63,7 @@ export interface IUserProfile {
63
63
  shard: number;
64
64
  followCount: number;
65
65
  userSettings?: IUserSettings;
66
+ chain?: ActivityChain;
66
67
  }
67
68
  export interface UserDeposit {
68
69
  balanceShort: number;
@@ -138,6 +139,7 @@ export type UserTokenInventory = {
138
139
  esdts: TokenWorth;
139
140
  stables: TokenWorth;
140
141
  wallet: TokenWorth;
142
+ chain?: ActivityChain;
141
143
  };
142
144
  export type TokenWorth = {
143
145
  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.328",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {