-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
see: yieldprotocol/yield-utils-v2@13ec941
/// constructor
deploymentChainId = block.chainid;
_DOMAIN_SEPARATOR = _calculateDomainSeparator(block.chainid);
/// ... Return the DOMAIN_SEPARATOR.
return block.chainid == deploymentChainId ? _DOMAIN_SEPARATOR : _calculateDomainSeparator(block.chainid);
/// ... IERC2612-permit abi.encode
block.chainid == deploymentChainId ? _DOMAIN_SEPARATOR : _calculateDomainSeparator(block.chainid),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels