Fetch data from cic meta and patch to user details.

This commit is contained in:
Spencer Ofwiti
2021-02-23 15:32:02 +03:00
parent 3286c1df82
commit ef1999dc0d
9 changed files with 120 additions and 110 deletions

View File

@@ -5,7 +5,7 @@ export const environment = {
publicKeysUrl: 'http://localhost:8000',
cicCacheUrl: 'http://localhost:63313',
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:8546',
web3Provider: 'ws://localhost:63546',
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',

View File

@@ -9,7 +9,7 @@ export const environment = {
publicKeysUrl: 'http://localhost:8000',
cicCacheUrl: 'http://localhost:63313',
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:8546',
web3Provider: 'ws://localhost:63546',
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',