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:
parent
6d85b467c3
commit
e54a09eec2
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user