Add block-sync to application.

This commit is contained in:
Spencer Ofwiti
2020-11-08 09:31:52 +03:00
parent cec92d25b9
commit ca9ca61ae1
22 changed files with 2885 additions and 306 deletions

View File

@@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
cicCacheUrl: 'http://localhost:5555'
};