Liquid support to the Graph fee filter dropdown

fixes #1072
This commit is contained in:
softsimon
2022-01-04 04:42:19 +04:00
parent 6588e4d3b3
commit fd64be7611
3 changed files with 33 additions and 27 deletions

View File

@@ -200,4 +200,8 @@ export class StateService {
setBlockScrollingInProgress(value: boolean) {
this.blockScrolling$.next(value);
}
isLiquid() {
return this.network === 'liquid' || this.network === 'liquidtestnet';
}
}