Skip to content

Commit

Permalink
multi-chain-validator v5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blakecduncan committed Aug 9, 2024
1 parent 16ca99d commit cc9017e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions plugins/multichain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zerodev/multi-chain-sdk

## 5.3.5

### Patch Changes

- Allow passing custom middleware to the multi chain client prepareMultiUserOpRequest

## 5.3.4

### Minor Changes
Expand Down
5 changes: 4 additions & 1 deletion plugins/multichain/multiChainClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ export function kernelAccountMultiChainClientActions<
client,
{
...args,
middleware
middleware: {
...middleware,
...args.middleware
}
},
validatorType,
numOfUserOps,
Expand Down
2 changes: 1 addition & 1 deletion plugins/multichain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodev/multi-chain-validator",
"version": "5.3.4",
"version": "5.3.5",
"author": "ZeroDev",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit cc9017e

Please sign in to comment.