mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: add LSAT enabled server ports
This commit is contained in:
parent
a486760ebf
commit
098e269fe6
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ type config struct {
|
|||
}
|
||||
|
||||
const (
|
||||
mainnetServer = "swap.lightning.today:11009"
|
||||
testnetServer = "test.swap.lightning.today:11009"
|
||||
mainnetServer = "swap.lightning.today:11010"
|
||||
testnetServer = "test.swap.lightning.today:11010"
|
||||
)
|
||||
|
||||
var defaultConfig = config{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue