Skip to content

Commit

Permalink
chore - clean main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvisacker committed Sep 25, 2024
1 parent ad99089 commit 21123d7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
use aave::AaveLooper;
use alloy::{
network::EthereumWallet, providers::WalletProvider, signers::local::PrivateKeySigner, sol,
transports::BoxTransport,
};
use alloy::{network::EthereumWallet, signers::local::PrivateKeySigner};
use alloy_chains::{Chain, NamedChain};
use alloy_primitives::{Address, U256};
use provider::{get_provider, SignerProvider};
use provider::get_provider;
use std::error::Error;
use std::str::FromStr;

pub mod aave;
pub mod addressbook;
pub mod cli;
pub mod config;
pub mod provider;
Expand Down

0 comments on commit 21123d7

Please sign in to comment.