Skip to content

Commit

Permalink
Merge pull request #9 from kleros/chore/migrate-to-ipfs-data-source
Browse files Browse the repository at this point in the history
Chore/migrate to ipfs data source
  • Loading branch information
jaybuidl authored May 20, 2024
2 parents cf1c57f + 78226bf commit b0e8b15
Show file tree
Hide file tree
Showing 13 changed files with 169 additions and 4,553 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
build
generated

mappings/const.ts
subgraph.yaml
20 changes: 10 additions & 10 deletions config/xdai.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"chain": "xdai",
"kleros": {
"address": "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002",
"startBlock": "16895601"
},
"policyRegistry": {
"address": "0x9d494768936b6bdaabc46733b8d53a937a6c6d7e",
"startBlock": "16895606"
}
}
"chain": "gnosis",
"kleros": {
"address": "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002",
"startBlock": "16895601"
},
"policyRegistry": {
"address": "0x9d494768936b6bdaabc46733b8d53a937a6c6d7e",
"startBlock": "16895606"
}
}
Loading

0 comments on commit b0e8b15

Please sign in to comment.