Skip to content

Commit 5704cdc

Browse files
committed
chore: subgraph redeployed + rolled back buggy @graphprotocol/graph-cli
1 parent ce24e73 commit 5704cdc

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

cspell.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
"words": [
1212
"arbitrum",
1313
"autorestart",
14+
"codegen",
1415
"commitlint",
1516
"COOLDOWN",
1617
"datetime",
1718
"devnet",
1819
"Devnet",
1920
"dockerhost",
2021
"Ethfinex",
22+
"gluegun",
23+
"graphprotocol",
2124
"hearbeat",
2225
"IERC",
2326
"ipfs",

subgraph/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626
"@graphprotocol/graph-ts": "^0.31.0"
2727
},
2828
"devDependencies": {
29-
"@graphprotocol/graph-cli": "^0.54.0",
29+
"@graphprotocol/graph-cli": "0.52.0",
3030
"@kleros/kleros-v2-eslint-config": "workspace:^",
3131
"@kleros/kleros-v2-prettier-config": "workspace:^",
3232
"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"
3336
}
3437
}

subgraph/subgraph.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ dataSources:
8181
name: DisputeKitClassic
8282
network: arbitrum-goerli
8383
source:
84-
address: "0x9ddf4a70295faaA695b8CF4F22177FA1f3a1B500"
84+
address: "0x439f92b61783A752462527f9dA9C6c6180C9253a"
8585
abi: DisputeKitClassic
86-
startBlock: 33436570
86+
startBlock: 34139950
8787
mapping:
8888
kind: ethereum/events
8989
apiVersion: 0.0.6

web/.env.testnet.public

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Do not enter sensitive information here.
22
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
44
export REACT_APP_DISPUTE_TEMPLATE_ARBGOERLI_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/alcercu/disputetemplateregistryarbgrli

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -3987,9 +3987,9 @@ __metadata:
39873987
languageName: node
39883988
linkType: hard
39893989

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"
39933993
dependencies:
39943994
"@float-capital/float-subgraph-uncrashable": ^0.0.0-alpha.4
39953995
"@oclif/core": 2.8.6
@@ -4019,7 +4019,7 @@ __metadata:
40194019
yaml: 1.10.2
40204020
bin:
40214021
graph: bin/run
4022-
checksum: c3bd34b26dc7e09d14e60193b806f1e513ba4fd3a0525506f015573addbb4848de21c9157426b789e99efb1850c0035aaf2d865ef7b985a9bc41884d6e45d012
4022+
checksum: 7c6e2dbf022f4229b412e1107bb16b8e5914da2c21802af9a072a79a4f463132a192380e9c395a463c285004abedf16461037cebea7387c580c2de46200ddd40
40234023
languageName: node
40244024
linkType: hard
40254025

@@ -5228,7 +5228,7 @@ __metadata:
52285228
version: 0.0.0-use.local
52295229
resolution: "@kleros/kleros-v2-subgraph@workspace:subgraph"
52305230
dependencies:
5231-
"@graphprotocol/graph-cli": ^0.54.0
5231+
"@graphprotocol/graph-cli": 0.52.0
52325232
"@graphprotocol/graph-ts": ^0.31.0
52335233
"@kleros/kleros-v2-eslint-config": "workspace:^"
52345234
"@kleros/kleros-v2-prettier-config": "workspace:^"

0 commit comments

Comments
 (0)