Skip to content

Commit

Permalink
Merge pull request #29 from peeldao/distribute-tx
Browse files Browse the repository at this point in the history
fix: Distribute tx terminal address typing and bump version to 10.10.1
  • Loading branch information
johnnyd-eth authored Nov 8, 2023
2 parents 63675a0 + e6a12a9 commit 7ec206f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice-hooks",
"version": "10.9.1-beta",
"version": "10.10.1-beta",
"description": "Wagmi hooks for Juicebox",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface DistributePayoutsTxParams {
/**
* Address of the project's terminal
*/
terminalAddress: Address | undefined;
terminalAddress: Address;
/**
* Currency of amount to distribute (0 for ETH, or 1 for USD)
*/
Expand Down

0 comments on commit 7ec206f

Please sign in to comment.