From 54357ff90fe42ccd60f9f5956b34313056331bad Mon Sep 17 00:00:00 2001 From: Max <82761650+MaxMustermann2@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:20:58 +0530 Subject: [PATCH] fix(cast-storage): `Emit` -> `Omit` (#1356) --- src/reference/cast/cast-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/cast/cast-storage.md b/src/reference/cast/cast-storage.md index 00cde7d66..32e2343b2 100644 --- a/src/reference/cast/cast-storage.md +++ b/src/reference/cast/cast-storage.md @@ -12,7 +12,7 @@ cast-storage - Get the raw value of a contract's storage slot or its full storag Get the raw value of a contract's storage slot. (Slot locations greater than 18446744073709551615 (u64::MAX) should be given as hex. Use `cast index` to compute mapping slots.) -Emit the slot number to get the full storage layout (requires contract to be verified on Etherscan with a Solidity version > 0.6.5 or you must be in a Forge project with a local contract matching the deployed bytecode). +Omit the slot number to get the full storage layout (requires contract to be verified on Etherscan with a Solidity version > 0.6.5 or you must be in a Forge project with a local contract matching the deployed bytecode). The address (*address*) can be an ENS name or an address.