mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
remove unused test config files
This commit is contained in:
parent
ac5bbf7922
commit
41a8b6ef26
@ -1,4 +1,3 @@
|
|||||||
import config from './config'
|
|
||||||
import ProviderInstance, { Provider } from '../../src/provider/Provider'
|
import ProviderInstance, { Provider } from '../../src/provider/Provider'
|
||||||
import Aquarius from '../../src/aquarius/Aquarius'
|
import Aquarius from '../../src/aquarius/Aquarius'
|
||||||
import { assert } from 'chai'
|
import { assert } from 'chai'
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
import { Config } from '../../src/models/Config'
|
|
||||||
|
|
||||||
import Web3 from 'web3'
|
|
||||||
|
|
||||||
const web3 = new Web3('http://127.0.0.1:8545')
|
|
||||||
|
|
||||||
export default {
|
|
||||||
metadataCacheUri: 'http://aquarius:5000',
|
|
||||||
providerUri: 'http://localhost:8030',
|
|
||||||
nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`,
|
|
||||||
web3Provider: web3
|
|
||||||
} as Config
|
|
@ -1,11 +0,0 @@
|
|||||||
import { Config } from '../../src/models/Config'
|
|
||||||
import { LoggerInstance, LogLevel } from '../../src/utils'
|
|
||||||
|
|
||||||
LoggerInstance.setLevel(LogLevel.Error)
|
|
||||||
|
|
||||||
export default {
|
|
||||||
metadataCacheUri: 'http://localhost:5000',
|
|
||||||
providerUri: 'http://localhost:8030',
|
|
||||||
nodeUri: `http://localhost:${process.env.ETH_PORT || 8545}`,
|
|
||||||
verbose: LogLevel.Error
|
|
||||||
} as Config
|
|
Loading…
x
Reference in New Issue
Block a user