-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Bug) Dutch- Publish page: uploaded file'Auth-os_addresses.txt' contains wrong names of contracts #1117
Conversation
@mariano-aguero
|
Can you specific the ID of the issue ? |
Pull Request Test Coverage Report for Build 3024
💛 - Coveralls |
@mariano-aguero |
Done Closes #1118 |
@mariano-aguero |
I added a validation. |
src/components/stepFour/utils.js
Outdated
const labelIdx = isDutchStrategy ? 'DutchIdx' : 'MintedCappedIdx' | ||
const labelCrowdsale = isDutchStrategy ? 'Dutch Crowdsale' : 'Sale' | ||
const labelToken = isDutchStrategy ? 'Dutch Token' : 'Token' | ||
const labelSaleManager = isDutchStrategy ? 'Dutch Crowdsale manager' : 'Sale manager' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As Dutch strategy has no managers smart-contracts, here and in the next line, we could remove conditional operator and just leave values for Minted capped strategy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vbaranov Thanks for the feedback, change done
Closes #1101