Skip to content

Conversation

@facuspagnuolo
Copy link
Member

No description provided.

@facuspagnuolo facuspagnuolo self-assigned this Dec 15, 2025
@facuspagnuolo facuspagnuolo force-pushed the evm/support_7702_delegator branch from 6c8b556 to 14156cc Compare December 15, 2025 18:01
@facuspagnuolo facuspagnuolo force-pushed the evm/support_7702_delegator branch from 14156cc to ed841dd Compare December 15, 2025 18:06
// solhint-disable-next-line avoid-low-level-calls
if (_isMimicSmartAccount(account)) return ISmartAccount(account).call(target, data, value);
if (_isSafe(account)) return _callSafe(account, target, data, value);
if (_isEIP7702StatelessDeleGator(account)) return _callEIP7702StatelessDeleGator(account, target, data, value);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add this in the isSmartAccount also

        if (_isEIP7702StatelessDeleGator(account)) return true;

solidity: {
profiles: {
default: {
compilers: [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you delete this?

When trying to deploy without the profiles I get

HardhatError: HHE912: The build profile "production" is not defined in your Hardhat config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants