Skip to content

Commit

Permalink
fix: align with agreed EIP 712 Domain
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <[email protected]>
  • Loading branch information
stskeeps committed Oct 12, 2024
1 parent 89c1494 commit d01abff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ impl SignedTransaction {
}

pub const DOMAIN: Eip712Domain = eip712_domain!(
name: "CartesiPaio",
version: "0.0.1",
name: "Cartesi",
version: "0.1.0",
chain_id: 11155111,
verifying_contract: Address::ZERO,
);
Expand Down

0 comments on commit d01abff

Please sign in to comment.