File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const scaffoldOptions = {
76
76
abi : TEST_ABI ,
77
77
contract : '0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d' ,
78
78
network : 'kovan' ,
79
- contractName : 'Contract'
79
+ contractName : 'Contract' ,
80
80
}
81
81
82
82
const scaffold = new Scaffold ( scaffoldOptions )
@@ -88,10 +88,8 @@ const scaffoldWithIndexEvents = new Scaffold({
88
88
89
89
describe ( 'Ethereum subgraph scaffolding' , ( ) => {
90
90
test ( 'Manifest' , ( ) => {
91
- expect (
92
- scaffold . generateManifest ( ) ,
93
- ) . toEqual ( `\
94
- specVersion: 0.0.1
91
+ expect ( scaffold . generateManifest ( ) ) . toEqual ( `\
92
+ specVersion: 0.0.5
95
93
schema:
96
94
file: ./schema.graphql
97
95
dataSources:
@@ -103,7 +101,7 @@ dataSources:
103
101
abi: Contract
104
102
mapping:
105
103
kind: ethereum/events
106
- apiVersion: 0.0.5
104
+ apiVersion: 0.0.7
107
105
language: wasm/assemblyscript
108
106
entities:
109
107
- ExampleEvent
You can’t perform that action at this time.
0 commit comments