Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(contract-addresses): re-add mainnet addresses in export
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Schenk committed Feb 4, 2020
1 parent e2696f9 commit 8e74672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/contract-addresses/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { isUndefined } = require('lodash');

// const mainnetAddresses = require('../addresses/mainnet');
const mainnetAddresses = require('../addresses/mainnet');
const rinkebyAddresses = require('../addresses/rinkeby');
const ropstenAddresses = require('../addresses/ropsten');

Expand All @@ -12,9 +12,9 @@ const NetworkId = {
};

const networkToAddresses = {
// '1': {
// ...mainnetAddresses,
// },
'1': {
...mainnetAddresses,
},
'3': {
...ropstenAddresses,
},
Expand Down

0 comments on commit 8e74672

Please sign in to comment.