Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:: optimize Gas Estimation and Fee Calculation using tokio::join! (
#32) This PR improves the performance of gas estimation and fee calculation by running both tasks concurrently using tokio::join!. This change reduces the overall execution time by allowing the two independent operations to proceed in parallel, rather than sequentially
- Loading branch information