Skip to content

Commit cd0a500

Browse files
authored
Merge pull request #11 from kleros/feat/chiado-config
feat: add chiado config
2 parents 457f436 + 70c64f0 commit cd0a500

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

config/chiado.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"chain": "gnosis-chiado",
3+
"kleros": {
4+
"address": "0xD8798DfaE8194D6B4CD6e2Da6187ae4209d06f27",
5+
"startBlock": "1165867"
6+
},
7+
"policyRegistry": {
8+
"address": "0x53FC70FE1EC3a60f8939A62aBCc61bf1A57938D7",
9+
"startBlock": "1164584"
10+
}
11+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"license": "MIT",
23
"devDependencies": {
34
"@graphprotocol/graph-cli": "^0.69.2",
45
"@graphprotocol/graph-ts": "^0.34.0",
@@ -10,7 +11,8 @@
1011
"build": "graph build",
1112
"deploy-gnosis": "mustache config/xdai.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-gnosis",
1213
"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"
1416
},
1517
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
1618
}

0 commit comments

Comments
 (0)