Skip to content

Commit

Permalink
fix options handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jul 10, 2023
1 parent 20affff commit d119308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zodiac-roles-sdk",
"version": "2.1.3",
"version": "2.1.4",
"license": "LGPL-3.0+",
"main": "build/cjs/sdk/src/index.js",
"module": "build/esm/sdk/src/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/src/presets/authoring/kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ const applyOptions = (

return {
...entry,
send: options.send,
delegatecall: options.delegatecall,
condition: {
paramType: ParameterType.None,
operator: Operator.And,
Expand Down

0 comments on commit d119308

Please sign in to comment.