@funkit/core 2.3.26 → 2.3.27-next.1
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.
|
@@ -141,9 +141,7 @@ export declare class FunWallet extends FirstClassActions {
|
|
|
141
141
|
flat?: boolean | undefined;
|
|
142
142
|
[Symbol.iterator]?: boolean | undefined;
|
|
143
143
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
144
|
-
at?: boolean | undefined;
|
|
145
144
|
};
|
|
146
|
-
at(index: number): number[] | undefined;
|
|
147
145
|
} | {
|
|
148
146
|
0: number[];
|
|
149
147
|
1: number[];
|
|
@@ -226,9 +224,7 @@ export declare class FunWallet extends FirstClassActions {
|
|
|
226
224
|
flat?: boolean | undefined;
|
|
227
225
|
[Symbol.iterator]?: boolean | undefined;
|
|
228
226
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
229
|
-
at?: boolean | undefined;
|
|
230
227
|
};
|
|
231
|
-
at(index: number): number[] | undefined;
|
|
232
228
|
}>;
|
|
233
229
|
/**
|
|
234
230
|
* Retrieves the nonce value for the specified sender address and nonce key.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/core",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.27-next.1",
|
|
4
4
|
"description": "Funkit core SDK provides feature-rich and extensible smart wallets built on account abstraction",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dotenv": "^16.0.3",
|
|
20
20
|
"ethers": "5.8.0",
|
|
21
21
|
"uuid": "^9.0.0",
|
|
22
|
-
"@funkit/api-base": "1.9.
|
|
23
|
-
"@funkit/
|
|
24
|
-
"@funkit/
|
|
22
|
+
"@funkit/api-base": "1.9.5-next.1",
|
|
23
|
+
"@funkit/chains": "0.3.2-next.0",
|
|
24
|
+
"@funkit/utils": "1.1.4-next.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"viem": "2.x"
|