@funkit/core 2.3.11 → 2.3.13
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.
|
@@ -1080,3 +1080,4 @@ export declare const BASE_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = "0xa880eae8900
|
|
|
1080
1080
|
export declare const OPTIMISM_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = "0x4Df91e173A6CdC74EfeF6fC72bb5Df1E8A8d758200000000000000000000000000000000000000000000000000000101010101010000000000000000000000000000000000000000000000000000000000000000cd91f19f0f19ce862d7bec7b7d9b95457145afc6f639c28fd0360f488937bfa41e6eedcd3a46054fd95fcd0e3ef6b0bc0a615c4d975eef55c8a3517257904d5b1c";
|
|
1081
1081
|
export declare const ETHEREUM_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = "0x67F21bE69A16c314a0b7Da537309b2f3ADdDE03100000000000000000000000000000000000000000000000000000101010101010000000000000000000000000000000000000000000000000000000000000000cd91f19f0f19ce862d7bec7b7d9b95457145afc6f639c28fd0360f488937bfa41e6eedcd3a46054fd95fcd0e3ef6b0bc0a615c4d975eef55c8a3517257904d5b1c";
|
|
1082
1082
|
export declare const STABLECOIN_SYMBOLS: string[];
|
|
1083
|
+
export declare const DEFAULT_USEROP_GAS_LIMIT = 1500000;
|
|
@@ -98,13 +98,13 @@ export declare class FunWallet extends FirstClassActions {
|
|
|
98
98
|
findIndex(predicate: (value: number[], index: number, obj: number[][]) => unknown, thisArg?: any): number;
|
|
99
99
|
fill(value: number[], start?: number, end?: number): GetWalletLidoWithdrawalsByChainIdResponse;
|
|
100
100
|
copyWithin(target: number, start: number, end?: number): GetWalletLidoWithdrawalsByChainIdResponse;
|
|
101
|
-
entries():
|
|
102
|
-
keys():
|
|
103
|
-
values():
|
|
101
|
+
entries(): ArrayIterator<[number, number[]]>;
|
|
102
|
+
keys(): ArrayIterator<number>;
|
|
103
|
+
values(): ArrayIterator<number[]>;
|
|
104
104
|
includes(searchElement: number[], fromIndex?: number): boolean;
|
|
105
105
|
flatMap<U, This = undefined>(callback: (this: This, value: number[], index: number, array: number[][]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
106
106
|
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
107
|
-
[Symbol.iterator]():
|
|
107
|
+
[Symbol.iterator](): ArrayIterator<number[]>;
|
|
108
108
|
[Symbol.unscopables]: {
|
|
109
109
|
[x: number]: boolean | undefined;
|
|
110
110
|
length?: boolean | undefined;
|
|
@@ -183,13 +183,13 @@ export declare class FunWallet extends FirstClassActions {
|
|
|
183
183
|
findIndex(predicate: (value: number[], index: number, obj: number[][]) => unknown, thisArg?: any): number;
|
|
184
184
|
fill(value: number[], start?: number, end?: number): GetWalletLidoWithdrawalsByChainIdResponse;
|
|
185
185
|
copyWithin(target: number, start: number, end?: number): GetWalletLidoWithdrawalsByChainIdResponse;
|
|
186
|
-
entries():
|
|
187
|
-
keys():
|
|
188
|
-
values():
|
|
186
|
+
entries(): ArrayIterator<[number, number[]]>;
|
|
187
|
+
keys(): ArrayIterator<number>;
|
|
188
|
+
values(): ArrayIterator<number[]>;
|
|
189
189
|
includes(searchElement: number[], fromIndex?: number): boolean;
|
|
190
190
|
flatMap<U, This = undefined>(callback: (this: This, value: number[], index: number, array: number[][]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
191
191
|
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
192
|
-
[Symbol.iterator]():
|
|
192
|
+
[Symbol.iterator](): ArrayIterator<number[]>;
|
|
193
193
|
[Symbol.unscopables]: {
|
|
194
194
|
[x: number]: boolean | undefined;
|
|
195
195
|
length?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/core",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.13",
|
|
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",
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@aws-sdk/client-secrets-manager": "^3.315.0",
|
|
15
|
-
"@ethersproject/abi": "^5.
|
|
16
|
-
"@ethersproject/providers": "^5.
|
|
15
|
+
"@ethersproject/abi": "^5.8.0",
|
|
16
|
+
"@ethersproject/providers": "^5.8.0",
|
|
17
17
|
"@lifeomic/attempt": "^3.0.3",
|
|
18
18
|
"abitype": "^0.10.2",
|
|
19
19
|
"dotenv": "^16.0.3",
|
|
20
|
-
"ethers": "5.
|
|
20
|
+
"ethers": "5.8.0",
|
|
21
21
|
"uuid": "^9.0.0",
|
|
22
|
-
"@funkit/api-base": "1.
|
|
23
|
-
"@funkit/chains": "0.1
|
|
24
|
-
"@funkit/utils": "1.0.
|
|
22
|
+
"@funkit/api-base": "1.6.1",
|
|
23
|
+
"@funkit/chains": "0.2.1",
|
|
24
|
+
"@funkit/utils": "1.0.10"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"viem": "2.x"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/uuid": "^9.0.1",
|
|
31
31
|
"ts-node": "^10.9.1",
|
|
32
|
-
"typescript": "^5.
|
|
32
|
+
"typescript": "^5.8.2"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|