Fix linter errors

This commit is contained in:
fabioberger
2019-07-25 12:21:53 +02:00
parent 24a26aef70
commit fbda096aa9
22 changed files with 22 additions and 22 deletions

View File

@@ -528,4 +528,4 @@ export const utils = {
const etherScanPrefix = networkName === Networks.Mainnet ? '' : `${networkName.toLowerCase()}.`;
return `https://${etherScanPrefix}etherscan.io/${suffix}/${addressOrTxHash}`;
},
};
}; // tslint:disable:max-file-line-count