Skip to content

Commit

Permalink
fix: zokyo l17
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyonline committed Oct 21, 2024
1 parent 225b9fc commit c5f0683
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/ynEIGEN/AssetRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ interface IAssetRegistryEvents {
//---------------------------------- ERRORS ------------------------------------------
//--------------------------------------------------------------------------------------

error UnsupportedAsset(IERC20 asset);
error Paused();
error AssetNotActive(address inactiveAsset);
error AssetAlreadyActive(address asset);
error AssetNotDisabled(address asset);
error AssetBalanceNonZeroInPool(uint256 balanceInPool);
error AssetBalanceNonZeroInStrategyManager(uint256 balanceInStrategyManager);
error AssetNotFound(address absentAsset);
error ZeroAmount();
error ZeroAddress();
error LengthMismatch(uint256 length1, uint256 length2);
error AssetAlreadyAvailable(address asset);
Expand Down
1 change: 0 additions & 1 deletion src/ynEIGEN/RedemptionAssetsVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ contract RedemptionAssetsVault is IRedemptionAssetsVault, Initializable, AccessC
//---------------------------------- ERRORS ------------------------------------------
//--------------------------------------------------------------------------------------

error TransferFailed(uint256 amount, address destination);
error ZeroAddress();
error InsufficientAssetBalance(address asset, uint256 requestedAmount, uint256 balance);
error ContractPaused();
Expand Down
3 changes: 0 additions & 3 deletions src/ynEIGEN/TokenStakingNodesManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ contract TokenStakingNodesManager is AccessControlUpgradeable, ITokenStakingNode
//---------------------------------- ERRORS ------------------------------------------
//--------------------------------------------------------------------------------------

error UnsupportedAsset(IERC20 asset);
error Unauthorized();
error InsufficientFunds();
error Paused();
error ZeroAmount();
error ZeroAddress();
error BeaconImplementationAlreadyExists();
error NoBeaconImplementationExists();
Expand Down

0 comments on commit c5f0683

Please sign in to comment.