Skip to content

Commit

Permalink
chore: flatten
Browse files Browse the repository at this point in the history
  • Loading branch information
pegahcarter committed Jul 24, 2024
1 parent 576f7d8 commit 7efc76c
Show file tree
Hide file tree
Showing 3 changed files with 2,246 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/Counter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.19;

import { ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import { ERC20PermitPermissionedOptiMintable } from "fraxtal-contracts/src/contracts/Fraxtal/universal/ERC20PermitPermissionedOptiMintable.sol";

contract Counter is ERC20 {
uint256 public number;
Expand Down
Loading

0 comments on commit 7efc76c

Please sign in to comment.