2021-04-12 05:32:24 +02:00
|
|
|
import {NgxLoggerLevel} from 'ngx-logger';
|
|
|
|
|
2020-10-30 16:16:05 +01:00
|
|
|
export const environment = {
|
2021-04-12 05:32:24 +02:00
|
|
|
production: true,
|
|
|
|
bloxbergChainId: 8996,
|
|
|
|
logLevel: NgxLoggerLevel.ERROR,
|
|
|
|
serverLogLevel: NgxLoggerLevel.OFF,
|
|
|
|
loggingUrl: '',
|
|
|
|
cicMetaUrl: 'https://meta.dev.grassrootseconomics.net',
|
|
|
|
publicKeysUrl: 'https://dev.grassrootseconomics/.well-known/publickeys',
|
|
|
|
cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',
|
2021-04-12 16:53:12 +02:00
|
|
|
web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',
|
2021-04-12 05:32:24 +02:00
|
|
|
cicUssdUrl: 'https://ussd.dev.grassrootseconomics.net',
|
|
|
|
registryAddress: '0x6Ca3cB14aA6F761712E1C18646AfBA4d5Ae249E8',
|
|
|
|
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C'
|
2020-10-30 16:16:05 +01:00
|
|
|
};
|