From 82c2b60eba2ef4195c92b9a456273aedebc7f6a8 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 7 Dec 2023 17:55:19 +0100 Subject: [PATCH] fix(common): Use TAP as the name in the receipt EIP-712 domain --- common/src/indexer_service/http/indexer_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/indexer_service/http/indexer_service.rs b/common/src/indexer_service/http/indexer_service.rs index 67226f3af..ae178a52f 100644 --- a/common/src/indexer_service/http/indexer_service.rs +++ b/common/src/indexer_service/http/indexer_service.rs @@ -276,7 +276,7 @@ impl IndexerService { allocations, escrow_accounts, eip712_domain! { - name: "TapManager", + name: "TAP", version: "1", chain_id: options.config.scalar.chain_id, verifying_contract: options.config.scalar.receipts_verifier_address,