Skip to content

Commit

Permalink
chore: remove unallocated ip from mainnet contacts
Browse files Browse the repository at this point in the history
We have accidentally added this IP to the contacts for the production network, but it is not
allocated.
  • Loading branch information
jacderida committed Jan 18, 2025
1 parent 26eee3a commit 9e5f22b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ant-bootstrap/src/contacts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const MAINNET_CONTACTS: &[&str] = &[
"http://159.223.246.45/bootstrap_cache.json",
"http://139.59.201.153/bootstrap_cache.json",
"http://139.59.200.27/bootstrap_cache.json",
"http://139.59.198.251/bootstrap_cache.json",
];

/// The client fetch timeout
Expand Down

0 comments on commit 9e5f22b

Please sign in to comment.