Skip to content

Commit

Permalink
fix storage key pattern (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama authored Mar 11, 2024
1 parent 6bb5edd commit 94a37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@
"title": "Storage key",
"$comment": "A storage key, represented as a string of hex digits",
"description": "A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes.",
"pattern": "^0x0[0-7]{1}[a-fA-F0-9]{0,62}$"
"pattern": "^0x(0|[0-7]{1}[a-fA-F0-9]{0,62}$)"
},
"ETH_ADDRESS": {
"title": "Ethereum address",
Expand Down

0 comments on commit 94a37b4

Please sign in to comment.