Update environment.dev.ts

This commit is contained in:
Blair Vanderlugt 2021-06-24 17:14:50 +00:00
parent e0a44046da
commit 8668d63994
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ import { NgxLoggerLevel } from 'ngx-logger';
export const environment = {
production: false,
bloxbergChainId: 8996,
logLevel: NgxLoggerLevel.ERROR,
logLevel: NgxLoggerLevel.DEBUG,
serverLogLevel: NgxLoggerLevel.OFF,
loggingUrl: '',
cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net',
cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net:443',
publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',
cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',
web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',