Skip to content

Commit

Permalink
Merge pull request #25 from x100111010/newdnsseeder
Browse files Browse the repository at this point in the history
add new dnsseeders
  • Loading branch information
0xA001113 authored Dec 3, 2024
2 parents 86eefaf + ae12d30 commit de6b5c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions consensus/core/src/config/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ pub const MAINNET_PARAMS: Params = Params {
// Official DNS seeders.
"mainnet-dnsseed-1.spectre-network.org",
"mainnet-dnsseed-2.spectre-network.org",
"mainnet-dnsseed-3.spectre-network.xyz",
],
net: NetworkId::new(NetworkType::Mainnet),
genesis: GENESIS,
Expand Down Expand Up @@ -350,6 +351,7 @@ pub const TESTNET_PARAMS: Params = Params {
// Official DNS seeders.
"testnet-dnsseed-1.spectre-network.org",
"testnet-dnsseed-2.spectre-network.org",
"testnet-dnsseed-3.spectre-network.xyz",
],
net: NetworkId::with_suffix(NetworkType::Testnet, 10),
genesis: TESTNET_GENESIS,
Expand Down

0 comments on commit de6b5c0

Please sign in to comment.