Skip to content

Commit

Permalink
Added references to ERC-7710
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzel98 committed Feb 19, 2025
1 parent 18c866b commit 79d2037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ Currently in Gated Alpha phase. Sign up to be an early partner [here](https://ga
- [EIP-7212](https://eips.ethereum.org/EIPS/eip-7212)
- [EIP-7579](https://eips.ethereum.org/EIPS/eip-7579)
- [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702)
- [EIP-7710](https://eips.ethereum.org/EIPS/eip-7710)
- [EIP-7821](https://eips.ethereum.org/EIPS/eip-7821)
2 changes: 1 addition & 1 deletion documents/DelegationManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This contract does not implement ERC7579 see [ERC-7579 Details](/documents/Parti

## Rules

- A Delegation Manager MUST implement `redeemDelegations` interface as specified `function redeemDelegations(bytes[] calldata _permissionContexts, ModeCode[] _modes, bytes[] calldata _executionCallDatas) external;`.
- A Delegation Manager MUST implement ERC-7710 `redeemDelegations` interface as specified `function redeemDelegations(bytes[] calldata _permissionContexts, ModeCode[] _modes, bytes[] calldata _executionCallDatas) external;`.

## Delegations

Expand Down

0 comments on commit 79d2037

Please sign in to comment.