Skip to content

Commit

Permalink
Merge pull request #7 from 0xA001113/main
Browse files Browse the repository at this point in the history
TN DNS seeders
  • Loading branch information
0xA001113 authored Nov 4, 2024
2 parents 8b2c110 + a36348c commit 197ea96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion domain/dagconfig/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,11 @@ var TestnetParams = Params{
Net: appmessage.Testnet,
RPCPort: "18210",
DefaultPort: "18211",
DNSSeeds: []string{}, // NOTE: Will be added later with privacy feature.
DNSSeeds: []string{
// Official DNS seeders.
"testnet-dnsseed-1.spectre-network.org",
"testnet-dnsseed-2.spectre-network.org",
},

// DAG parameters
GenesisBlock: &testnetGenesisBlock,
Expand Down

0 comments on commit 197ea96

Please sign in to comment.