Footer and header design updates.

This commit is contained in:
Simon Lindh
2020-02-24 03:42:29 +07:00
committed by wiz
parent c8c1be594b
commit d690511a08
23 changed files with 114 additions and 82 deletions

View File

@@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import { Block, Transaction, Address, Outspend, Recent } from '../interfaces/electrs.interface';
const API_BASE_URL = 'https://www.blockstream.info/api';
const API_BASE_URL = 'https://www.blockstream.info/testnet/api';
@Injectable({
providedIn: 'root'