mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Update src/balancer/OceanPool.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
parent
c8fd74323c
commit
66f320600c
@ -52,7 +52,7 @@ export class OceanPool extends Pool {
|
||||
* @param {String} token DataToken address
|
||||
* @param {String} amount DataToken amount
|
||||
* @param {String} weight DataToken weight
|
||||
* @param {String} fee Swap fee. 0.1=10% fee(max allowed)
|
||||
* @param {String} fee Swap fee. E.g. to get a 0.1% swapFee use `0.001`. The maximum allowed swapFee is `0.1` (10%).
|
||||
* @return {String}
|
||||
*/
|
||||
public async createDTPool(
|
||||
|
Loading…
x
Reference in New Issue
Block a user