@funkit/core 2.3.27 → 2.3.28

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.
@@ -9,6 +9,9 @@ export declare const BASE_WRAP_TOKEN_ADDR: {
9
9
  '10': {
10
10
  weth: "0x4200000000000000000000000000000000000006";
11
11
  };
12
+ '56': {
13
+ wbnb: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
14
+ };
12
15
  '137': {
13
16
  wmatic: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270";
14
17
  wpol: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270";
@@ -34,6 +37,9 @@ export declare const BASE_WRAP_TOKEN_ADDR: {
34
37
  '534352': {
35
38
  weth: "0x5300000000000000000000000000000000000004";
36
39
  };
40
+ '74747': {
41
+ weth: "0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62";
42
+ };
37
43
  };
38
44
  export declare const FUN_GASLESS_SPONSOR_ADDRESS = "0xCB5D0b4569A39C217c243a436AC3feEe5dFeb9Ad";
39
45
  export declare const FUN_TOKEN_SPONSOR_ADDRESS = "0x40C0cCa76088D45106c2D74D0B4B6405865f22De";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/core",
3
- "version": "2.3.27",
3
+ "version": "2.3.28",
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.5",
23
- "@funkit/utils": "1.1.4",
24
- "@funkit/chains": "0.3.2"
22
+ "@funkit/api-base": "1.9.6",
23
+ "@funkit/chains": "0.3.3",
24
+ "@funkit/utils": "1.1.5"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "viem": "2.x"