diff --git a/src/reference/cast/cast-send.md b/src/reference/cast/cast-send.md index a574a3192..10beacf0d 100644 --- a/src/reference/cast/cast-send.md +++ b/src/reference/cast/cast-send.md @@ -90,7 +90,7 @@ The destination (*to*) can be an ENS name or an address. 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: +6. Send an EIP-7702 transaction delegating to `
`: ```sh cast send $(cast az) --auth
```