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

Commit

Permalink
Set mainnet as default network for old mkr config
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbennett committed Dec 11, 2019
1 parent f4e0a55 commit 19c54d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dai-plugin-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@makerdao/dai-plugin-migrations",
"description": "Plugin to add migrations to dai.js",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "dist",
"scripts": {
Expand Down
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 @@ -52,7 +52,7 @@ function overrideContractAddresses(network, addressOverrides, contracts) {
export const MDAI_1 = createCurrency('MDAI_1');

export default {
addConfig: (_, { network, addressOverrides } = {}) => {
addConfig: (_, { network = 'mainnet', addressOverrides } = {}) => {
const oldMkrData = {
currency: OLD_MKR,
abi: require('../contracts/abis/ERC20.json'),
Expand Down

0 comments on commit 19c54d9

Please sign in to comment.