Skip to content

Commit db0d74b

Browse files
jrag0xgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent c74e7d3 commit db0d74b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integrations/types-of-integrations/how-to-use-reality.eth-+-kleros-as-an-oracle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To use this service, you just need to ensure that:
4141
* If your contract is in development, Cooperative Kleros team can support you in making it compatible.
4242
* If your contract is already live, Cooperative Kleros team can support you in building a connector for it.
4343

44-
* you submit the address of the Reality.eth<>Kleros arbitrator proxy you want to use as `arbitrator`when you ask a question
44+
* you submit the address of the Reality.eth<>Kleros arbitrator proxy you want to use as `arbitrator`when you ask a question. The arbitrator proxy will be set up with an initaial number of votes to be requested and a specific subcourt in whichcases will be raised. The Cooperative Kleros team can help select the right arbitrator for your use case or deploy a new one for you.
4545

4646
```typescript
4747
function askQuestion ( uint256 template_id, string question, address arbitrator, uint32 timeout, uint32 opening_ts, uint256 nonce ) external payable returns ( bytes32 );
@@ -52,9 +52,9 @@ function askQuestion ( uint256 template_id, string question, address arbitrator,
5252

5353
* \(Current version\) Mainnet - to be deployed soon
5454
* \(Current version\) [Kovan](https://kovan.etherscan.io/address/0xDEd12537dA82C1019b3CA1714A5d58B7c5c19A04)
55-
* ~~\(Old version without appeals\)~~ [~~Mainnet~~](https://etherscan.io/address/0xd47f72a2d1d0E91b0Ec5e5f5d02B2dc26d00A14D)~~~~
56-
* ~~500 votes in general Court~~
57-
* ~~\(Old version without appeals\)~~ [~~Kovan~~](https://kovan.etherscan.io/address/0xa6ead513d05347138184324392d8ceb24c116118)~~~~
55+
* \(Old version without appeals\) [Mainnet](https://etherscan.io/address/0xd47f72a2d1d0E91b0Ec5e5f5d02B2dc26d00A14D)
56+
* 500 votes in general Court
57+
* \(Old version without appeals\) [Kovan](https://kovan.etherscan.io/address/0xa6ead513d05347138184324392d8ceb24c116118)
5858
{% endhint %}
5959

6060
### Sequence Diagram

0 commit comments

Comments
 (0)