File tree 3 files changed +2545
-491
lines changed 3 files changed +2545
-491
lines changed Original file line number Diff line number Diff line change 46
46
"prepare:test-l2" : " yarn && yarn prep:addresses:test:l2 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/"
47
47
},
48
48
"devDependencies" : {
49
- "@graphprotocol/contracts" : " 5.3.3 " ,
50
- "@graphprotocol/graph-cli" : " ^0.49 .0" ,
51
- "@graphprotocol/graph-ts" : " ^0.29.1 " ,
49
+ "@graphprotocol/contracts" : " 6.2.0 " ,
50
+ "@graphprotocol/graph-cli" : " 0.68 .0" ,
51
+ "@graphprotocol/graph-ts" : " 0.32.0 " ,
52
52
"@types/node" : " ^14.0.13" ,
53
53
"@typescript-eslint/eslint-plugin" : " ^3.3.0" ,
54
54
"@typescript-eslint/parser" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 1
- specVersion : 0 .0.5
1
+ specVersion : 1 .0.0
2
2
description : Core Graph Network subgraph (FDS version)
3
3
repository : https://github.com/graphprotocol/graph-network-subgraph
4
4
schema :
5
5
file : ./schema.graphql
6
6
features :
7
7
- fullTextSearch
8
+ indexerHints :
9
+ {{#isL1}}
10
+ prune : 400
11
+ {{/isL1}}
12
+ {{^isL1}}
13
+ prune : 15000
14
+ {{/isL1}}
8
15
dataSources :
9
16
- kind : ethereum/contract
10
17
name : Controller
You can’t perform that action at this time.
0 commit comments