Skip to content

Commit 105fa95

Browse files
lutterclaude
andcommitted
tests: Fix multiple-subgraph-datasources integration test
Replace hardcoded IPFS hashes with `@source-subgraph-a@` and `@source-subgraph-b@` placeholders that get patched at runtime with the actual deployment hashes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3d1df87 commit 105fa95

File tree

1 file changed

+2
-2
lines changed
  • tests/integration-tests/multiple-subgraph-datasources

1 file changed

+2
-2
lines changed

tests/integration-tests/multiple-subgraph-datasources/subgraph.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dataSources:
66
name: SourceA
77
network: test
88
source:
9-
address: 'QmZBecjQfrQG5BfpapLywSAzVb5FSFty4j9hVSAhkxbBas'
9+
address: '@source-subgraph-a@'
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: 'QmaqX7yefmvgVTbc2ZukVYasSgXtE7Xg5b79Z7afVx4y6u'
25+
address: '@source-subgraph-b@'
2626
startBlock: 0
2727
mapping:
2828
apiVersion: 0.0.7

0 commit comments

Comments
 (0)