Skip to content

Commit b45221f

Browse files
committed
chore: slither
1 parent aa2ff41 commit b45221f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contracts/tokens/StableTokenV3.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ contract StableTokenV3 is ERC20PermitUpgradeable, IStableTokenV3, CalledByVm {
1818
/* ========================================================= */
1919

2020
// Deprecated storage slots for backwards compatibility with StableTokenV2
21+
// slither-disable-start constable-states
2122
// solhint-disable-next-line var-name-mixedcase
2223
address public deprecated_validators_storage_slot__;
2324
// solhint-disable-next-line var-name-mixedcase
2425
address public deprecated_broker_storage_slot__;
2526
// solhint-disable-next-line var-name-mixedcase
2627
address public deprecated_exchange_storage_slot__;
28+
// slither-disable-end constable-states
2729

2830
// Mapping of allowed addresses that can mint
2931
mapping(address => bool) public isMinter;

0 commit comments

Comments
 (0)