You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the attacks it is good to have access to values of internal or private variables of the vulnerable contracts because it allows us to access wether the vulnerability was exploited or not.
hardhat-exposed automatically exposes internal functions.
However, it is not useful for internal/private variables and it supports solidity version >= 0.6.0.
When testing the attacks it is good to have access to values of internal or private variables of the vulnerable contracts because it allows us to access wether the vulnerability was exploited or not.
Currently hardhat does not allow that: NomicFoundation/hardhat#2645
The text was updated successfully, but these errors were encountered: