This commit is contained in:
vivek blaze 2020-06-18 22:29:59 +05:30
commit e8db7788b6

View File

@ -2,5 +2,6 @@ export const environment = {
production: true, production: true,
domain: '/', domain: '/',
apiUrl: '/epic_explorer/v1', apiUrl: '/epic_explorer/v1',
EMAIL : 'contact@epic.tech' EMAIL : 'contact@epic.tech',
TARGETBLOCK: 480960
}; };