Skip to content

Commit b0e8b15

Browse files
authored
Merge pull request #9 from kleros/chore/migrate-to-ipfs-data-source
Chore/migrate to ipfs data source
2 parents cf1c57f + 78226bf commit b0e8b15

File tree

13 files changed

+169
-4553
lines changed

13 files changed

+169
-4553
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
build
3+
generated
34

45
mappings/const.ts
56
subgraph.yaml

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+
}

0 commit comments

Comments
 (0)