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

Commit

Permalink
Fix old MKR config
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbennett committed Dec 13, 2019
1 parent d29f476 commit 51533ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dai-plugin-migrations/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
addConfig: (_, { network = 'mainnet', addressOverrides } = {}) => {
const oldMkrData = {
currency: OLD_MKR,
abi: require('../contracts/abis/ERC20.json'),
abi: require('../contracts/abis/DSToken.json'),
address: require(`../contracts/addresses/${network}.json`).OLD_MKR,
decimals: 18
};
Expand Down

0 comments on commit 51533ca

Please sign in to comment.