Skip to content

Commit d9d9e78

Browse files
committed
N-27 + N-28
1 parent f6059a0 commit d9d9e78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/utility/Utility.sol

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { ERC6909 } from "solady/tokens/ERC6909.sol";
66
import { Tstorish } from "../lib/Tstorish.sol";
77

88
contract Utility {
9-
address internal constant THE_COMPACT = address(0x00000000000000171ede64904551eeDF3C6C9788);
10-
address internal constant TSTORE_TEST_CONTRACT = address(0x627c1071d6A691688938Bb856659768398262690);
9+
address internal constant THE_COMPACT = 0x00000000000000171ede64904551eeDF3C6C9788;
10+
address internal constant TSTORE_TEST_CONTRACT = 0x627c1071d6A691688938Bb856659768398262690;
1111

1212
uint256 internal constant REENTRANCY_GUARD_SLOT = 0x929eee149b4bd21268;
1313
// ╭------------------------+---------+------+--------+-------+-------------------------------╮
@@ -52,9 +52,9 @@ contract Utility {
5252
// does not revert, then TLOAD/TSTORE is supported. Do not forward all
5353
// available gas, as all forwarded gas will be consumed on revert.
5454
// Note that this assumes that the contract was successfully deployed.
55-
address tloadTestContract = TSTORE_TEST_CONTRACT;
55+
address tstoreTestContract = TSTORE_TEST_CONTRACT;
5656
assembly ("memory-safe") {
57-
ok := staticcall(div(gas(), 10), tloadTestContract, 0, 0, 0, 0)
57+
ok := staticcall(div(gas(), 10), tstoreTestContract, 0, 0, 0, 0)
5858
}
5959
}
6060

0 commit comments

Comments
 (0)