Skip to content

Commit

Permalink
[NOD-548] Remove default dns seed from devnet (#546)
Browse files Browse the repository at this point in the history
* [NOD-390] Add faucet Dockerfile

* [NOD-390] Allow running migration without -api-server-url and --private-key arguments

* [NOD-390] Change kasparov-server to kasparovd in its Dockerfile

* [NOD-548] Remove default DNS seed from devnet
  • Loading branch information
someone235 authored and stasatdaglabs committed Dec 17, 2019
1 parent 07651e5 commit e3d7e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagconfig/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ var DevNetParams = Params{
Net: wire.DevNet,
RPCPort: "18334",
DefaultPort: "18333",
DNSSeeds: []string{"devnet-dnsseed.daglabs.com"},
DNSSeeds: []string{},

// DAG parameters
GenesisBlock: &devNetGenesisBlock,
Expand Down

0 comments on commit e3d7e83

Please sign in to comment.