From 14fd46ff64f6123b6b436ec3c2e95492b2045ac0 Mon Sep 17 00:00:00 2001 From: Shivam Srivastava Date: Fri, 5 Apr 2024 17:40:54 +0530 Subject: [PATCH] Typo Fix --- .../rpc-evm/rpc-arbitrum/debug_storagerangeat-arbitrum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/debug_storagerangeat-arbitrum.md b/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/debug_storagerangeat-arbitrum.md index df10221a..3c4a8b5b 100644 --- a/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/debug_storagerangeat-arbitrum.md +++ b/v1.0/RPC Nodes/rpc-evm/rpc-arbitrum/debug_storagerangeat-arbitrum.md @@ -15,7 +15,7 @@ updatedAt: "Wed Mar 27 2024 15:12:11 GMT+0000 (Coordinated Universal Time)" ## Overview -`debug_storageRangeAt` is an RPC method that allows you to retrieve the contract storage range for a given block and address. This can be useful for developers and auditors who want to inspect the storage state of a specific contract at a particular point in time. This method can also help in debugging and identifying potential issues with contract storage, as well as understanding how storage evolves as transactions are executed. +`debug_storageRangeAt` is an RPC method any change that allows you to retrieve the contract storage range for a given block and address. This can be useful for developers and auditors who want to inspect the storage state of a specific contract at a particular point in time. This method can also help in debugging and identifying potential issues with contract storage, as well as understanding how storage evolves as transactions are executed. ## Parameters