File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "chain" : " gnosis-chiado" ,
3
+ "kleros" : {
4
+ "address" : " 0xD8798DfaE8194D6B4CD6e2Da6187ae4209d06f27" ,
5
+ "startBlock" : " 1165867"
6
+ },
7
+ "policyRegistry" : {
8
+ "address" : " 0x53FC70FE1EC3a60f8939A62aBCc61bf1A57938D7" ,
9
+ "startBlock" : " 1164584"
10
+ }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
+ "license" : " MIT" ,
2
3
"devDependencies" : {
3
4
"@graphprotocol/graph-cli" : " ^0.69.2" ,
4
5
"@graphprotocol/graph-ts" : " ^0.34.0" ,
10
11
"build" : " graph build" ,
11
12
"deploy-gnosis" : " mustache config/xdai.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-gnosis" ,
12
13
"deploy-mainnet" : " mustache config/mainnet.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-mainnet" ,
13
- "deploy-sepolia" : " mustache config/sepolia.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-sepolia"
14
+ "deploy-sepolia" : " mustache config/sepolia.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-sepolia" ,
15
+ "deploy-chiado" : " mustache config/chiado.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-chiado"
14
16
},
15
17
"packageManager" : " yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
16
18
}
You can’t perform that action at this time.
0 commit comments