Skip to content

Commit ef0d764

Browse files
committed
fix: use core-test.fuellabs.net for dnsaddr resolution
1 parent 20f3091 commit ef0d764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/services/p2p/src/dnsaddr_resolution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mod tests {
9696
// when
9797
// run a `dig +short txt _dnsaddr.mainnet.fuel.network` to get the TXT records
9898
let multiaddrs = resolver
99-
.lookup_dnsaddr("mainnet.fuel.network")
99+
.lookup_dnsaddr("core-test.fuellabs.net")
100100
.await
101101
.unwrap();
102102
// then

0 commit comments

Comments
 (0)