@funkit/core 2.3.21 → 2.3.22

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.
@@ -1079,5 +1079,9 @@ export declare const BYTES32_LENGTH = 66;
1079
1079
  export declare const BASE_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = "0xa880eae8900eb59bf7dad9bdb741a086238adca900000000000000000000000000000000000000000000000000000101010101010000000000000000000000000000000000000000000000000000000000000000cd91f19f0f19ce862d7bec7b7d9b95457145afc6f639c28fd0360f488937bfa41e6eedcd3a46054fd95fcd0e3ef6b0bc0a615c4d975eef55c8a3517257904d5b1c";
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
+ /**
1083
+ * List of stablecoin symbols
1084
+ * There are a lot more stablecoins but these are good to start
1085
+ */
1082
1086
  export declare const STABLECOIN_SYMBOLS: string[];
1083
1087
  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.21",
3
+ "version": "2.3.22",
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.8.4",
23
- "@funkit/chains": "0.3.0",
24
- "@funkit/utils": "1.0.14"
22
+ "@funkit/utils": "1.1.0",
23
+ "@funkit/api-base": "1.9.0",
24
+ "@funkit/chains": "0.3.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "viem": "2.x"