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

Add ChainlogHelper for making address accessible #36

Closed brianmcmichael closed 4 years ago

brianmcmichael commented 4 years ago

Adds a contract ChainlogHelper that can be used to return the address or abstract of the chainlog. This allows access to the chainlog via import of the Chainlog Abstract, rather than requiring the user hard-code the address.

brianmcmichael commented 4 years ago

Thinking about it, these may be better as constants.