Skip to content

Commit 592dd91

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: add eth_utils mod.rs to register failover_middleware
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent dd03953 commit 592dd91

File tree

1 file changed

+6
-0
lines changed
  • apps/fortuna/src/eth_utils

1 file changed

+6
-0
lines changed

apps/fortuna/src/eth_utils/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pub mod eth_gas_oracle;
2+
pub mod failover_middleware;
3+
pub mod legacy_tx_middleware;
4+
pub mod nonce_manager;
5+
pub mod traced_client;
6+
pub mod utils;

0 commit comments

Comments
 (0)