diff --git a/docker/backend/start.sh b/docker/backend/start.sh
index 3d754c979..d56b4bfeb 100644
--- a/docker/backend/start.sh
+++ b/docker/backend/start.sh
@@ -24,8 +24,8 @@ __MEMPOOL_USER_AGENT__=${MEMPOOL_USER_AGENT:=mempool}
__MEMPOOL_STDOUT_LOG_MIN_PRIORITY__=${MEMPOOL_STDOUT_LOG_MIN_PRIORITY:=info}
__MEMPOOL_INDEXING_BLOCKS_AMOUNT__=${MEMPOOL_INDEXING_BLOCKS_AMOUNT:=false}
__MEMPOOL_AUTOMATIC_BLOCK_REINDEXING__=${MEMPOOL_AUTOMATIC_BLOCK_REINDEXING:=false}
-__MEMPOOL_POOLS_JSON_URL__=${MEMPOOL_POOLS_JSON_URL:=false}
-__MEMPOOL_POOLS_JSON_TREE_URL__=${MEMPOOL_POOLS_JSON_TREE_URL:=false}
+__MEMPOOL_POOLS_JSON_URL__=${MEMPOOL_POOLS_JSON_URL:=https://raw.githubusercontent.com/mempool/mining-pools/master/pools.json}
+__MEMPOOL_POOLS_JSON_TREE_URL__=${MEMPOOL_POOLS_JSON_TREE_URL:=https://api.github.com/repos/mempool/mining-pools/git/trees/master}
# CORE_RPC
__CORE_RPC_HOST__=${CORE_RPC_HOST:=127.0.0.1}
@@ -116,8 +116,8 @@ sed -i "s!__MEMPOOL_USER_AGENT__!${__MEMPOOL_USER_AGENT__}!g" mempool-config.jso
sed -i "s/__MEMPOOL_STDOUT_LOG_MIN_PRIORITY__/${__MEMPOOL_STDOUT_LOG_MIN_PRIORITY__}/g" mempool-config.json
sed -i "s/__MEMPOOL_INDEXING_BLOCKS_AMOUNT__/${__MEMPOOL_INDEXING_BLOCKS_AMOUNT__}/g" mempool-config.json
sed -i "s/__MEMPOOL_AUTOMATIC_BLOCK_REINDEXING__/${__MEMPOOL_AUTOMATIC_BLOCK_REINDEXING__}/g" mempool-config.json
-sed -i "s/__MEMPOOL_POOLS_JSON_URL__/${__MEMPOOL_POOLS_JSON_URL__}/g" mempool-config.json
-sed -i "s/__MEMPOOL_POOLS_JSON_TREE_URL__/${__MEMPOOL_POOLS_JSON_TREE_URL__}/g" mempool-config.json
+sed -i "s!__MEMPOOL_POOLS_JSON_URL__!${__MEMPOOL_POOLS_JSON_URL__}/g" mempool-config.json
+sed -i "s!__MEMPOOL_POOLS_JSON_TREE_URL__!${__MEMPOOL_POOLS_JSON_TREE_URL__}/g" mempool-config.json
sed -i "s/__CORE_RPC_HOST__/${__CORE_RPC_HOST__}/g" mempool-config.json
sed -i "s/__CORE_RPC_PORT__/${__CORE_RPC_PORT__}/g" mempool-config.json
diff --git a/frontend/src/app/app-routing.module.ts b/frontend/src/app/app-routing.module.ts
index 000a0f177..bd2d8c541 100644
--- a/frontend/src/app/app-routing.module.ts
+++ b/frontend/src/app/app-routing.module.ts
@@ -15,7 +15,6 @@ import { TermsOfServiceComponent } from './components/terms-of-service/terms-of-
import { PrivacyPolicyComponent } from './components/privacy-policy/privacy-policy.component';
import { TrademarkPolicyComponent } from './components/trademark-policy/trademark-policy.component';
import { BisqMasterPageComponent } from './components/bisq-master-page/bisq-master-page.component';
-import { SponsorComponent } from './components/sponsor/sponsor.component';
import { PushTransactionComponent } from './components/push-transaction/push-transaction.component';
import { BlocksList } from './components/blocks-list/blocks-list.component';
import { LiquidMasterPageComponent } from './components/liquid-master-page/liquid-master-page.component';
@@ -367,16 +366,24 @@ let routes: Routes = [
children: [],
component: AddressPreviewComponent
},
+ {
+ path: 'lightning',
+ loadChildren: () => import('./lightning/lightning-previews.module').then(m => m.LightningPreviewsModule)
+ },
+ {
+ path: 'testnet/lightning',
+ loadChildren: () => import('./lightning/lightning-previews.module').then(m => m.LightningPreviewsModule)
+ },
+ {
+ path: 'signet/lightning',
+ loadChildren: () => import('./lightning/lightning-previews.module').then(m => m.LightningPreviewsModule)
+ },
],
},
{
path: 'status',
component: StatusViewComponent
},
- {
- path: 'sponsor',
- component: SponsorComponent,
- },
{
path: '',
loadChildren: () => import('./graphs/graphs.module').then(m => m.GraphsModule)
@@ -642,10 +649,6 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
path: 'status',
component: StatusViewComponent
},
- {
- path: 'sponsor',
- component: SponsorComponent,
- },
{
path: '',
loadChildren: () => import('./graphs/graphs.module').then(m => m.GraphsModule)
diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html
index e09eddc78..45ed55abd 100644
--- a/frontend/src/app/components/about/about.component.html
+++ b/frontend/src/app/components/about/about.component.html
@@ -25,12 +25,6 @@
-
-
-
{{ donationObj.amount }} BTC
- -{{ donationObj.amount }} BTC
- -{{ donationObj.amount }} BTC
- -Waiting for transaction...
- -Created | +{{ channel.created | date:'yyyy-MM-dd HH:mm' }} | +
Capacity | +|
Fee rate | +
+
+ {{ channel.node_left.fee_rate }} ppm
+
+ |
+
Base fee | +
+
+
+ |
+
Active capacity | +
+ |
+
Active channels | ++ {{ node.active_channel_count }} + | +
Average size | +
+ |
+
Location | ++ {{ node.city.en }} + | +
Country | ++ {{ node.country.en }} {{ node.flag }} + | +
Location | ++ unknown + | +