Guest User

Untitled

a guest
Sep 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .then(() => {
  2.  
  3. return deployer.deploy(NewToken);
  4.  
  5. })
  6.  
  7. .then(() => {
  8.  
  9. return deployer.deploy(
  10.  
  11. TokenCreate,
  12.  
  13. openingTime,
  14.  
  15. closingTime,
  16.  
  17. rate,
  18.  
  19. wallet,
  20.  
  21. NewToken.address
  22.  
  23. );
  24.  
  25. });
Add Comment
Please, Sign In to add comment