Skip to content

Commit 55762e9

Browse files
feat: add chiado config
1 parent 457f436 commit 55762e9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"build": "graph build",
1111
"deploy-gnosis": "mustache config/xdai.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-gnosis",
1212
"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"
13+
"deploy-sepolia": "mustache config/sepolia.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-sepolia",
14+
"deploy-chiado": "mustache config/chiado.json subgraph.template.yaml > subgraph.yaml && yarn gen && graph deploy --studio kleros-display-chiado"
1415
},
1516
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
1617
}

0 commit comments

Comments
 (0)