Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 15, 2024
1 parent 3201346 commit 70164c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,23 @@ use ethers::prelude::*;
use hex::ToHex;
use std::{collections::HashMap, time::Duration};
use tokio::time::sleep;
use tracing::Instrument;

use tracing::Instrument;
mod configuration;

use crate::configuration::Configuration;

mod ethereum_client;

use crate::ethereum_client::EthereumClient;

mod cow_api_client;

use crate::cow_api_client::{CowAPIClient, Order};

mod encoder;

use crate::encoder::SignatureData;

mod types;

use crate::types::Swap;

mod constants;

/// Every x seconds, do the following:
Expand Down

0 comments on commit 70164c7

Please sign in to comment.