File tree 3 files changed +29
-6
lines changed
3 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,7 @@ const deployForeignGateway: DeployFunction = async (hre: HardhatRuntimeEnvironme
49
49
log : true ,
50
50
} ) ;
51
51
52
- // TODO: change me
53
- const metaEvidenceUri =
54
- "https://raw.githubusercontent.com/kleros/kleros-v2/master/contracts/deployments/rinkeby/MetaEvidence_ArbitrableExample.json" ;
52
+ const metaEvidenceUri = `https://raw.githubusercontent.com/kleros/kleros-v2/master/contracts/deployments/${ hre . network . name } /MetaEvidence_ArbitrableExample.json` ;
55
53
56
54
await deploy ( "ArbitrableExample" , {
57
55
from : deployer ,
Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ const deployHomeGateway: DeployFunction = async (hre: HardhatRuntimeEnvironment)
44
44
log : true ,
45
45
} ) ; // nonce+1
46
46
47
- // TODO: change me
48
- const metaEvidenceUri =
49
- "https://raw.githubusercontent.com/kleros/kleros-v2/master/contracts/deployments/rinkeby/MetaEvidence_ArbitrableExample.json" ;
47
+ const metaEvidenceUri = `https://raw.githubusercontent.com/kleros/kleros-v2/master/contracts/deployments/goerli/MetaEvidence_ArbitrableExample.json` ;
50
48
51
49
await deploy ( "ArbitrableExample" , {
52
50
from : deployer ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " single-select" ,
3
+ "titles" : [
4
+ " Alice" ,
5
+ " Bob" ,
6
+ " Charlie"
7
+ ],
8
+ "descriptions" : [
9
+ " Alice is right." ,
10
+ " Bob is right." ,
11
+ " Charlie is right"
12
+ ],
13
+ "arbitratorChainID" : 421613 ,
14
+ "arbitrableChainID" : 5 ,
15
+ "arbitrableInterfaceURI" : " https://my-awesomme.dapp.io/item/1234" ,
16
+ "dynamicScriptRequiredParams" : [
17
+ " arbitrableChainID" ,
18
+ " arbitrableContractAddress"
19
+ ],
20
+ "evidenceDisplayInterfaceRequiredParams" : [
21
+ " disputeID" ,
22
+ " arbitrableContractAddress" ,
23
+ " arbitratorContractAddress" ,
24
+ " arbitratorChainID"
25
+ ],
26
+ "_v" : " 1.0.0"
27
+ }
You can’t perform that action at this time.
0 commit comments