Skip to content

Commit

Permalink
chore: subgraph redeployed + rolled back buggy @graphprotocol/graph-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Aug 12, 2023
1 parent ce24e73 commit 5704cdc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
"words": [
"arbitrum",
"autorestart",
"codegen",
"commitlint",
"COOLDOWN",
"datetime",
"devnet",
"Devnet",
"dockerhost",
"Ethfinex",
"gluegun",
"graphprotocol",
"hearbeat",
"IERC",
"ipfs",
Expand Down
5 changes: 4 additions & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
"@graphprotocol/graph-ts": "^0.31.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.54.0",
"@graphprotocol/graph-cli": "0.52.0",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"gluegun": "^5.1.2"
},
"dependenciesComments": {
"@graphprotocol/graph-cli": "pinned because of this issue: https://github.com/graphprotocol/graph-tooling/issues/1399#issuecomment-1676104540"
}
}
4 changes: 2 additions & 2 deletions subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ dataSources:
name: DisputeKitClassic
network: arbitrum-goerli
source:
address: "0x9ddf4a70295faaA695b8CF4F22177FA1f3a1B500"
address: "0x439f92b61783A752462527f9dA9C6c6180C9253a"
abi: DisputeKitClassic
startBlock: 33436570
startBlock: 34139950
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down
2 changes: 1 addition & 1 deletion web/.env.testnet.public
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Do not enter sensitive information here.
export REACT_APP_DEPLOYMENT=testnet
export REACT_APP_KLEROS_CORE_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/alcercu/kleroscoretest
export REACT_APP_KLEROS_CORE_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/kleros/kleros-v2-core-arbitrum-goerli
export REACT_APP_DISPUTE_TEMPLATE_ARBGOERLI_SUBGRAPH_TESTNET=https://api.thegraph.com/subgraphs/name/alcercu/disputetemplateregistryarbgrli
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3987,9 +3987,9 @@ __metadata:
languageName: node
linkType: hard

"@graphprotocol/graph-cli@npm:^0.54.0":
version: 0.54.0
resolution: "@graphprotocol/graph-cli@npm:0.54.0"
"@graphprotocol/graph-cli@npm:0.52.0":
version: 0.52.0
resolution: "@graphprotocol/graph-cli@npm:0.52.0"
dependencies:
"@float-capital/float-subgraph-uncrashable": ^0.0.0-alpha.4
"@oclif/core": 2.8.6
Expand Down Expand Up @@ -4019,7 +4019,7 @@ __metadata:
yaml: 1.10.2
bin:
graph: bin/run
checksum: c3bd34b26dc7e09d14e60193b806f1e513ba4fd3a0525506f015573addbb4848de21c9157426b789e99efb1850c0035aaf2d865ef7b985a9bc41884d6e45d012
checksum: 7c6e2dbf022f4229b412e1107bb16b8e5914da2c21802af9a072a79a4f463132a192380e9c395a463c285004abedf16461037cebea7387c580c2de46200ddd40
languageName: node
linkType: hard

Expand Down Expand Up @@ -5228,7 +5228,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@kleros/kleros-v2-subgraph@workspace:subgraph"
dependencies:
"@graphprotocol/graph-cli": ^0.54.0
"@graphprotocol/graph-cli": 0.52.0
"@graphprotocol/graph-ts": ^0.31.0
"@kleros/kleros-v2-eslint-config": "workspace:^"
"@kleros/kleros-v2-prettier-config": "workspace:^"
Expand Down

0 comments on commit 5704cdc

Please sign in to comment.