We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e64a1 commit 2c166feCopy full SHA for 2c166fe
contracts/src/EspToken.sol
@@ -2,7 +2,6 @@
2
// SPDX-License-Identifier: MIT
3
pragma solidity ^0.8.0;
4
5
-// TODO MA: should we really use solmate, or just stick with openzeppelin?
6
import { ERC20Upgradeable } from
7
"@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
8
import { OwnableUpgradeable } from
0 commit comments