Skip to content

Commit

Permalink
refactor: remove redundant library
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Oct 16, 2024
1 parent 3ccbfec commit a6d824d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/contracts/router/BurnerRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ import {IBurner} from "@symbioticfi/core/src/interfaces/slasher/IBurner.sol";
import {Subnetwork} from "@symbioticfi/core/src/contracts/libraries/Subnetwork.sol";

import {OwnableUpgradeable} from "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import {SafeCast} from "@openzeppelin/contracts/utils/math/SafeCast.sol";
import {SafeERC20, IERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {Time} from "@openzeppelin/contracts/utils/types/Time.sol";

contract BurnerRouter is OwnableUpgradeable, IBurnerRouter {
using SafeCast for uint256;
using Subnetwork for bytes32;
using SafeERC20 for IERC20;

Expand Down

0 comments on commit a6d824d

Please sign in to comment.