This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
dai-v0.17.0
The repo has been reorganized using lerna.
Breaking change: When importing a file directly from inside the package, the path now contains dist
.
// old
import addresses from `@makerdao/dai/contracts/addresses/kovan.json`
// new
import addresses from `@makerdao/dai/dist/contract/addresses/kovan.json`
All commits since last release (includes commits related to dai-plugin-mcd)