@xoxno/sdk-js 0.1.52-alpha → 0.1.53-alpha

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.
@@ -248,6 +248,7 @@ export interface RewardAvaiblePools {
248
248
  tokenIdentifier: string;
249
249
  tokenNonce: number;
250
250
  rewardPerEpochShort: number;
251
+ rewardBalance: number;
251
252
  rewardPerDayPerNft: number;
252
253
  usdValue: number;
253
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.52-alpha",
3
+ "version": "0.1.53-alpha",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "@semantic-release/changelog": "^6.0.3",
50
50
  "@semantic-release/git": "^10.0.1",
51
51
  "@types/jest": "^29.5.12",
52
- "@types/node": "^20.11.22",
52
+ "@types/node": "^20.11.23",
53
53
  "@typescript-eslint/eslint-plugin": "^7.1.0",
54
54
  "@typescript-eslint/parser": "^7.1.0",
55
55
  "commitizen": "^4.3.0",