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 2af54df commit 15ddd36Copy full SHA for 15ddd36
app/src/util/constants.ts
@@ -81,6 +81,7 @@ export const BitcoinExplorerPresets: Record<string, string> = {
81
82
/** the list of supported Lightning graph explorers for nodes*/
83
export const LightningExplorerPresets: Record<string, string> = {
84
+ 'terminal': 'https://terminal.lightning.engineering/{pubkey}',
85
'amboss.space': 'https://amboss.space/node/{pubkey}',
86
'1ml.com': 'https://1ml.com/node/{pubkey}',
87
};
0 commit comments