Skip to content

Commit

Permalink
extend IComponentToken
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs committed Sep 13, 2024
1 parent 67b0b23 commit 28543f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest/src/FakeComponentToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { IComponentToken } from "./interfaces/IComponentToken.sol";
* Users can buy and sell one FakeComponentToken by exchanging it with one CurrencyToken at any time.
* @custom:oz-upgrades-from FakeComponentToken
*/
contract FakeComponentToken is Initializable, AccessControlUpgradeable, UUPSUpgradeable, ERC20Upgradeable {
contract FakeComponentToken is Initializable, AccessControlUpgradeable, UUPSUpgradeable, ERC20Upgradeable, IComponentToken {

// Storage

Expand Down

0 comments on commit 28543f5

Please sign in to comment.