Skip to content

Commit

Permalink
add subgraph url to barge config and fix metadatacache config (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Nov 15, 2022
1 parent 4abe5fc commit 293bf75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config/ConfigHelper.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 293bf75

Please sign in to comment.