@morpho-org/bundler-sdk-viem 3.1.0 → 3.1.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.
@@ -906,15 +906,7 @@ var BundlerAction;
906
906
  data: (0, viem_1.encodeFunctionData)({
907
907
  abi: abis_js_1.generalAdapter1Abi,
908
908
  functionName: "morphoFlashLoan",
909
- args: [
910
- asset,
911
- amount,
912
- (0, viem_1.encodeFunctionData)({
913
- abi: abis_js_1.bundler3Abi,
914
- functionName: "reenter",
915
- args: [callbackCalls],
916
- }),
917
- ],
909
+ args: [asset, amount, reenterData],
918
910
  }),
919
911
  value: 0n,
920
912
  skipRevert,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@morpho-org/bundler-sdk-viem",
3
3
  "description": "Viem-based extension of `@morpho-org/simulation-sdk` that exports utilities to transform simple interactions on Morpho (such as `Blue_Borrow`) and Morpho Vaults (such as `MetaMorpho_Deposit`) into the required bundles (with ERC20 approvals, transfers, etc) to submit to the bundler onchain.",
4
- "version": "3.1.0",
4
+ "version": "3.1.1",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "peerDependencies": {
21
21
  "viem": "^2.0.0",
22
- "@morpho-org/blue-sdk": "^3.0.1",
22
+ "@morpho-org/blue-sdk": "^3.0.5",
23
23
  "@morpho-org/simulation-sdk": "^3.0.0",
24
24
  "@morpho-org/morpho-ts": "^2.3.0",
25
25
  "@morpho-org/blue-sdk-viem": "^3.0.0"
@@ -34,14 +34,14 @@
34
34
  "typescript": "^5.7.2",
35
35
  "viem": "^2.23.0",
36
36
  "vitest": "^3.0.5",
37
- "@morpho-org/blue-sdk": "^3.0.1",
38
- "@morpho-org/blue-sdk-viem": "^3.0.0",
37
+ "@morpho-org/blue-sdk": "^3.0.5",
39
38
  "@morpho-org/morpho-test": "^2.3.0",
39
+ "@morpho-org/blue-sdk-viem": "^3.0.0",
40
40
  "@morpho-org/morpho-ts": "^2.3.0",
41
41
  "@morpho-org/simulation-sdk": "^3.0.0",
42
- "@morpho-org/simulation-sdk-wagmi": "^3.0.0",
42
+ "@morpho-org/test": "^2.1.3",
43
43
  "@morpho-org/test-wagmi": "^2.0.4",
44
- "@morpho-org/test": "^2.1.3"
44
+ "@morpho-org/simulation-sdk-wagmi": "^3.0.0"
45
45
  },
46
46
  "scripts": {
47
47
  "prepublish": "$npm_execpath build",