Skip to content

Commit

Permalink
doc(geometri txmgr): add default GetTxReceiptTickerDuration param as …
Browse files Browse the repository at this point in the history
…comment
  • Loading branch information
samlaf committed Aug 7, 2024
1 parent de54bde commit 762dd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainio/txmgr/geometric/geometric.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ type GeometricTxnManagerParams struct {
MaxSendTransactionRetry int
// time to wait between checking for each transaction receipt
// while monitoring transactions to get mined
// default: 3 seconds
GetTxReceiptTickerDuration time.Duration
// default gas tip cap to use when eth_maxPriorityFeePerGas is not available
// default: 5 gwei
Expand Down

0 comments on commit 762dd42

Please sign in to comment.