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

Commit

Permalink
change abi map from exports.default to module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed May 22, 2020
1 parent 65d75d6 commit 45202db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dai-plugin-mcd/contracts/abiMap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.default = {
module.exports = {
REP: require('./abis/REP.json'),
ZRX: require('./abis/ZRX.json'),
OMG: require('./abis/OMG.json'),
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-migrations/contracts/abiMap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.default = {
module.exports = {
TUB: require('./abis/SaiTub'),
MCD_END_1: require('./abis/End'),
MCD_VAT_1: require('./abis/Vat'),
Expand Down
2 changes: 1 addition & 1 deletion packages/dai-plugin-scd/contracts/abiMap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.default = {
module.exports = {
SAI_PIP: require('./abis/DSValue'),
SAI_PEP: require('./abis/DSValue'),
SAI_PIT: require('./abis/GemPit'),
Expand Down

0 comments on commit 45202db

Please sign in to comment.