Created
January 8, 2018 10:13
-
-
Save raypulver/596bbccaea4f34e6d52b2a102918a855 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const BN = require('bignumber.js'); | |
const buyAmount = new BN('1000').mul(new BN(10).pow(8)).toPrecision(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment