Skip to content

Commit

Permalink
agent, common: Use large network subgraph max block distance for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Jan 24, 2024
1 parent 974cfac commit 759d3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/indexer-agent/src/__tests__/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ const setup = async () => {
url: 'http://test-indexer.xyz',
},
subgraphs: {
maxBlockDistance: 10000,
networkSubgraph: {
url: 'http://test-url.xyz',
url: 'https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-goerli',
},
epochSubgraph: {
url: 'http://test-url.xyz',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const testNetworkSpecification: specification.NetworkSpecification =
url: 'http://test-indexer.xyz',
},
subgraphs: {
maxBlockDistance: 10000,
networkSubgraph: {
url: 'https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-goerli',
},
Expand Down

0 comments on commit 759d3a3

Please sign in to comment.