Skip to content

Commit

Permalink
chore: add network to GenericRFQ logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
KanievskyiDanylo committed Nov 1, 2024
1 parent 66ed163 commit 50c53f8
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 50c53f8

Please sign in to comment.