@iotexproject/kit 0.1.93 → 0.1.94

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6963,7 +6963,7 @@ declare class Staking {
6963
6963
  max_duration?: undefined;
6964
6964
  one_day?: undefined;
6965
6965
  }>;
6966
- nftVStakingConfig(args?: {
6966
+ nftStakingConfig(args?: {
6967
6967
  version: "v2" | "v3";
6968
6968
  }, ctx?: ConfigContext): Promise<{
6969
6969
  min_amount: any;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.1.93",
5
+ "version": "0.1.94",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {