Skip to content

Commit abfd3f7

Browse files
committed
add changeset
1 parent 57be3a9 commit abfd3f7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

seth/.changeset/v1.51.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Use more conservative gas tip estimation, i.e. call `FeeHistory` endpoint with tip percentile corresponding to given priory and then select median value

seth/gas_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,3 @@ func TestGasEstimator(t *testing.T) {
3636
require.GreaterOrEqual(t, suggestions.TipCap.Perc99, suggestions.TipCap.Perc75, "Suggested 99th percentile tip cap should be greater than or equal to 75th percentile")
3737
require.GreaterOrEqual(t, suggestions.TipCap.Max, suggestions.TipCap.Perc99, "Suggested max tip cap should be greater than or equal to 99th percentile")
3838
}
39-
40-
func TestGasEstimations(t *testing.T) {
41-
c := newClient(t)
42-
txOpts := c.NewTXOpts()
43-
_ = txOpts
44-
}

0 commit comments

Comments
 (0)