Random fixes

This commit is contained in:
Brandon Millman 2018-03-06 15:39:38 -08:00
parent d39af6c9eb
commit 5a67068348
2 changed files with 1 additions and 2 deletions

View File

@ -2,4 +2,4 @@ const postpublish_utils = require('../../../scripts/postpublish_utils');
const packageJSON = require('../package.json');
const subPackageName = packageJSON.name;
postpublish_utils.standardPostPublishAsync(subPackageName);
postpublish_utils.standardPostPublishAsync(subPackageName);

View File

@ -86,7 +86,6 @@ async function createOrderEnvironmentValuesAsync(url: string) {
];
}
}
function getContractAddresses(networkId: number) {
switch (networkId) {
case 1: