Skip to content

Commit

Permalink
fix: use core-test.fuellabs.net for dnsaddr resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Sep 18, 2024
1 parent 20f3091 commit 437f6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/services/p2p/src/dnsaddr_resolution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ mod tests {
].iter().map(|s| s.parse().unwrap()).collect();

// when
// run a `dig +short txt _dnsaddr.mainnet.fuel.network` to get the TXT records
// run a `dig +short txt _dnsaddr.core-test.fuellabs.net` to get the TXT records
let multiaddrs = resolver
.lookup_dnsaddr("mainnet.fuel.network")
.lookup_dnsaddr("core-test.fuellabs.net")
.await
.unwrap();
// then
Expand Down

0 comments on commit 437f6be

Please sign in to comment.