pub const CALLER: Address;
Expand description
Stores the caller address to be used as sender account for:
- deploying Test contracts
- deploying Script contracts
Derived from address(uint160(uint256(keccak256("foundry default caller"))))
,
which is equal to 0x1804c8AB1F12E6bbf3894d4083f33e07309d1f38
.