Throttle the Kitchensink requests

This commit is contained in:
Omar Abdulla
2025-08-20 23:18:11 +03:00
parent 85033cfead
commit c37b156e44
4 changed files with 105 additions and 8 deletions
+1
View File
@@ -22,6 +22,7 @@ revive-dt-node-pool = { version = "0.1.0", path = "crates/node-pool" }
revive-dt-report = { version = "0.1.0", path = "crates/report" }
revive-dt-solc-binaries = { version = "0.1.0", path = "crates/solc-binaries" }
alloy-transport = { version = "1.0.22", features = ["throttle"] }
alloy-primitives = "1.2.1"
alloy-sol-types = "1.2.1"
anyhow = "1.0"