Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
thrilok209 committed Jul 25, 2024
1 parent a85466e commit f8b73bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/v2/accounts/default/implementation_default.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract Constants is Variables {
uint256 public constant version = 2;

// constants for EIP712 values
string public constant DOMAIN_SEPARATOR_NAME = "DeFi-Smart-Wallet";
string public constant DOMAIN_SEPARATOR_NAME = "DeFi-Smart-Account";
string public constant DOMAIN_SEPARATOR_VERSION = "2.0.0";

// hashed EIP712 values
Expand Down

0 comments on commit f8b73bf

Please sign in to comment.