Skip to content

Commit

Permalink
Add seed 1-8 to default rpc node list
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed Mar 2, 2022
1 parent 99fe490 commit 41b2534
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import (
"math/rand"
"time"

"github.com/nknorg/nkngomobile"

"github.com/imdario/mergo"
ncp "github.com/nknorg/ncp-go"
"github.com/nknorg/nkngomobile"
)

func init() {
Expand All @@ -17,6 +16,14 @@ func init() {
// DefaultSeedRPCServerAddr is the default seed rpc server address list.
var DefaultSeedRPCServerAddr = []string{
"http://seed.nkn.org:30003",
"http://mainnet-seed-0001.nkn.org:30003",
"http://mainnet-seed-0002.nkn.org:30003",
"http://mainnet-seed-0003.nkn.org:30003",
"http://mainnet-seed-0004.nkn.org:30003",
"http://mainnet-seed-0005.nkn.org:30003",
"http://mainnet-seed-0006.nkn.org:30003",
"http://mainnet-seed-0007.nkn.org:30003",
"http://mainnet-seed-0008.nkn.org:30003",
}

// ClientConfig is the client configuration.
Expand Down

0 comments on commit 41b2534

Please sign in to comment.