Skip to content

Commit

Permalink
fix(common): Use TAP as the name in the receipt EIP-712 domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 8, 2023
1 parent 2679ea3 commit 0434d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/indexer_service/http/indexer_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0434d96

Please sign in to comment.