forge::runner

Constant LIBRARY_DEPLOYER

Source
pub const LIBRARY_DEPLOYER: Address;
Expand description

When running tests, we deploy all external libraries present in the project. To avoid additional libraries affecting nonces of senders used in tests, we are using separate address to predeploy libraries.

address(uint160(uint256(keccak256("foundry library deployer"))))