diff --git a/lib/aggregators/fee-estimate.ts b/lib/aggregators/fee-estimate.ts index 813a097..546713e 100644 --- a/lib/aggregators/fee-estimate.ts +++ b/lib/aggregators/fee-estimate.ts @@ -10,7 +10,7 @@ class FeeEstimator extends Aggregator { }); return { shouldCacheValue: true, - value: Math.ceil(fastestFee * 1.25), + value: Math.ceil(fastestFee * 1.5), }; }