Bug fixes.
- Change environment variables. - Refactor http getter. - Add custom error state matcher. - Hide create account component.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
cicCacheUrl: 'http://localhost:5555',
|
||||
cicCacheUrl: 'http://localhost:63313',
|
||||
cicScriptsUrl: 'http://localhost:9999',
|
||||
web3Provider: 'http://localhost:63545',
|
||||
web3Provider: 'ws://localhost:8546',
|
||||
cicUssdUrl: 'http://localhost:63315',
|
||||
cicEthUrl: 'http://localhost:63314',
|
||||
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
cicCacheUrl: 'http://localhost:5555',
|
||||
cicCacheUrl: 'http://localhost:63313',
|
||||
cicScriptsUrl: 'http://localhost:9999',
|
||||
web3Provider: 'http://localhost:63545',
|
||||
web3Provider: 'ws://localhost:8546',
|
||||
cicUssdUrl: 'http://localhost:63315',
|
||||
cicEthUrl: 'http://localhost:63314',
|
||||
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',
|
||||
|
||||
Reference in New Issue
Block a user