starknet_devnet_types/
constants.rs

1use starknet_rs_core::types::Felt;
2
3// copied from starknet-rs, because it is not exposed as public type
4pub const QUERY_VERSION_OFFSET: Felt =
5    Felt::from_raw([576460752142434320, 18446744073709551584, 17407, 18446744073700081665]);
6
7/// Cairo string for "l1_handler"
8pub(crate) const PREFIX_L1_HANDLER: Felt = Felt::from_raw([
9    157895833347907735,
10    18446744073709551615,
11    18446744073708665300,
12    1365666230910873368,
13]);