Add fetching of transaction participants from cic-meta.

Add token registry to query tokens.
This commit is contained in:
Spencer Ofwiti
2021-03-10 12:47:01 +03:00
parent 7447bf2499
commit 32ab27730b
23 changed files with 262 additions and 125 deletions

View File

@@ -1,7 +1,7 @@
export const environment = {
production: true,
bloxbergChainId: 8996,
cicAuthUrl: 'http://localhost:4444',
cicAuthUrl: 'http://localhost:8080',
cicMetaUrl: 'http://localhost:63380',
publicKeysUrl: 'http://localhost:8000',
cicCacheUrl: 'http://localhost:63313',

View File

@@ -5,7 +5,7 @@
export const environment = {
production: false,
bloxbergChainId: 8996,
cicAuthUrl: 'http://localhost:4444',
cicAuthUrl: 'http://localhost:8080',
cicMetaUrl: 'http://localhost:63380',
publicKeysUrl: 'http://localhost:8000',
cicCacheUrl: 'http://localhost:63313',