@@ -31,11 +31,11 @@ module.exports = async ({ getNamedAccounts, deployments, getChainId, getUnnamedA
31
31
titles : [ "Accurate" , "Inaccurate" ] ,
32
32
} ,
33
33
// evidenceDisplayInterfaceURI: "/ipfs/QmSaac2Xh2LCxKWoekmbWG2z2vM4DGjZmbcRhXqUkQpd3h/index.html",
34
- dynamicScriptURI : "/ipfs/QmaMdkAG4CL6ZWWAbJGeHdMGBbHQJM1hmA7gthq9aqYSRC/index.js\n " ,
34
+ dynamicScriptURI : "/ipfs/QmaMdkAG4CL6ZWWAbJGeHdMGBbHQJM1hmA7gthq9aqYSRC/index.js" ,
35
35
fileURI : `${ primaryDocumentIPFSPath } ` ,
36
36
arbitrableChainID : chainId ,
37
37
arbitratorChainID : chainId ,
38
- evidenceDisplayInterfaceRequiredParams : [ "disputeID" , "arbitrableChainID" ] ,
38
+ // evidenceDisplayInterfaceRequiredParams: ["disputeID", "arbitrableChainID"],
39
39
dynamicScriptRequiredParams : [ "disputeID" , "arbitrableChainID" , "arbitrableContractAddress" ] ,
40
40
41
41
_v : "1.0.0" ,
@@ -69,7 +69,8 @@ module.exports = async ({ getNamedAccounts, deployments, getChainId, getUnnamedA
69
69
70
70
const contractInstance = deploy ( contractName , {
71
71
from : deployer ,
72
- gasLimit : 4000000 ,
72
+ gasLimit : 6000000 ,
73
+ nonce : 24 ,
73
74
args : [
74
75
KLEROS [ chainId ] ,
75
76
generateArbitratorExtraData ( SUBCOURT , NUMBER_OF_VOTES ) ,
@@ -81,9 +82,7 @@ module.exports = async ({ getNamedAccounts, deployments, getChainId, getUnnamedA
81
82
] ,
82
83
} )
83
84
console . log ( "Tx sent. Waiting for confirmation." )
84
-
85
85
const deployment = await contractInstance
86
-
87
86
console . log ( `Going to try verifying the source code on Etherscan in ${ sleepDuration / 1000 } seconds.` )
88
87
89
88
await new Promise ( ( resolve ) => setTimeout ( resolve , sleepDuration ) )
0 commit comments