From be045239175fefd9793fe837e86ef33c9cd3d378 Mon Sep 17 00:00:00 2001 From: excaliborr Date: Wed, 22 Nov 2023 11:26:01 -0500 Subject: [PATCH] fix: cast proof slot should be padded to 32 bytes --- src/reference/cast/cast-proof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/cast/cast-proof.md b/src/reference/cast/cast-proof.md index a0bb0b2ec..70678f27f 100644 --- a/src/reference/cast/cast-proof.md +++ b/src/reference/cast/cast-proof.md @@ -49,7 +49,7 @@ The displayed output is a JSON object with the following keys: 1. Get the proof for storage slot 0 on the WETH contract: ```sh - cast proof 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 0 + cast proof 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 0x0000000000000000000000000000000000000000000000000000000000000000 ``` ### SEE ALSO