Skip to content

Commit

Permalink
contracts-bedrock: inherit from ERC20Votes in Alligator
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Jul 17, 2024
1 parent c4cfc0d commit 7371e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/contracts-bedrock/src/governance/Alligator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
pragma solidity 0.8.15;

import { IGovernor } from "@openzeppelin/contracts/governance/IGovernor.sol";
import { ERC20Votes } from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Votes.sol";

contract Alligator {
contract Alligator is ERC20Votes {
// =============================================================
// ERRORS
// =============================================================
Expand Down

0 comments on commit 7371e01

Please sign in to comment.