mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
add subgraph url to barge config and fix metadatacache config (#1652)
This commit is contained in:
parent
4abe5fc451
commit
293bf75b9e
@ -31,8 +31,9 @@ export const configHelperNetworks: Config[] = [
|
|||||||
...configHelperNetworksBase,
|
...configHelperNetworksBase,
|
||||||
chainId: 8996,
|
chainId: 8996,
|
||||||
network: 'development',
|
network: 'development',
|
||||||
metadataCacheUri: 'http://127.0.0.1:5000',
|
metadataCacheUri: 'http://172.15.0.5:5000',
|
||||||
providerUri: 'http://172.15.0.4:8030'
|
providerUri: 'http://172.15.0.4:8030',
|
||||||
|
subgraphUri: 'https://172.15.0.15:9000'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
...configHelperNetworksBase,
|
...configHelperNetworksBase,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user