Skip to content

Commit

Permalink
Merge pull request #8 from selvinortiz/bugfix/contracts-cleanup
Browse files Browse the repository at this point in the history
Looks good to me, will merge now.
  • Loading branch information
javier123454321 authored Nov 10, 2021
2 parents 242218f + e4ac27f commit 8f8b9cd
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 219 deletions.
4 changes: 2 additions & 2 deletions contracts/CreatorToken.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//SPDX-License-Identifier: Unlicense
pragma solidity 0.8.6;

import "./@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "./@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./curves/BondingCurve.sol";
// import "hardhat/console.sol";

Expand Down
4 changes: 2 additions & 2 deletions contracts/VestedToken.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//SPDX-License-Identifier: Unlicense
pragma solidity 0.8.6;

import "./@openzeppelin/contracts/access/AccessControl.sol";
import "./@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
// import "@openzeppelin/contracts/token/ERC20/IERC20.sol";

// import {
Expand Down
Loading

0 comments on commit 8f8b9cd

Please sign in to comment.