diff --git a/src/reference/cast/cast-send.md b/src/reference/cast/cast-send.md index 9b16dd1cb..a574a3192 100644 --- a/src/reference/cast/cast-send.md +++ b/src/reference/cast/cast-send.md @@ -85,6 +85,17 @@ The destination (*to*) can be an ENS name or an address. cast send 0x... 0x68656c6c6f20776f726c64 ``` +5. Sign an EIP-7702 authorization and attach it to a transaction from a different address: + ```sh + cast send $(cast az) --private-key --auth $(cast wallet sign-auth
--private-key ) + ``` + +6. Send an EIP-7702 transaction authorizing `
` to act on your behalf: + ```sh + cast send $(cast az) --auth
+ ``` + + ### SEE ALSO [cast](./cast.md), [cast call](./cast-call.md), [cast publish](./cast-publish.md), [cast receipt](./cast-receipt.md), [cast mktx](./cast-mktx.md), [struct encoding](../../misc/struct-encoding.md)