File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/apollo_starknet_os_program/src/cairo/starkware/starknet/core/os Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ const DEFAULT_ENTRY_POINT_SELECTOR = 0x0;
5656// OS reserved contract addresses.
5757
5858// This contract stores the block number -> block hash mapping.
59- const BLOCK_HASH_CONTRACT_ADDRESS = 1 ;
59+ const BLOCK_HASH_CONTRACT_ADDRESS = 0x1 ;
6060// This contract stores the aliases mapping used for stateful compression.
61- const ALIAS_CONTRACT_ADDRESS = 2 ;
61+ const ALIAS_CONTRACT_ADDRESS = 0x2 ;
6262// Future reserved contract address.
63- const RESERVED_CONTRACT_ADDRESS = 3 ;
63+ const RESERVED_CONTRACT_ADDRESS = 0x3 ;
6464// The block number -> block hash mapping is written for the current block number minus this number.
6565const STORED_BLOCK_HASH_BUFFER = 10 ;
6666
You can’t perform that action at this time.
0 commit comments