makerdao / dss-test

GNU Affero General Public License v3.0
11 stars 9 forks source link

Add the entire chainlog as public variables on mcd instance #5

Closed hexonaut closed 2 years ago

hexonaut commented 2 years ago

Should add all contracts as variables for convenience.

gbalabasquer commented 2 years ago

Hmmm how would that work?

hexonaut commented 2 years ago

Just like this: https://github.com/makerdao/dss-test/blob/master/src/MCD.sol#L27

It's just we are missing some things like end, vest, etc.

hexonaut commented 2 years ago

Done https://github.com/makerdao/dss-test/pull/8