Create world map of clearnet LN nodes and channels
This commit is contained in:
@@ -266,4 +266,8 @@ export class ApiService {
|
||||
getNodesPerCountry(): Observable<any> {
|
||||
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/lightning/nodes/countries');
|
||||
}
|
||||
|
||||
getChannelsGeo$(): Observable<any> {
|
||||
return this.httpClient.get<any[]>(this.apiBaseUrl + this.apiBasePath + '/api/v1/lightning/channels-geo');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user