makerdao / dss-interfaces

Abstract developer interfaces to the Dai Stablecoin System core contracts.
GNU Affero General Public License v3.0
33 stars 26 forks source link

feat: add DsChiefAbstract interface (SC-7538) #38

Closed godsflaw closed 3 years ago

godsflaw commented 3 years ago

Adds interfaces for DsChief 1.2:

    function live() external view returns (uint256);
    function launch() external;

Please wait to merge until: https://github.com/makerdao/spells-kovan/pull/34