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:
1578
1578
- Gravatar
1579
1579
network: mainnet
1580
1580
source:
1581
- address: 'QmSWWT2yrTFDZSL8tRyoHEVrcEKAUsY2hj2TMQDfdDZU8h '
1581
+ address: 'QmSource '
1582
1582
startBlock: 9562480
1583
1583
mapping:
1584
1584
apiVersion: 0.0.6
@@ -1609,6 +1609,8 @@ dataSources:
1609
1609
resolver. add ( "/ipfs/Qmabi" , & ABI ) ;
1610
1610
resolver. add ( "/ipfs/Qmschema" , & GQL_SCHEMA ) ;
1611
1611
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 ) ;
1612
1614
1613
1615
let resolver: Arc < dyn LinkResolverTrait > = Arc :: new ( resolver) ;
1614
1616
Original file line number Diff line number Diff line change 1
- specVersion : 0.0.8
1
+ specVersion : 1.3.0
2
2
schema :
3
3
file : ./schema.graphql
4
4
dataSources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dataSources:
6
6
name : Contract
7
7
network : test
8
8
source :
9
- address : ' Qmaqf8cRxfxbduZppSHKG9DMuX5JZPMoGuwGb2DQuo48sq '
9
+ address : ' QmaKaj4gCYo4TmGq27tgqwrsBLwNncHGvR6Q9e6wDBYo8M '
10
10
startBlock : 0
11
11
mapping :
12
12
apiVersion : 0.0.7
You can’t perform that action at this time.
0 commit comments