@iotexproject/kit 0.0.38 → 0.0.39

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/index.d.ts +6 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3141,14 +3141,14 @@ declare class GaugeEntity {
3141
3141
  name: true;
3142
3142
  symbol: true;
3143
3143
  tokenUrl: true;
3144
- balanceOf: true | [
3144
+ balanceOf: false | [
3145
3145
  `0x${string}`
3146
3146
  ];
3147
3147
  }> | import("@dappworks/kit/aiem").QueryReturnType<ERC721Entity, {
3148
3148
  name: true;
3149
3149
  symbol: true;
3150
3150
  tokenUrl: true;
3151
- balanceOf: true | [
3151
+ balanceOf: false | [
3152
3152
  `0x${string}`
3153
3153
  ];
3154
3154
  }> | import("@dappworks/kit/aiem").QueryReturnType<LPTokenEntity, {
@@ -3156,9 +3156,11 @@ declare class GaugeEntity {
3156
3156
  symbol: true;
3157
3157
  tokenUrl: true;
3158
3158
  type: true;
3159
- balanceOf: true | [
3159
+ balanceOf: false | [
3160
3160
  `0x${string}`
3161
3161
  ];
3162
+ token0: true;
3163
+ token1: true;
3162
3164
  }> | null | undefined>;
3163
3165
  apr(): Promise<string | 0>;
3164
3166
  rewards(account: `0x${string}`): Promise<{
@@ -4452,7 +4454,7 @@ declare class MarshallDao {
4452
4454
  ];
4453
4455
  totalVote: true;
4454
4456
  votingApr: true;
4455
- stakingTokenInfo: false | [
4457
+ stakingTokenInfo: true | [
4456
4458
  `0x${string}`
4457
4459
  ];
4458
4460
  Incentive: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "v0.0.38",
5
+ "version": "v0.0.39",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {