1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update OceanPool.ts

This commit is contained in:
Alex Coseru 2020-10-05 23:26:01 +03:00 committed by GitHub
parent 6d85b467c3
commit e54a09eec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ export class OceanPool extends Pool {
console.error('oceanAddress is not defined')
return null
}
if (parseFloat(fee) > 0.1) {
if (parseFloat(fee) > 0.5) {
console.error('Swap fee to high')
return null
}