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:
parent
d8a7d42a9e
commit
ac5bbf7922
@ -7,7 +7,7 @@ const configHelperNetworksBase: Config = {
|
||||
chainId: null,
|
||||
network: 'unknown',
|
||||
metadataCacheUri: 'https://v4.aquarius.oceanprotocol.com',
|
||||
nodeUri: 'http://localhost:8545',
|
||||
nodeUri: 'http://127.0.0.1:8545',
|
||||
providerUri: 'http://127.0.0.1:8030',
|
||||
subgraphUri: null,
|
||||
explorerUri: null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user