import {NgxLoggerLevel} from 'ngx-logger'; export const environment = { production: true, bloxbergChainId: 8996, level: NgxLoggerLevel.OFF, serverLogLevel: NgxLoggerLevel.ERROR, loggingUrl: 'http://localhost:8000', cicAuthUrl: 'https://meta.dev.grassrootseconomics.net', cicMetaUrl: 'http://localhost:63380', publicKeysUrl: 'http://localhost:8000', cicCacheUrl: 'http://localhost:63313', cicScriptsUrl: 'http://localhost:9999', web3Provider: 'ws://localhost:63546', cicUssdUrl: 'http://localhost:63315', cicEthUrl: 'http://localhost:63314', registryAddress: '0xf374d7B507767101a4bf3bA2a6B99AC737A44f6d', trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C' };