Skip to content

Commit 15ddd36

Browse files
authored
Update constants.ts
1 parent 2af54df commit 15ddd36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/util/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const BitcoinExplorerPresets: Record<string, string> = {
8181

8282
/** the list of supported Lightning graph explorers for nodes*/
8383
export const LightningExplorerPresets: Record<string, string> = {
84+
'terminal': 'https://terminal.lightning.engineering/{pubkey}',
8485
'amboss.space': 'https://amboss.space/node/{pubkey}',
8586
'1ml.com': 'https://1ml.com/node/{pubkey}',
8687
};

0 commit comments

Comments
 (0)