Skip to content

Commit

Permalink
feat: add governance adapter interface to pool extended interface
Browse files Browse the repository at this point in the history
- imported IAGovernance in IRigoblockExtensions.sol which inherits its methods
  • Loading branch information
gabririgo committed Feb 8, 2023
1 parent 99d193a commit 5c767ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

pragma solidity >=0.8.0 <0.9.0;

import "./IAGovernance.sol";
import "./IAMulticall.sol";
import "./IASelfCustody.sol";
import "./IAStaking.sol";
Expand All @@ -31,6 +32,7 @@ import "./IEWhitelist.sol";
/// @author Gabriele Rigo - <gab@rigoblock.com>
// solhint-disable-next-line
interface IRigoblockExtensions is
IAGovernance,
IAMulticall,
IASelfCustody,
IAStaking,
Expand Down

0 comments on commit 5c767ce

Please sign in to comment.