Skip to content

Commit ded62fd

Browse files
authored
Update constants.ts
1 parent a1855b3 commit ded62fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +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}',
84+
terminal: 'https://terminal.lightning.engineering/{pubkey}',
8585
'amboss.space': 'https://amboss.space/node/{pubkey}',
8686
'1ml.com': 'https://1ml.com/node/{pubkey}',
8787
};

0 commit comments

Comments
 (0)