Skip to content

Commit 098e269

Browse files
committed
loopd: add LSAT enabled server ports
1 parent a486760 commit 098e269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loopd/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ type config struct {
5050
}
5151

5252
const (
53-
mainnetServer = "swap.lightning.today:11009"
54-
testnetServer = "test.swap.lightning.today:11009"
53+
mainnetServer = "swap.lightning.today:11010"
54+
testnetServer = "test.swap.lightning.today:11010"
5555
)
5656

5757
var defaultConfig = config{

0 commit comments

Comments
 (0)