Skip to content

Commit

Permalink
Merge pull request #265 from starkware-libs/contract_root
Browse files Browse the repository at this point in the history
Add storage_root to contracts leaf data (#265)
  • Loading branch information
ArielElp authored Jan 16, 2025
2 parents 394b8ee + 59c0a03 commit 330ab17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,9 @@
},
"class_hash": {
"$ref": "#/components/schemas/FELT"
},
"storage_root": {
"$ref": "#/components/schemas/FELT"
}
},
"required": ["nonce", "class_hash"]
Expand Down

0 comments on commit 330ab17

Please sign in to comment.