From f602e01942b99629acd5f275704fbf784cd2e6f0 Mon Sep 17 00:00:00 2001 From: zizou <111426680+flopell@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:15:38 +0200 Subject: [PATCH] format(substreams): separate code and imports --- substreams/ethereum-uniswap-v2/src/modules/1_map_pool_created.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/substreams/ethereum-uniswap-v2/src/modules/1_map_pool_created.rs b/substreams/ethereum-uniswap-v2/src/modules/1_map_pool_created.rs index 582706c..236a427 100644 --- a/substreams/ethereum-uniswap-v2/src/modules/1_map_pool_created.rs +++ b/substreams/ethereum-uniswap-v2/src/modules/1_map_pool_created.rs @@ -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,