Skip to content

Commit

Permalink
Potential hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Aug 20, 2022
1 parent f98fd07 commit d6f916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network_subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl Client {
let client = Arc::new(Mutex::new(Client {
network_subgraph,
http_client,
latest_block: 0,
latest_block: 11439999,
slashing_percentage: slashing_percentage_tx,
subgraph_deployments: subgraph_deployments_tx,
deployment_indexers: deployment_indexers_tx,
Expand Down

0 comments on commit d6f916b

Please sign in to comment.