From 59c0a0328f855c7498f769a8e1276c422e2b3335 Mon Sep 17 00:00:00 2001 From: Ariel Elperin Date: Sun, 12 Jan 2025 12:13:46 +0200 Subject: [PATCH] add storage trie root to contract leavf data --- api/starknet_api_openrpc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/starknet_api_openrpc.json b/api/starknet_api_openrpc.json index 49f161e..36f200e 100644 --- a/api/starknet_api_openrpc.json +++ b/api/starknet_api_openrpc.json @@ -994,6 +994,9 @@ }, "class_hash": { "$ref": "#/components/schemas/FELT" + }, + "storage_root": { + "$ref": "#/components/schemas/FELT" } }, "required": ["nonce", "class_hash"]