1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

refactor config/ imports

This commit is contained in:
Miquel A. Cabot 2022-06-03 14:03:21 +02:00
parent f7a1183c90
commit c38fcbf743
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { LogLevel } from '../utils/Logger'
import { AbiItem } from 'web3-utils/types'
import { LogLevel } from '../utils'
export class Config {
/**

View File

@ -1,6 +1,6 @@
import { Config } from './Config'
// eslint-disable-next-line import/no-named-default
import { default as DefaultContractsAddresses } from '@oceanprotocol/contracts/addresses/address.json'
import { Config } from './config'
import { LoggerInstance } from '../utils'
const configHelperNetworksBase: Config = {