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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abylaw committed Jul 15, 2019
1 parent 4071cfd commit 3b2d9c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/dai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ If you have deployed contract code changes to the testchain, run `scripts/instal
- `yarn test:mainnet` - run integration tests on mainnet
- `yarn test:integration` - run integration tests on Ganache

## Changelog

### 0.17.0

- **BREAKING CHANGE**: Importing a file directly from the package must now be done by
prefixing the path with `dist`. E.g. `/contracts/addresses/kovan.json` now becomes
`/dist/contract/addresses/kovan.json`.

## License

**Dai.js** is available under the MIT license included with the code.
Expand Down

0 comments on commit 3b2d9c0

Please sign in to comment.