diff --git a/modules/sor/sor.service.ts b/modules/sor/sor.service.ts index 8067c21c..33bd006a 100644 --- a/modules/sor/sor.service.ts +++ b/modules/sor/sor.service.ts @@ -26,6 +26,7 @@ export class SorService { } async getBeetsSwaps(input: GetSwapsInput): Promise { + console.log('getBeetsSwaps input', JSON.stringify(input)); const swap = await this.getSwap(input, sorV1BeetsService); const emptyResponse = sorV1BeetsService.zeroResponse( input.swapType,