Add github CI for substreams

This commit is contained in:
kayibal
2024-03-14 01:35:21 +00:00
parent 981a091727
commit b0fe5bc4e1
2 changed files with 60 additions and 4 deletions

View File

@@ -126,10 +126,7 @@ pub fn aggregate_balances_changes(
#[cfg(test)]
mod tests {
use super::*;
use crate::{
mock_store::MockStore,
pb::tycho::evm::v1::{BalanceDelta, Transaction},
};
use crate::{mock_store::MockStore, pb::tycho::evm::v1::BalanceDelta};
use substreams::{
pb::substreams::StoreDelta,
prelude::{StoreGet, StoreNew},