Skip to content
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

(Fix) Update deployment constants for Token Wizard 2.0 #945

Open
vbaranov opened this issue Jun 7, 2018 · 1 comment
Open

(Fix) Update deployment constants for Token Wizard 2.0 #945

vbaranov opened this issue Jun 7, 2018 · 1 comment

Comments

@vbaranov
Copy link
Collaborator

vbaranov commented Jun 7, 2018

The current deployment constants:

export const DEPLOYMENT_VALUES = {
  GAS_REQUIRED: {
    DEFAULT: 8044737,
    WHITELIST: 96040,
    RESERVED_TOKEN: 42220

  },
  TX_REQUIRED: {
    DEFAULT: 3,
    WHITELIST: 1,
    RESERVED_TOKEN: 1
  }
}

Required max gas constants are outdated. Should be updated for Token Wizard 2.0 deployment.

@vbaranov vbaranov added this to the 2.0 milestone Jun 13, 2018
@vbaranov vbaranov self-assigned this Jun 13, 2018
@pablofullana pablofullana changed the title (Fix) update deployment constants for Token Wizard 2.0 (Fix) Update deployment constants for Token Wizard 2.0 Sep 12, 2018
@vbaranov
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant