Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
santisiri committed Feb 1, 2021
1 parent edbabda commit 6a70e0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 0 additions & 11 deletions dao-arguments.js

This file was deleted.

10 changes: 0 additions & 10 deletions deployment-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a70e0b

Please sign in to comment.