From 82d228e825ffc27b8c75369cee9bf13f6b0157bc Mon Sep 17 00:00:00 2001 From: bgravenorst Date: Fri, 24 Jan 2025 10:54:09 +1000 Subject: [PATCH] Add movePrecompileToAddress support. Signed-off-by: bgravenorst --- docs/public-networks/reference/api/objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/reference/api/objects.md b/docs/public-networks/reference/api/objects.md index 73e63c73bc..20e64b6075 100644 --- a/docs/public-networks/reference/api/objects.md +++ b/docs/public-networks/reference/api/objects.md @@ -148,7 +148,7 @@ blockchain state. | `balance` | Quantity | Temporary account balance for the call execution. | | `nonce` | Quantity | Temporary nonce value for the call execution. | | `code` | Binary | Bytecode to inject into the account. | -| `movePrecompileToAddress` | Data, 20 bytes | Address to move the precompile to. | +| `movePrecompileToAddress` | Data, 20 bytes | Address to which the precompile address should be moved. | | `stateDiff` | Quantity | `key:value` pairs to override individual slots in the account storage. | ## Structured log object