diff --git a/packages/apps/src/app/dca/App.ts b/packages/apps/src/app/dca/App.ts index aec1b39be5..783f48c815 100644 --- a/packages/apps/src/app/dca/App.ts +++ b/packages/apps/src/app/dca/App.ts @@ -334,7 +334,6 @@ export class DcaApp extends PoolApp { } private processTx(account: Account, transaction: Transaction) { - console.log(transaction, 'transaction'); const notification = { processing: this.notificationTemplate(this.dca, 'notify.processing'), success: this.notificationTemplate(this.dca, 'notify.success'), diff --git a/packages/apps/src/app/dca/api.ts b/packages/apps/src/app/dca/api.ts index 6f7353d74b..58215d380a 100644 --- a/packages/apps/src/app/dca/api.ts +++ b/packages/apps/src/app/dca/api.ts @@ -14,8 +14,6 @@ import { MINUTE_MS } from 'utils/time'; import { DcaOrder } from './types'; -const fee = 0.025; // 2.5% - export class DcaApi extends TradeApi { /** * Get DCA sell execution info & build order tx