You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"0x00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000003";// General court, 3 jurors
klerosCoreAddress=getContractAddress(deployer,nonce+3);// Deploying an upgradeable version of SortitionModule requires 2 transactions instead of 1 (implementation then proxy)
70
-
console.log("calculated future KlerosCore address for nonce %d: %s",nonce,klerosCoreAddress);
65
+
klerosCoreAddress=getContractAddress(deployer,nonce+3);// deployed on the 4th tx (nonce+3): SortitionModule Impl tx, SortitionModule Proxy tx, KlerosCore Impl tx, KlerosCore Proxy tx
66
+
console.log("calculated future KlerosCore address for nonce %d: %s",nonce+3,klerosCoreAddress);
0 commit comments