From d354aff19ff438a5a0f6ed5442f1fd99bea92521 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 21 Oct 2021 11:53:44 +0300 Subject: [PATCH] fixed lint in config helper --- src/utils/ConfigHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ConfigHelper.ts b/src/utils/ConfigHelper.ts index b70650e4..0d7e2fa8 100644 --- a/src/utils/ConfigHelper.ts +++ b/src/utils/ConfigHelper.ts @@ -2,7 +2,7 @@ import Config from '../models/Config' import fs from 'fs' import { homedir } from 'os' // eslint-disable-next-line import/no-named-default -import { default as DefaultContractsAddresses } from '../data/address.json' //temporary untill we can get them from the contract arficats +import { default as DefaultContractsAddresses } from '../data/address.json' // temporary untill we can get them from the contract arficats import Logger from './Logger' export interface ConfigHelperConfig extends Config {