@funkit/core 2.3.11 → 2.3.12

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/core",
3
- "version": "2.3.11",
3
+ "version": "2.3.12",
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.7.2",
21
21
  "uuid": "^9.0.0",
22
- "@funkit/api-base": "1.5.9",
23
- "@funkit/chains": "0.1.3",
24
- "@funkit/utils": "1.0.9"
22
+ "@funkit/api-base": "1.6.0",
23
+ "@funkit/utils": "1.0.9",
24
+ "@funkit/chains": "0.2.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "viem": "2.x"