fedimint_core/iroh_prod.rs
1/// The Iroh/Pkarr DNS server hosted by Fedimint project
2pub const FM_DNS_PKARR_RELAY_PROD: [&str; 2] = [
3 "https://dns.irohdns-eu-01.dev.fedimint.org/pkarr",
4 "https://dns.irohdns-us-01.dev.fedimint.org/pkarr",
5];
6
7/// The Iroh relays hosted by Fedimint project
8pub const FM_IROH_RELAYS_PROD: [&str; 2] = [
9 "https://irohrelay-eu-01.dev.fedimint.org",
10 "https://irohrelay-us-01.dev.fedimint.org",
11];