Add connection to cic-meta.

This commit is contained in:
Spencer Ofwiti
2021-02-16 11:04:22 +03:00
parent 0be8bcd51a
commit 9d2fdd687b
7 changed files with 61 additions and 315 deletions

View File

@@ -2,6 +2,7 @@ export const environment = {
production: true,
cicCacheUrl: 'http://localhost:63313',
cicScriptsUrl: 'http://localhost:9999',
cicMetaUrl: 'http://localhost:63380',
web3Provider: 'ws://localhost:8546',
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',

View File

@@ -6,6 +6,7 @@ export const environment = {
production: false,
cicCacheUrl: 'http://localhost:63313',
cicScriptsUrl: 'http://localhost:9999',
cicMetaUrl: 'http://localhost:63380',
web3Provider: 'ws://localhost:8546',
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',