@@ -12,7 +12,7 @@ use graph::data::subgraph::UnifiedMappingApiVersion;
1212use graph:: firehose:: { FirehoseEndpoint , ForkStep } ;
1313use graph:: futures03:: compat:: Future01CompatExt ;
1414use graph:: prelude:: {
15- BlockHash , ComponentLoggerConfig , DeploymentHash , ElasticComponentLoggerConfig , EthereumBlock ,
15+ BlockHash , ComponentLoggerConfig , ElasticComponentLoggerConfig , EthereumBlock ,
1616 EthereumCallCache , LightEthereumBlock , LightEthereumBlockExt , MetricsRegistry ,
1717} ;
1818use graph:: schema:: InputSchema ;
@@ -128,7 +128,7 @@ impl BlockStreamBuilder<Chain> for EthereumStreamBuilder {
128128 chain : & Chain ,
129129 deployment : DeploymentLocator ,
130130 start_blocks : Vec < BlockNumber > ,
131- source_subgraph_stores : Vec < ( DeploymentHash , Arc < dyn SourceableStore > ) > ,
131+ source_subgraph_stores : Vec < Arc < dyn SourceableStore > > ,
132132 subgraph_current_block : Option < BlockPtr > ,
133133 filter : Arc < TriggerFilterWrapper < Chain > > ,
134134 unified_api_version : UnifiedMappingApiVersion ,
@@ -150,7 +150,7 @@ impl BlockStreamBuilder<Chain> for EthereumStreamBuilder {
150150 chain : & Chain ,
151151 deployment : DeploymentLocator ,
152152 start_blocks : Vec < BlockNumber > ,
153- source_subgraph_stores : Vec < ( DeploymentHash , Arc < dyn SourceableStore > ) > ,
153+ source_subgraph_stores : Vec < Arc < dyn SourceableStore > > ,
154154 subgraph_current_block : Option < BlockPtr > ,
155155 filter : Arc < TriggerFilterWrapper < Chain > > ,
156156 unified_api_version : UnifiedMappingApiVersion ,
@@ -437,7 +437,7 @@ impl Blockchain for Chain {
437437 deployment : DeploymentLocator ,
438438 store : impl DeploymentCursorTracker ,
439439 start_blocks : Vec < BlockNumber > ,
440- source_subgraph_stores : Vec < ( DeploymentHash , Arc < dyn SourceableStore > ) > ,
440+ source_subgraph_stores : Vec < Arc < dyn SourceableStore > > ,
441441 filter : Arc < TriggerFilterWrapper < Self > > ,
442442 unified_api_version : UnifiedMappingApiVersion ,
443443 ) -> Result < Box < dyn BlockStream < Self > > , Error > {
0 commit comments