Skip to content

Commit 78226bf

Browse files
committed
chore: update-subgraph-names
1 parent 4533b8e commit 78226bf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

config/xdai.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"chain": "xdai",
3-
"kleros": {
4-
"address": "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002",
5-
"startBlock": "16895601"
6-
},
7-
"policyRegistry": {
8-
"address": "0x9d494768936b6bdaabc46733b8d53a937a6c6d7e",
9-
"startBlock": "16895606"
10-
}
11-
}
2+
"chain": "gnosis",
3+
"kleros": {
4+
"address": "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002",
5+
"startBlock": "16895601"
6+
},
7+
"policyRegistry": {
8+
"address": "0x9d494768936b6bdaabc46733b8d53a937a6c6d7e",
9+
"startBlock": "16895606"
10+
}
11+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"clean": "graph clean",
99
"gen": "graph codegen --output-dir generated",
1010
"build": "graph build",
11-
"deploy-gnosis": "mustache config/xdai.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros/kleros-display-gnosis",
12-
"deploy-mainnet": "mustache config/mainnet.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros/kleros-display-mainnet",
11+
"deploy-gnosis": "mustache config/xdai.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-gnosis",
12+
"deploy-mainnet": "mustache config/mainnet.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-mainnet",
1313
"deploy-sepolia": "mustache config/sepolia.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-sepolia"
1414
},
1515
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"

0 commit comments

Comments
 (0)