From 2afc37c4100aabce19a336020ecd59bb6f692a87 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 11 Sep 2020 16:51:39 -0700 Subject: [PATCH] config: update w/ domain of mainnet server --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 1bd5d5b..5cc7129 100644 --- a/config.go +++ b/config.go @@ -74,7 +74,7 @@ type Config struct { } const ( - MainnetServer = "auction.lightning.today:12009" + MainnetServer = "pool.lightning.finance:12010" TestnetServer = "test.auction.lightning.today:12009" // defaultRPCTimeout is the default number of seconds an unary RPC call