Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #149 from getAlby/AlbyPlebsLSP
Browse files Browse the repository at this point in the history
Alby Plebs LSP
  • Loading branch information
rolznz authored Mar 24, 2024
2 parents e0288d2 + f081539 commit 2f567a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ldk.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ func NewLDKService(svc *Service, mnemonic, workDir string, network string, esplo
config.TrustedPeers0conf = []string{
lsp.VoltageLSP().Pubkey,
lsp.OlympusLSP().Pubkey,
lsp.AlbyPlebsLSP().Pubkey,
}
config.AnchorChannelsConfig.TrustedPeersNoReserve = []string{
lsp.OlympusLSP().Pubkey,
lsp.AlbyPlebsLSP().Pubkey,
}

config.ListeningAddresses = &listeningAddresses
Expand Down
8 changes: 8 additions & 0 deletions models/lsp/lsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ func OlympusLSP() LSP {
}
return lsp
}

func AlbyPlebsLSP() LSP {
lsp := LSP{
Pubkey: "029ca15ad2ea3077f5f0524c4c9bc266854c14b9fc81b9cc3d6b48e2460af13f65",
Url: "https://getalby.com/api/todo",
}
return lsp
}

0 comments on commit 2f567a0

Please sign in to comment.