Skip to content

Commit 9e6f1dc

Browse files
azixusCluEleSsUK
authored andcommitted
feat: create custom filler that automatically add gas buffer (#210)
* feat(superalloy): add filler that includes a gas buffer * feat(onlyswaps-solver): update fillers to add custom gas buffer * feat(config): add optional tx_gas_buffer parameter to NetworkConfig * refactor: add recommended_fillers in superalloy * feat(onlyswaps-verifier): use recommended fillers with gas buffer in onlyswaps-verifier * fix(superalloy): remove cfg feature = fillers * feat(superalloy/fillers): allow setting gas price buffer to `GasBufferFiller` * feat(onlyswaps-*): add support for custom gas price buffer
1 parent 8d81f12 commit 9e6f1dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/onlyswaps-solver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ shellexpand = "3.1.1"
2323
superalloy.workspace = true
2424
thiserror.workspace = true
2525
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
26-
tracing.workspace = true
26+
tracing.workspace = true

0 commit comments

Comments
 (0)