@iotexproject/kit 0.1.75 → 0.1.77
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.
- package/dist/index.d.ts +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -6598,7 +6598,7 @@ declare class MSP {
|
|
|
6598
6598
|
} | null>;
|
|
6599
6599
|
totalMSPRewards(args: {
|
|
6600
6600
|
account?: `0x${string}`;
|
|
6601
|
-
}, ctx?: ConfigContext): Promise<
|
|
6601
|
+
}, ctx?: ConfigContext): Promise<{
|
|
6602
6602
|
totalBucketRewards: {
|
|
6603
6603
|
rewards: number;
|
|
6604
6604
|
rewardsUSD: 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": "0.1.
|
|
5
|
+
"version": "0.1.77",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"scripts": {
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"dayjs": "^1.11.12",
|
|
43
43
|
"dotenv": "^16.4.7",
|
|
44
44
|
"drizzle-orm": "^0.38.2",
|
|
45
|
+
"ethereumjs-util": "^7.1.5",
|
|
45
46
|
"ethers": "^6.13.2",
|
|
46
47
|
"firebase-admin": "^12.6.0",
|
|
47
48
|
"graphql-request": "^7.1.0",
|