@iotexproject/kit 0.1.58 → 0.1.59

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 +8 -9
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -8885,16 +8885,15 @@ declare class LiquidityMiningV3 {
8885
8885
  type: string;
8886
8886
  }[]>;
8887
8887
  harvest(args: {
8888
- rewardToken: `0x${string}`;
8888
+ key: MimoV3MiningPoolKey;
8889
+ v3PositionId: number;
8889
8890
  account: `0x${string}`;
8890
- amount: string;
8891
- }, ctx?: ConfigContext): Promise<import("@dappworks/kit/aiem").QueryReturnType<MimoV3MiningManager, {
8892
- claimReward: [
8893
- `0x${string}`,
8894
- `0x${string}`,
8895
- bigint
8896
- ];
8897
- }>>;
8891
+ }, ctx?: ConfigContext): Promise<{
8892
+ data: any;
8893
+ address: string;
8894
+ chainId: string;
8895
+ type: string;
8896
+ }>;
8898
8897
  withdraw(args: {
8899
8898
  key: MimoV3MiningPoolKey;
8900
8899
  v3PositionId: number;
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.1.58",
5
+ "version": "v0.1.59",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {