Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl committed Jul 26, 2024
1 parent 7611a3d commit c49d218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/apps/src/app/dca/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 0 additions & 2 deletions packages/apps/src/app/dca/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<DcaConfig> {
/**
* Get DCA sell execution info & build order tx
Expand Down

0 comments on commit c49d218

Please sign in to comment.