From e54a09eec208bdfbdc9e5354d5420926b78339cd Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Mon, 5 Oct 2020 23:26:01 +0300 Subject: [PATCH] Update OceanPool.ts --- src/balancer/OceanPool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/balancer/OceanPool.ts b/src/balancer/OceanPool.ts index c883cd1b..312a6d28 100644 --- a/src/balancer/OceanPool.ts +++ b/src/balancer/OceanPool.ts @@ -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 }