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

Commit

Permalink
add comments on es5 exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed May 27, 2020
1 parent 4be5798 commit 3d7e614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dai-plugin-mcd/contracts/abiMap.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// not run through babel, so we must use an ES5-safe export
module.exports = {
REP: require('./abis/REP.json'),
ZRX: require('./abis/ZRX.json'),
Expand Down
1 change: 1 addition & 0 deletions packages/dai-plugin-migrations/contracts/abiMap.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// not run through babel, so we must use an ES5-safe export
module.exports = {
TUB: require('./abis/SaiTub'),
MCD_END_1: require('./abis/End'),
Expand Down
1 change: 1 addition & 0 deletions packages/dai-plugin-scd/contracts/abiMap.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// might not be run through babel in the future, so we must use an ES5-safe export
module.exports = {
SAI_PIP: require('./abis/DSValue'),
SAI_PEP: require('./abis/DSValue'),
Expand Down

0 comments on commit 3d7e614

Please sign in to comment.