We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257c60 commit 22062d3Copy full SHA for 22062d3
1 file changed
crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os/constants.cairo
@@ -56,11 +56,11 @@ const DEFAULT_ENTRY_POINT_SELECTOR = 0x0;
56
// OS reserved contract addresses.
57
58
// This contract stores the block number -> block hash mapping.
59
-const BLOCK_HASH_CONTRACT_ADDRESS = 1;
+const BLOCK_HASH_CONTRACT_ADDRESS = 0x1;
60
// This contract stores the aliases mapping used for stateful compression.
61
-const ALIAS_CONTRACT_ADDRESS = 2;
+const ALIAS_CONTRACT_ADDRESS = 0x2;
62
// Future reserved contract address.
63
-const RESERVED_CONTRACT_ADDRESS = 3;
+const RESERVED_CONTRACT_ADDRESS = 0x3;
64
// The block number -> block hash mapping is written for the current block number minus this number.
65
const STORED_BLOCK_HASH_BUFFER = 10;
66
0 commit comments