File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/integration-tests/multiple-subgraph-datasources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { dataSource , EntityTrigger , log } from '@graphprotocol/graph-ts'
22import { AggregatedData } from '../generated/schema'
3- import { SourceAData } from '../generated/subgraph-QmYHp1bPEf7EoYBpEtJUpZv1uQHYQfWE4AhvR6frjB1Huj '
4- import { SourceBData } from '../generated/subgraph-QmYBEzastJi7bsa722ac78tnZa6xNnV9vvweerY4kVyJtq '
3+ import { SourceAData } from '../generated/subgraph-QmZBecjQfrQG5BfpapLywSAzVb5FSFty4j9hVSAhkxbBas '
4+ import { SourceBData } from '../generated/subgraph-QmaqX7yefmvgVTbc2ZukVYasSgXtE7Xg5b79Z7afVx4y6u '
55
66
77// We know this handler will run first since its defined first in the manifest
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dataSources:
66 name : SourceA
77 network : test
88 source :
9- address : ' QmYHp1bPEf7EoYBpEtJUpZv1uQHYQfWE4AhvR6frjB1Huj '
9+ address : ' QmZBecjQfrQG5BfpapLywSAzVb5FSFty4j9hVSAhkxbBas '
1010 startBlock : 0
1111 mapping :
1212 apiVersion : 0.0.7
@@ -22,7 +22,7 @@ dataSources:
2222 name : SourceB
2323 network : test
2424 source :
25- address : ' QmYBEzastJi7bsa722ac78tnZa6xNnV9vvweerY4kVyJtq '
25+ address : ' QmaqX7yefmvgVTbc2ZukVYasSgXtE7Xg5b79Z7afVx4y6u '
2626 startBlock : 0
2727 mapping :
2828 apiVersion : 0.0.7
You can’t perform that action at this time.
0 commit comments