File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
store/test-store/tests/chain/ethereum Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1578,7 +1578,7 @@ dataSources:
15781578 - Gravatar
15791579 network: mainnet
15801580 source:
1581- address: 'QmSWWT2yrTFDZSL8tRyoHEVrcEKAUsY2hj2TMQDfdDZU8h '
1581+ address: 'QmSource '
15821582 startBlock: 9562480
15831583 mapping:
15841584 apiVersion: 0.0.6
@@ -1609,6 +1609,8 @@ dataSources:
16091609 resolver. add ( "/ipfs/Qmabi" , & ABI ) ;
16101610 resolver. add ( "/ipfs/Qmschema" , & GQL_SCHEMA ) ;
16111611 resolver. add ( "/ipfs/Qmmapping" , & MAPPING_WITH_IPFS_FUNC_WASM ) ;
1612+ resolver. add ( "/ipfs/QmSource" , & SOURCE_SUBGRAPH_MANIFEST ) ;
1613+ resolver. add ( "/ipfs/QmSourceSchema" , & SOURCE_SUBGRAPH_SCHEMA ) ;
16121614
16131615 let resolver: Arc < dyn LinkResolverTrait > = Arc :: new ( resolver) ;
16141616
Original file line number Diff line number Diff line change 1- specVersion : 0.0.8
1+ specVersion : 1.3.0
22schema :
33 file : ./schema.graphql
44dataSources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dataSources:
66 name : Contract
77 network : test
88 source :
9- address : ' Qmaqf8cRxfxbduZppSHKG9DMuX5JZPMoGuwGb2DQuo48sq '
9+ address : ' QmaKaj4gCYo4TmGq27tgqwrsBLwNncHGvR6Q9e6wDBYo8M '
1010 startBlock : 0
1111 mapping :
1212 apiVersion : 0.0.7
You can’t perform that action at this time.
0 commit comments