Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

dai-v0.17.0

Compare
Choose a tag to compare
@levity levity released this 30 Jul 16:50
· 1602 commits to dev since this release

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)