Skip to content

Commit

Permalink
solve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Nov 1, 2024
2 parents 955cb51 + 8bc5ad3 commit 74734aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/paraswap-limit-orders/paraswap-limit-orders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class ParaSwapLimitOrders
super(dexHelper, dexKey);
this.augustusRFQAddress =
dexHelper.config.data.augustusRFQAddress.toLowerCase();
this.logger = dexHelper.getLogger(dexKey);
this.logger = dexHelper.getLogger(`${dexKey}-${network}`);
}

get limitOrderProviderName() {
Expand Down

0 comments on commit 74734aa

Please sign in to comment.