Skip to content

Commit

Permalink
Add start block in generated subgraph config
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajvijay1997 committed May 22, 2024
1 parent ca3cb69 commit b01cb8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Main {

const proxyAddress = deployment.address;
dataSource.source.address = proxyAddress;
dataSource.source.startBlock = deployment.receipt.blockNumber;
dataSource.network = network;
}

Expand Down

0 comments on commit b01cb8e

Please sign in to comment.