From 45ac1ba6c65b7a158ae6ae3beae3c662edae9b37 Mon Sep 17 00:00:00 2001 From: Natanael Mojica Date: Wed, 10 Sep 2025 18:02:20 -0600 Subject: [PATCH] fix(tap-graph): reorder ReceiptAggregateVoucher fields to match contract Swap serviceProvider and dataService field order to match GraphTallyCollector contract's EIP-712 typehash expectations. Signed-off-by: Natanael Mojica --- tap_graph/src/v2/rav.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tap_graph/src/v2/rav.rs b/tap_graph/src/v2/rav.rs index ca58b20..3f95370 100644 --- a/tap_graph/src/v2/rav.rs +++ b/tap_graph/src/v2/rav.rs @@ -32,10 +32,10 @@ sol! { bytes32 collectionId; // The address of the payer the RAV was issued by address payer; - // The address of the data service the RAV was issued to - address dataService; // The address of the service provider the RAV was issued to address serviceProvider; + // The address of the data service the RAV was issued to + address dataService; // The RAV timestamp, indicating the latest TAP Receipt in the RAV uint64 timestampNs; // Total amount owed to the service provider since the beginning of the