Skip to content

Commit

Permalink
Squashme: update config to thegraph crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 1, 2023
1 parent f7acd8c commit 53402db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::net::SocketAddr;

use alloy_primitives::Address;
use serde::{Deserialize, Serialize};
use toolshed::thegraph::DeploymentId;
use thegraph::types::DeploymentId;

#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct DatabaseConfig {
Expand Down

0 comments on commit 53402db

Please sign in to comment.