@ape.swap/bonds-sdk 1.0.283 → 1.0.285

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -182,9 +182,9 @@ var BondModal = function (_a) {
182
182
  maxPrice = new BigNumber(bondData[0].trueBillPrice).times(102);
183
183
  maxPrice2 = new BigNumber(bondData[0].trueBillPrice).times(102).div(100);
184
184
  amount = adjustDecimals(inputValue);
185
- console.log('-------');
185
+ console.log('-------!');
186
186
  console.log(amount);
187
- console.log(ethers.utils.parseUnits(amount, "ethers"));
187
+ console.log(ethers.utils.parseUnits("5.0", "ether"));
188
188
  console.log(maxPrice);
189
189
  console.log(maxPrice2);
190
190
  console.log(maxPrice2.valueOf());
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.283",
6
+ "version": "1.0.285",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",