Skip to content

Commit

Permalink
fix: added security contact
Browse files Browse the repository at this point in the history
  • Loading branch information
narayanprusty committed Sep 22, 2023
1 parent adb8535 commit 405f962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/Tokens/Prime/Prime.sol
Expand Up @@ -31,6 +31,7 @@ error InvalidBlocksPerYear();
error InvalidAlphaArguments();
error InvalidVToken();

/// @custom:security-contact https://github.com/VenusProtocol/venus-protocol
contract Prime is IIncomeDestination, AccessControlledV8, PausableUpgradeable, MaxLoopsLimitHelper, PrimeStorageV1 {
using SafeERC20Upgradeable for IERC20Upgradeable;

Expand Down

0 comments on commit 405f962

Please sign in to comment.