You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`rate` is now accepted as multiplied by 10^18 to allow settting higher price than 1ETH/POLY per token.
10
11
* Indivisble tokens are now supported. When trying to buy partial tokens, allowed full units of tokens will be purchased and remaining funds will be returned.
11
12
12
13
## USDTieredSTO 2.1.0
14
+
* Added `stableCoinsRaised` function that returns amount of individual stable coin raised when address of that stable coin is passed.
15
+
* Added support for multiple stable coins in USDTSTO.
13
16
* Added `buyTokensView` and `getTokensMintedByTier` to USDTSTO.
14
17
* Added `getSTODetails` to USDTSTO.
15
18
* Added an Array of Tiers that will hold data about every tier in USDTSTO.
console.log(chalk.red(`Not enough POLY to pay registration fee. Require ${totalFee.div(10**18).toNumber()} POLY but have ${polyBalance.div(10**18).toNumber()} POLY.`));
81
+
console.log(chalk.red(`Not enough POLY to pay registration fee. Require ${totalFee.div(10**18).toNumber()} POLY but have ${polyBalance.div(10**18).toNumber()} POLY.`));
0 commit comments