Skip to content

Commit b78fdb5

Browse files
authored
feat: add MULTICALL3_ADDRESS in CommonBase (#266)
1 parent 683e701 commit b78fdb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Base.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ abstract contract CommonBase {
1313
address internal constant DEFAULT_SENDER = address(uint160(uint256(keccak256("foundry default caller"))));
1414
// Address of the test contract, deployed by the DEFAULT_SENDER.
1515
address internal constant DEFAULT_TEST_CONTRACT = 0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f;
16+
// Deterministic deployment address of the Multicall3 contract.
17+
address internal constant MULTICALL3_ADDRESS = 0xcA11bde05977b3631167028862bE2a173976CA11;
1618

1719
uint256 internal constant UINT256_MAX =
1820
115792089237316195423570985008687907853269984665640564039457584007913129639935;

0 commit comments

Comments
 (0)