Fix prettier issues
This commit is contained in:
parent
98e8105ec5
commit
2a24f6e2ea
@ -30,7 +30,11 @@ export const utils = {
|
||||
const id = name.replace(/ /g, '-');
|
||||
return id;
|
||||
},
|
||||
getEtherScanLinkIfExists(addressOrTxHash: string, networkId: number, suffix: EtherscanLinkSuffixes): string|undefined {
|
||||
getEtherScanLinkIfExists(
|
||||
addressOrTxHash: string,
|
||||
networkId: number,
|
||||
suffix: EtherscanLinkSuffixes,
|
||||
): string | undefined {
|
||||
const networkName = constants.NETWORK_NAME_BY_ID[networkId];
|
||||
if (_.isUndefined(networkName)) {
|
||||
return undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user