All configuration settings can be found in scripts/new-dao.js
Configurable, change these to suit your needs.
DAO_IDThe id for the DAO. To redploy reuse the same idTOKEN_OWNERThe address for the token owner (0xDc2aDfA800a1ffA16078Ef8C1F251D50DcDa1065)
These should never need to be changed.
ZERO_ADDRESSThe public key to use for default addresses. (0x0)HOURSThe definition of an hour in seconds (3600)DAYSThe definition of a day in seconds (86400)ONE_HUNDRED_PERCENTThe definition of 100% of a token (1e18)ONE_TOKENThe definition of 1 token (1e18)FUNDRAISING_ONE_HUNDRED_PERCENTThe PPM for fundraising (1e6)
--networkThe network to deploy to (eg rinkeby, mainnet etc) (local)--daoidThe daoid to use. OverwritesDAO_IDset in new-dao.js (testtec$random_number)--nonminimeWether to use a MiniMe token or not. OverwritesNON_MINIME_COLLATERALset in new-dao.js (false)
We created tDAI to act as the collateral for this DAO... it was all given to Sem and then passed to people for testing this deployment
COLLATERAL_BALANCE. The initial balance created for Sem (1000000000000000000000000)COLLATERAL_TOKEN_DECIMALS. The number of decimal places for the token. (18)COLLATERAL_TOKEN_SYMBOL. The symbody for the token. (tDAI)COLLATERAL_TOKEN_NAME. The name for the token (Test DAI)
ORG_TOKEN_NAME. The name for the token used by share holders in the organization. (Token Engineering Commons TEST Token)ORG_TOKEN_SYMBOL. The symbol for the token used by share holders in the organization (TESTTEC)VOTING_SETTINGS. Array of voting settings:SUPPORT_REQUIRED. (60%)MIN_ACCEPTANCE_QUORUM. (2%)VOTE_DURATION_BLOCKS. The number of blocks a vote can last. (8 hrs)VOTE_BUFFER_BLOCKS. (8 hrs)VOTE_EXECUTION_DELAY_BLOCKS. (24 hrs)USE_AGENT_AS_VAULTWhether to use an Agent app or Vault app. (false)
collateralToken.address. The token used to pay the tollgate fee. (0x0)TOLLGATE_FEEThe tollgate fee amount. (3 tokens)[collateralToken.address]. An array of initially redeemable tokens. ([0x0])CONVICTION_SETTINGSAn array of configurations:DECAYThe rate at which conviction is accrued or lost from a proposalMAX_RATIO(0.25)WEIGHTDetermine weight based onMAX_RATIOandMIN_THRESHOLD. (0.03125)(MAX_RATIO^2 *MIN_THRESHOLD)collateralToken.address. Token distributed by conviction voting and used as collateral in fundraising. (0x0)
PRESALE_GOALThe Hatch goal in token units (eg wei). (300000000)PRESALE_PERIODHatch duration in seconds. Set to0for no Hatch. (7 days)PRESALE_EXCHANGE_RATEPresale exchange rate in PPM (300)BUY_FEE_PCTPercentage of fee to charge for buys (20%)SELL_FEE_PCTPercentage of fee to charge for buys (20%)VESTING_CLIFF_PERIODVesting cliff length for presale bought tokens in seconds (3 days after hatch)PRESALE_PERCENT_SUPPLY_OFFEREDPercent of total supply offered in presale in PPM (100% of fundraising supply)(1e16)VESTING_COMPLETE_PERIODVesting complete length for presale bought tokens in seconds (3 weeks after Cliff)PRESALE_PERCENT_FUNDING_FOR_BENEFICIARYThe funding pool / reserve ratio (0.35 * FUNDRAISING_ONE_HUNDRED_PERCENT)OPEN_DATEHow many days until the Hatch finishes, set to '0' for no Hatch
VIRTUAL_SUPPLYCollateral token virtual supply in wei (2)VIRTUAL_BALANCECollateral token virtual balance in wei (1)RESERVE_RATIOThe reserve ratio to be used for the collateral token in PPM (100000)