We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1102d commit 24a5690Copy full SHA for 24a5690
src/infrastructure/Http.ts
@@ -44,6 +44,7 @@ export abstract class Http {
44
if (!this.networkType) {
45
networkTypeResolve = observableFrom(new NodeRoutesApi(this.url).getNodeInfo()).pipe(
46
map(({body}) => {
47
+ this.networkType = body.networkIdentifier;
48
return body.networkIdentifier;
49
}),
50
catchError((error) => throwError(this.errorHandling(error))),
0 commit comments