Cherry pick DevUtils refactor code from #2456

This commit is contained in:
Lawrence Forman 2020-01-31 15:56:08 -05:00
parent b4cefc64b4
commit d89243a0d3
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export { artifacts } from './artifacts'; export { artifacts } from './artifacts';
export { DevUtilsContract, LibAssetDataContract, LibTransactionDecoderContract } from './wrappers'; export { DevUtilsContract } from './wrappers';
export { export {
ContractArtifact, ContractArtifact,
ContractChains, ContractChains,

View File

@ -13,11 +13,11 @@
"changes": [ "changes": [
{ {
"note": "Add `allowance()` and `balanceOf()` to `LibERC20Token`", "note": "Add `allowance()` and `balanceOf()` to `LibERC20Token`",
"pr": 2462 "pr": 2464
}, },
{ {
"note": "Fix broken tests", "note": "Fix broken tests",
"pr": 2462 "pr": 2456
} }
], ],
"timestamp": 1581204851 "timestamp": 1581204851