Skip to content

Commit 6e20038

Browse files
authored
Merge pull request #3 from kleros/feat/notifications
feat: notification schema and refactoring
2 parents 0afa341 + 8762619 commit 6e20038

File tree

18 files changed

+4467
-1115
lines changed

18 files changed

+4467
-1115
lines changed

config/mainnet.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"chain": "mainnet",
3-
"address": "0x988b3a538b618c7a603e1c11ab82cd16dbe28069",
4-
"startBlock": "7303699"
3+
"kleros": {
4+
"address": "0x988b3A538b618C7A603e1c11Ab82Cd16dbE28069",
5+
"startBlock": "7303699"
6+
},
7+
"policyRegistry": {
8+
"address": "0xcf1f07713d5193fae5c1653c9f61953d048bece4",
9+
"startBlock": "10175794"
10+
}
511
}

config/xdai.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"chain": "xdai",
3-
"address": "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002",
4-
"startBlock": "16895601"
3+
"kleros": {
4+
"address": "0x9c1da9a04925bdfdedf0f6421bc7eea8305f9002",
5+
"startBlock": "16895601"
6+
},
7+
"policyRegistry": {
8+
"address": "0x9d494768936b6bdaabc46733b8d53a937a6c6d7e",
9+
"startBlock": "16895606"
10+
}
511
}

0 commit comments

Comments
 (0)