1
0
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:
Bogdan Fazakas 2022-11-15 22:23:42 +02:00 committed by GitHub
parent 4abe5fc451
commit 293bf75b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,9 @@ export const configHelperNetworks: Config[] = [
...configHelperNetworksBase,
chainId: 8996,
network: 'development',
metadataCacheUri: 'http://127.0.0.1:5000',
providerUri: 'http://172.15.0.4:8030'
metadataCacheUri: 'http://172.15.0.5:5000',
providerUri: 'http://172.15.0.4:8030',
subgraphUri: 'https://172.15.0.15:9000'
},
{
...configHelperNetworksBase,