format(substreams): separate code and imports

This commit is contained in:
zizou
2024-10-15 10:15:38 +02:00
parent 4c448e701a
commit f602e01942

View File

@@ -10,6 +10,7 @@ use substreams_helper::{event_handler::EventHandler, hex::Hexable};
use crate::abi::factory::events::PairCreated;
use tycho_substreams::prelude::*;
#[derive(Debug, Deserialize)]
struct Params {
factory_address: String,