Skip to content

Commit d16470f

Browse files
authored
fix(tap-agent): EIP712 domain separator name (#117)
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 7c8e6e0 commit d16470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tap-agent/src/agent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub async fn start_agent(config: &'static config::Cli) -> SenderAllocationRelati
7474
);
7575

7676
let tap_eip712_domain_separator = eip712_domain! {
77-
name: "Scalar TAP",
77+
name: "TAP",
7878
version: "1",
7979
chain_id: config.receipts.receipts_verifier_chain_id,
8080
verifying_contract: config.receipts.receipts_verifier_address,

0 commit comments

Comments
 (0)