Add dashboard url to environment variables.
This commit is contained in:
parent
3706c9a61a
commit
7c38111a6f
@ -1,4 +1,5 @@
|
|||||||
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
||||||
|
import { environment } from '@src/environments/environment';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-pages',
|
selector: 'app-pages',
|
||||||
@ -7,7 +8,7 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class PagesComponent {
|
export class PagesComponent {
|
||||||
url: string = 'https://dashboard.sarafu.network/';
|
url: string = environment.dashboardUrl;
|
||||||
|
|
||||||
constructor() {}
|
constructor() {}
|
||||||
}
|
}
|
||||||
|
@ -13,4 +13,5 @@ export const environment = {
|
|||||||
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
||||||
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
||||||
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
||||||
|
dashboardUrl: 'https://dashboard.sarafu.network/',
|
||||||
};
|
};
|
||||||
|
@ -13,4 +13,5 @@ export const environment = {
|
|||||||
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
||||||
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
||||||
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
||||||
|
dashboardUrl: 'https://dashboard.sarafu.network/',
|
||||||
};
|
};
|
||||||
|
@ -13,4 +13,5 @@ export const environment = {
|
|||||||
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
||||||
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
||||||
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
||||||
|
dashboardUrl: 'https://dashboard.sarafu.network/',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user