refactor(substreams): refactor uniswapv3 to use tycho-substreams
This commit is contained in:
@@ -2,10 +2,11 @@ use substreams_ethereum::pb::eth::v2::StorageChange;
|
||||
|
||||
use crate::{
|
||||
abi::pool::events::Collect,
|
||||
pb::{tycho::evm::v1::Attribute, uniswap::v3::Pool},
|
||||
pb::uniswap::v3::Pool,
|
||||
storage::{constants::TRACKED_SLOTS, pool_storage::UniswapPoolStorage},
|
||||
};
|
||||
use substreams_helper::storage_change::StorageChangesFilter;
|
||||
use tycho_substreams::prelude::Attribute;
|
||||
|
||||
use super::{BalanceDelta, EventTrait};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user