Implement a solution for the pre-fund account limit

This commit is contained in:
Omar Abdulla
2025-09-28 16:52:43 +03:00
parent f9dc362c03
commit ec96410546
9 changed files with 228 additions and 32 deletions
+1
View File
@@ -11,6 +11,7 @@ rust-version.workspace = true
[dependencies]
anyhow = { workspace = true }
alloy = { workspace = true }
futures = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }