Closed brianmcmichael closed 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.
ChainlogHelper
import
Thinking about it, these may be better as constants.
Adds a contract
ChainlogHelper
that can be used to return the address or abstract of the chainlog. This allows access to the chainlog viaimport
of the Chainlog Abstract, rather than requiring the user hard-code the address.