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

use ip number instead of localhost in config file

This commit is contained in:
Miquel A. Cabot 2022-03-15 18:44:58 +01:00
parent d8a7d42a9e
commit ac5bbf7922

View File

@ -7,7 +7,7 @@ const configHelperNetworksBase: Config = {
chainId: null, chainId: null,
network: 'unknown', network: 'unknown',
metadataCacheUri: 'https://v4.aquarius.oceanprotocol.com', metadataCacheUri: 'https://v4.aquarius.oceanprotocol.com',
nodeUri: 'http://localhost:8545', nodeUri: 'http://127.0.0.1:8545',
providerUri: 'http://127.0.0.1:8030', providerUri: 'http://127.0.0.1:8030',
subgraphUri: null, subgraphUri: null,
explorerUri: null, explorerUri: null,