Skip to content

Commit

Permalink
relax oz validation checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Dec 11, 2024
1 parent a994a2f commit de0532d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/validator-manager/ERC20TokenStakingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {SafeERC20} from "@openzeppelin/[email protected]/token/ERC20/utils/SafeERC
* @dev Implementation of the {IERC20TokenStakingManager} interface.
*
* @custom:security-contact https://github.com/ava-labs/icm-contracts/blob/main/SECURITY.md
* @custom:oz-upgrades-unsafe-allow constructor external-library-linking
*/
contract ERC20TokenStakingManager is
Initializable,
Expand Down
1 change: 1 addition & 0 deletions contracts/validator-manager/NativeTokenStakingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {Initializable} from
* @dev Implementation of the {INativeTokenStakingManager} interface.
*
* @custom:security-contact https://github.com/ava-labs/icm-contracts/blob/main/SECURITY.md
* @custom:oz-upgrades-unsafe-allow constructor external-library-linking
*/
contract NativeTokenStakingManager is
Initializable,
Expand Down
1 change: 1 addition & 0 deletions contracts/validator-manager/PoAValidatorManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {OwnableUpgradeable} from
* @dev Implementation of the {IPoAValidatorManager} interface.
*
* @custom:security-contact https://github.com/ava-labs/icm-contracts/blob/main/SECURITY.md
* @custom:oz-upgrades-unsafe-allow constructor external-library-linking
*/
contract PoAValidatorManager is IPoAValidatorManager, ValidatorManager, OwnableUpgradeable {
constructor(ICMInitializable init) {
Expand Down

0 comments on commit de0532d

Please sign in to comment.