This commit is contained in:
Spencer Ofwiti
2021-02-09 11:32:37 +03:00
parent 94d2976e6c
commit 8dc0eb24d8
5 changed files with 10 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ export const environment = {
production: true,
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:63545',
web3Provider: 'http://localhost:63545',
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',

View File

@@ -6,7 +6,7 @@ export const environment = {
production: false,
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:63545',
web3Provider: 'http://localhost:63545',
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',