Skip to content

Commit

Permalink
Merge branch 'fix-options' into sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jul 10, 2023
2 parents e237a8b + d119308 commit 3a4ae46
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 @@ -90,6 +90,8 @@ const applyOptions = (

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

0 comments on commit 3a4ae46

Please sign in to comment.