Skip to content

Commit

Permalink
fix property docs for txOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Dec 12, 2023
1 parent 07a48cb commit a30a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy/src/models/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface DeployContractRequest {
approvalProcessId?: string;
createFactoryAddress?: string;
/**
* Only applies to approval processes associated with Relayers, for other approval processes this has no effect
* Only applies to Relayers approval processes, for other default approval processes it has no effect
* @default undefined
*/
txOverrides?: TxOverrides;
Expand Down

0 comments on commit a30a42e

Please sign in to comment.