Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gkucmierz/ef391ec88ec5a9ae16ac05e6e04ba344 to your computer and use it in GitHub Desktop.

Select an option

Save gkucmierz/ef391ec88ec5a9ae16ac05e6e04ba344 to your computer and use it in GitHub Desktop.
// calculate number of DAO tokens for MIST
var calcShit = function(num) {
return (+num).toFixed(0) + '0000000000000000'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment