Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/pages/docs/eip7702.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: An Overview of EIP-7702

EIP-7702 is a proposal to add a new Transaction type to allow an EOA to designate a Smart Contract as its "implementation".

The main difference between an EIP-7702 Transaction and other transactions is the inclusion of a **"authorization list"** property, a set of `(chain_id, contract_address, nonce, y_parity, r, s)` tuples that depict what Contracts should be delegated onto the Externally Owned Account.
The main difference between an EIP-7702 Transaction and other transactions is the inclusion of an **"authorization list"** property, a set of `(chain_id, contract_address, nonce, y_parity, r, s)` tuples that depict what Contracts should be delegated onto the Externally Owned Account.

:::note
In Viem, you won't need to worry about constructing these Authorization Tuples manually as you can use [`signAuthorization`](/docs/eip7702/signAuthorization) to generate them and use them in [Transaction APIs](/docs/eip7702/contract-writes).
Expand All @@ -21,4 +21,4 @@ Applications of EIP-7702 include:
## Next Steps

- [Contract Writes](/docs/eip7702/contract-writes)
- [Sending Transactions](/docs/eip7702/sending-transactions)
- [Sending Transactions](/docs/eip7702/sending-transactions)