Skip to content

Commit 3d1df87

Browse files
lutterclaude
andcommitted
tests: Fix subgraph-data-sources integration test
Replace hardcoded IPFS hash with `@source-subgraph@` placeholder that gets patched at runtime with the actual deployment hash. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aa7385a commit 3d1df87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/subgraph-data-sources/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dataSources:
66
name: Contract
77
network: test
88
source:
9-
address: 'QmRWTEejPDDwALaquFGm6X2GBbbh5osYDXwCRRkoZ6KQhb'
9+
address: '@source-subgraph@'
1010
startBlock: 0
1111
mapping:
1212
apiVersion: 0.0.7

0 commit comments

Comments
 (0)