File tree 5 files changed +15
-9
lines changed
5 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 11
11
"words" : [
12
12
" arbitrum" ,
13
13
" autorestart" ,
14
+ " codegen" ,
14
15
" commitlint" ,
15
16
" COOLDOWN" ,
16
17
" datetime" ,
17
18
" devnet" ,
18
19
" Devnet" ,
19
20
" dockerhost" ,
20
21
" Ethfinex" ,
22
+ " gluegun" ,
23
+ " graphprotocol" ,
21
24
" hearbeat" ,
22
25
" IERC" ,
23
26
" ipfs" ,
Original file line number Diff line number Diff line change 26
26
"@graphprotocol/graph-ts" : " ^0.31.0"
27
27
},
28
28
"devDependencies" : {
29
- "@graphprotocol/graph-cli" : " ^0.54 .0" ,
29
+ "@graphprotocol/graph-cli" : " 0.52 .0" ,
30
30
"@kleros/kleros-v2-eslint-config" : " workspace:^" ,
31
31
"@kleros/kleros-v2-prettier-config" : " workspace:^" ,
32
32
"gluegun" : " ^5.1.2"
33
+ },
34
+ "dependenciesComments" : {
35
+ "@graphprotocol/graph-cli" : " pinned because of this issue: https://github.com/graphprotocol/graph-tooling/issues/1399#issuecomment-1676104540"
33
36
}
34
37
}
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ dataSources:
81
81
name : DisputeKitClassic
82
82
network : arbitrum-goerli
83
83
source :
84
- address : " 0x9ddf4a70295faaA695b8CF4F22177FA1f3a1B500 "
84
+ address : " 0x439f92b61783A752462527f9dA9C6c6180C9253a "
85
85
abi : DisputeKitClassic
86
- startBlock : 33436570
86
+ startBlock : 34139950
87
87
mapping :
88
88
kind : ethereum/events
89
89
apiVersion : 0.0.6
Original file line number Diff line number Diff line change 1
1
# Do not enter sensitive information here.
2
2
export REACT_APP_DEPLOYMENT=testnet
3
- export REACT_APP_KLEROS_CORE_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest
3
+ export REACT_APP_KLEROS_CORE_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/kleros/kleros-v2-core-arbitrum-goerli
4
4
export REACT_APP_DISPUTE_TEMPLATE_ARBGOERLI_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/alcercu/disputetemplateregistryarbgrli
Original file line number Diff line number Diff line change @@ -3987,9 +3987,9 @@ __metadata:
3987
3987
languageName: node
3988
3988
linkType: hard
3989
3989
3990
- "@graphprotocol/graph-cli@npm:^0.54 .0":
3991
- version: 0.54 .0
3992
- resolution: "@graphprotocol/graph-cli@npm:0.54 .0"
3990
+ "@graphprotocol/graph-cli@npm:0.52 .0":
3991
+ version: 0.52 .0
3992
+ resolution: "@graphprotocol/graph-cli@npm:0.52 .0"
3993
3993
dependencies:
3994
3994
"@float-capital/float-subgraph-uncrashable": ^0.0.0-alpha.4
3995
3995
"@oclif/core": 2.8.6
@@ -4019,7 +4019,7 @@ __metadata:
4019
4019
yaml: 1.10.2
4020
4020
bin:
4021
4021
graph: bin/run
4022
- checksum: c3bd34b26dc7e09d14e60193b806f1e513ba4fd3a0525506f015573addbb4848de21c9157426b789e99efb1850c0035aaf2d865ef7b985a9bc41884d6e45d012
4022
+ checksum: 7c6e2dbf022f4229b412e1107bb16b8e5914da2c21802af9a072a79a4f463132a192380e9c395a463c285004abedf16461037cebea7387c580c2de46200ddd40
4023
4023
languageName: node
4024
4024
linkType: hard
4025
4025
@@ -5228,7 +5228,7 @@ __metadata:
5228
5228
version: 0.0.0-use.local
5229
5229
resolution: "@kleros/kleros-v2-subgraph@workspace:subgraph"
5230
5230
dependencies:
5231
- "@graphprotocol/graph-cli": ^0.54 .0
5231
+ "@graphprotocol/graph-cli": 0.52 .0
5232
5232
"@graphprotocol/graph-ts": ^0.31.0
5233
5233
"@kleros/kleros-v2-eslint-config": "workspace:^"
5234
5234
"@kleros/kleros-v2-prettier-config": "workspace:^"
You can’t perform that action at this time.
0 commit comments