diff --git a/README.md b/README.md index 9b7039d..6f8bf2b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Built in collaboration with [Kleros](https://github.com/kleros) and the [Proof o Built with [Hardhat](https://github.com/nomiclabs/hardhat). -Latest release is [`version 0.1.6`](https://github.com/DemocracyEarth/ubi/releases) +Latest release is [`version 0.1.7`](https://github.com/DemocracyEarth/ubi/releases) ## Setup diff --git a/dao-arguments.js b/dao-arguments.js deleted file mode 100644 index 23d2c35..0000000 --- a/dao-arguments.js +++ /dev/null @@ -1,11 +0,0 @@ -// Used for verification of contract on Etherscan -module.exports = [ - '0xEdB47F691a77022f03817f80FEc09aCc363747aE', - ['0xDdAdE19B13833d1bF52c1fe1352d41A8DD9fE8C9'], - 17280, - 35, - 35, - '1000000000000000000', - 3, - '10000000000' -]; diff --git a/deployment-params.js b/deployment-params.js index fc546f3..caebea2 100644 --- a/deployment-params.js +++ b/deployment-params.js @@ -7,14 +7,4 @@ module.exports.PROOF_OF_HUMANITY_KOVAN = '0x413752ADd5ff51CC1928FA73BEFA65b37dEB module.exports.PROXY_CONTRACT_ADDRESS = '0xDdAdE19B13833d1bF52c1fe1352d41A8DD9fE8C9'; module.exports.PROXY_ADMIN = '0x33B67C1B1161421114F5476597Bc054232B47C06'; -// Deployment params for DAO -module.exports.SUMMONER = '0xEdB47F691a77022f03817f80FEc09aCc363747aE' -module.exports.TOKEN = '0xDdAdE19B13833d1bF52c1fe1352d41A8DD9fE8C9' -module.exports.PERIOD_DURATION_IN_SECONDS = 17280 -module.exports.VOTING_DURATON_IN_PERIODS = 35 -module.exports.GRACE_DURATON_IN_PERIODS = 35 -module.exports.PROPOSAL_DEPOSIT = '1000000000000000000' // Large numbers should be string or big numbers -module.exports.DILUTION_BOUND = 3 -module.exports.PROCESSING_REWARD = '10000000000' - // @NOTE: decimal counter string: 01234567890abcdefg \ No newline at end of file