Skip to content

Commit

Permalink
Delete useless imports from ZetaEth
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-janon committed Jun 29, 2022
1 parent 4bfb3e3 commit db87337
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol-contracts/contracts/Zeta.eth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
pragma solidity 0.8.7;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/utils/Context.sol";

contract ZetaEth is ERC20("Zeta", "ZETA") {
constructor(uint256 initialSupply) {
Expand Down

0 comments on commit db87337

Please sign in to comment.