Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 committed Aug 22, 2024
1 parent 63ab099 commit 9e8c808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/INativeRestakingController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity ^0.8.19;

import {BeaconChainProofs} from "../libraries/BeaconChainProofs.sol";
import {IBaseRestakingController} from "./IBaseRestakingController.sol";
import {IExoCapsule} from "./IExoCapsule.sol";

/// @title INativeRestakingController
/// @author ExocoreNetwork
Expand Down

0 comments on commit 9e8c808

Please sign in to comment.