import {NgxLoggerLevel} from 'ngx-logger'; export const environment = { production: true, bloxbergChainId: 8996, level: NgxLoggerLevel.OFF, serverLogLevel: NgxLoggerLevel.ERROR, loggingUrl: 'http://localhost:8000', cicMetaUrl: 'https://meta.grassrootseconomics.net', publicKeysUrl: 'http://localhost:8000/keys.asc', cicCacheUrl: 'https://cache.grassrootseconomics.net', web3Provider: 'ws://localhost:63546', cicUssdUrl: 'https://ussd.grassrootseconomics.net', registryAddress: '0x6Ca3cB14aA6F761712E1C18646AfBA4d5Ae249E8', trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C' };