diff --git a/packages/indexer-common/src/allocations/query-fees.ts b/packages/indexer-common/src/allocations/query-fees.ts index e7eb0170c..38e66b7fc 100644 --- a/packages/indexer-common/src/allocations/query-fees.ts +++ b/packages/indexer-common/src/allocations/query-fees.ts @@ -448,11 +448,17 @@ export class AllocationReceiptCollector implements ReceiptCollector { ) } + logger.trace('Gateway response', { + response, + allocation, + }) + const voucher = response.data as { allocation: string fees: string signature: string } + this.metrics.vouchers.inc({ allocation, })