Skip to content

Commit 37a245a

Browse files
authored
Merge pull request #138 from guggero/prepare-lsat
loopd: add LSAT enabled server ports
2 parents a486760 + 098e269 commit 37a245a

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)