mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
* replaced toWei inside FRE * added amountToUnits for maxPrice inside pool * replaced fromWei * add web3 param to getPoolCreationParams * added await before amountToUnits inside swapExactAmount * swapExactAmount update * add await to unitsToAmount inside setRate * convert newRate to string * replaced unitToAmounts with amountToUnits inside setRate * replace unitToAmounts with amountToUnits * added await * replaced String() with toSting() * replaced String() in Provider * transform newRate into wei inside estimateSetRate * replace toWei inside getFreCreationParams * added web3 param to getFreCreationParams * add amountToUnits inside getFreOrderParams * added logs * removed unitsToAmount from fixed rate * removed amountToUnits inside marketFee * removed logs