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 a1855b3 commit ded62fdCopy full SHA for ded62fd
app/src/util/constants.ts
@@ -81,7 +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}',
+ 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