Merge branch 'master' into spencer/accounts-search
This commit is contained in:
commit
23b213e319
2
.gitignore
vendored
2
.gitignore
vendored
@ -47,4 +47,4 @@ Thumbs.db
|
|||||||
|
|
||||||
# Configuration Files
|
# Configuration Files
|
||||||
.env
|
.env
|
||||||
/src/environments
|
/src/environments/environment.ts
|
||||||
|
16
src/environments/environment.dev.ts
Normal file
16
src/environments/environment.dev.ts
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
import {NgxLoggerLevel} from 'ngx-logger';
|
||||||
|
|
||||||
|
export const environment = {
|
||||||
|
production: false,
|
||||||
|
bloxbergChainId: 8996,
|
||||||
|
logLevel: NgxLoggerLevel.ERROR,
|
||||||
|
serverLogLevel: NgxLoggerLevel.OFF,
|
||||||
|
loggingUrl: '',
|
||||||
|
cicMetaUrl: 'https://meta.dev.grassrootseconomics.net',
|
||||||
|
publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',
|
||||||
|
cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',
|
||||||
|
web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',
|
||||||
|
cicUssdUrl: 'https://ussd.dev.grassrootseconomics.net',
|
||||||
|
registryAddress: '0xAf1B487491073C2d49136Db3FD87E293302CF839',
|
||||||
|
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C'
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user