pub const IMPERSONATION_MARKER: u8 = 0xDE;Expand description
Magic marker used to identify impersonated transactions. Using 0xDE for “DEfake” - a distinctive pattern that won’t collide with legitimate EVM data. Previously we used [0; 33] but this collided with Solidity mapping key computations for slot 0 (which also have 32 trailing zero bytes).