chore: fix CI

This commit is contained in:
zizou
2024-10-11 14:24:55 +02:00
parent 050ae59a83
commit aff76f8cc7
8 changed files with 23 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ use substreams::store::{
use crate::hex::Hexable;
/// HasAddresser is a trait that a few functionalities in this crate depend on.
///
/// Every time we need to filter something by address (events emmited by a set of addresses,
/// storage changes occurring on certain contracts, etc) you'll likely need
/// to provide a HasAddresser.

View File

@@ -100,4 +100,4 @@ impl<'a> EventHandler<'a> {
}
}
}
}
}