We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365e038 commit 6ee886aCopy full SHA for 6ee886a
book/src/libs/seth.md
@@ -231,7 +231,7 @@ client, err := NewClientBuilder().
231
WithEIP1559DynamicFees(true).
232
WithDynamicGasPrices(120_000_000_000, 44_000_000_000).
233
WithGasPriceEstimations(true, 10, seth.Priority_Fast).
234
-// gas bumping: retries, max gas price, bumping strategy function
+ // gas bumping: retries, max gas price, bumping strategy function
235
WithGasBumping(5, 100_000_000_000, PriorityBasedGasBumpingStrategyFn).
236
Build()
237
0 commit comments