Skip to content

Commit 6f4a639

Browse files
authored
Update settingsStore.ts
1 parent 15ddd36 commit 6f4a639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/store/stores/settingsStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class SettingsStore {
5555
bitcoinTxUrl = BitcoinExplorerPresets['mempool.space'];
5656

5757
/** url to a graph explorer for Lightning nodes */
58-
lnNodeUrl = LightningExplorerPresets['amboss.space'];
58+
lnNodeUrl = LightningExplorerPresets['terminal'];
5959

6060
/** the order minimum channel size chosen by the user */
6161
minChanSize = DEFAULT_MIN_CHAN_SIZE;

0 commit comments

Comments
 (0)