Add fetching of transaction participants from cic-meta.
Add token registry to query tokens.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user