Skip to content

Commit

Permalink
chain: Use IdType::Bytes for network indexing
Browse files Browse the repository at this point in the history
Fixes #1414
  • Loading branch information
lutter committed Jan 13, 2020
1 parent ad46c2a commit 71f42ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/ethereum/src/network_indexer/subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fn create_subgraph(
schema: Schema::parse(
include_str!("./ethereum.graphql"),
subgraph_id.clone(),
IdType::String,
IdType::Bytes,
)
.expect("valid Ethereum network subgraph schema"),
data_sources: vec![],
Expand Down

0 comments on commit 71f42ed

Please sign in to comment.