Skip to content

Commit

Permalink
add confirmations prop to tx override (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami authored Feb 9, 2024
1 parent 4d616eb commit fde0f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/deploy/src/models/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export type TxOverrides = {
gasPrice?: string;
maxFeePerGas?: string;
maxPriorityFeePerGas?: string;
confirmations?: number;
};

export interface DeployContractRequest {
Expand Down

0 comments on commit fde0f75

Please sign in to comment.