Skip to content

Commit

Permalink
fix(config): make bad_indexers optional (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus authored Jan 22, 2024
1 parent fe47e83 commit 6af3f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graph-gateway/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pub struct Config {
pub attestations: AttestationConfig,
/// List of indexer addresses to block. This should only be used temprorarily, to compensate for
/// indexer-selection imperfections.
#[serde(default)]
pub bad_indexers: Vec<Address>,
pub chains: Vec<Chain>,
/// Ethereum RPC provider, or fixed exchange rate for testing
Expand Down

0 comments on commit 6af3f84

Please sign in to comment.