Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

v0.4.1

Latest
Compare
Choose a tag to compare
@levity levity released this 12 Mar 21:02

Now includes contract address files for both SCD and MCD. Set mcd in plugin options to switch to the latter:

await Maker.create('http', {
  plugins: [
    [GovPlugin, { mcd: true, network: 'kovan' }]
  ]
})

Also, will now always override the dai.js contract address for GOV with the one found in its own address file.