Skip to content

Commit

Permalink
Merge pull request #201 from Neufund/rfix/adds-public-discount-to-mig…
Browse files Browse the repository at this point in the history
…ration

adds public discount to whitelist eto fixture
  • Loading branch information
rudolfix authored Nov 18, 2018
2 parents 964db5a + a9b8e84 commit 512026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/configETOFixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const defEtoHwniTerms = {
EQUITY_TOKEN_SYMBOL: "RCH",
SHARE_NOMINAL_VALUE_EUR_ULPS: Q18,
WHITELIST_DISCOUNT_FRAC: Q18.mul(0.3),
PUBLIC_DISCOUNT_FRAC: Q18.mul(0),
PUBLIC_DISCOUNT_FRAC: Q18.mul(0.2),
},
reservationAndAcquisitionAgreement: "ipfs:QmdV6wnSBku1ho1hLwqeSvuaN9HD1E6E7jhyQHdWteRRWz",
companyTokenHolderAgreement: "ipfs:QmRCwEaTf6dxSPwDqGEs9nZ6hbtvZdSCaTTWFzoFQYjkwo",
Expand Down

0 comments on commit 512026f

Please sign in to comment.