Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Jan 10, 2024
1 parent acdbcdb commit 32498c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum-storage/src/ethereum-tx-submitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SimpleLogger, isEip1559Supported } from '@requestnetwork/utils';
export type SubmitterProps = {
signer: Signer;
/**
* The minimum value for maxPriorityFeePerGas and maxFeePerGas
* The minimum value for maxPriorityFeePerGas and maxFeePerGas.
* The default is zero.
*/
gasPriceMin?: BigNumber;
Expand Down

0 comments on commit 32498c0

Please sign in to comment.