Skip to content

Commit

Permalink
fix bug in schema of STORAGE_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Dec 10, 2023
1 parent 6e0d2ce commit 8f3e923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,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 Expand Up @@ -3942,4 +3942,4 @@
}
}
}
}
}

0 comments on commit 8f3e923

Please sign in to comment.