mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
config fix
This commit is contained in:
parent
fd3a436a31
commit
1aedc40fd5
@ -1,6 +1,8 @@
|
||||
const { getOceanConfig } = require('./src/utils/getConfig')
|
||||
const { ConfigHelper } = require('@oceanprotocol/lib')
|
||||
|
||||
const oceanConfig = getOceanConfig()
|
||||
const oceanConfig = new ConfigHelper().getConfig(
|
||||
process.env.GATSBY_NETWORK || 'rinkeby'
|
||||
)
|
||||
|
||||
module.exports = {
|
||||
oceanConfig: {
|
||||
|
Loading…
Reference in New Issue
Block a user