Random fixes
This commit is contained in:
parent
d39af6c9eb
commit
5a67068348
@ -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);
|
||||
|
@ -86,7 +86,6 @@ async function createOrderEnvironmentValuesAsync(url: string) {
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
function getContractAddresses(networkId: number) {
|
||||
switch (networkId) {
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user