diff --git a/pre-compute/src/compute/dataset.rs b/pre-compute/src/compute/dataset.rs index f65543f..8327a36 100644 --- a/pre-compute/src/compute/dataset.rs +++ b/pre-compute/src/compute/dataset.rs @@ -13,7 +13,7 @@ use std::str::FromStr; type Aes256CbcDec = Decryptor; const IPFS_GATEWAYS: &[&str] = &[ - "https://ipfs-gateway.v8-bellecour.iex.ec", + "https://ipfs.iex.ec", "https://gateway.ipfs.io", "https://gateway.pinata.cloud", ];