Skip to content

Commit 1311da5

Browse files
authored
chore(network-subgraphs): Explicit startBlock values for dev2 (#1013)
Use use 0 as start block for all contracts. Leaving out the start block would be also ok, but good to be explicit and have unified definitions for all contracts.
1 parent 6ce9a92 commit 1311da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/network-subgraphs/subgraph_dev2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dataSources:
1212
source:
1313
address: "0x18E0937099660B82464475Ea2B7e6Af4f2BFE5F0"
1414
abi: StreamRegistry
15-
# startBlock: 10000000 #TODO
15+
startBlock: 0
1616
mapping:
1717
kind: ethereum/events
1818
apiVersion: 0.0.6
@@ -41,7 +41,7 @@ dataSources:
4141
source:
4242
address: "0x338090C5492C5c5E41a4458f5FC4b205cbc54A24"
4343
abi: NodeRegistry
44-
# startBlock: 10000000 #TODO
44+
startBlock: 0
4545
mapping:
4646
kind: ethereum/events
4747
apiVersion: 0.0.6
@@ -63,7 +63,7 @@ dataSources:
6363
source:
6464
address: "0xB73189CeBCc870bE6f9aa16764bbB3665e4B49B6"
6565
abi: StreamStorageRegistry
66-
# startBlock: 10000000 #TODO
66+
startBlock: 0
6767
mapping:
6868
kind: ethereum/events
6969
apiVersion: 0.0.6

0 commit comments

Comments
 (0)