add dev env

This commit is contained in:
Blair Vanderlugt 2021-04-17 15:06:09 -07:00
parent 248c7836a8
commit 66bc013bdc
2 changed files with 17 additions and 1 deletions

2
.gitignore vendored
View File

@ -47,4 +47,4 @@ Thumbs.db
# Configuration Files
.env
/src/environments
/src/environments/environment.ts

View 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'
};