diff --git a/src/bin/dolos/bootstrap/snapshot.rs b/src/bin/dolos/bootstrap/snapshot.rs index 4e8730b5..e304c81e 100644 --- a/src/bin/dolos/bootstrap/snapshot.rs +++ b/src/bin/dolos/bootstrap/snapshot.rs @@ -50,7 +50,7 @@ impl Args { } const DEFAULT_URL_TEMPLATE: &str = - "https://dolos-snapshots.s3-accelerate.amazonaws.com/${VERSION}/${NETWORK}/${VARIANT}/${POINT}.tar.gz"; + "https://dolos-snapshots.txpipe.cloud/${VERSION}/${NETWORK}/${VARIANT}/${POINT}.tar.gz"; fn define_snapshot_url(config: &RootConfig, args: &Args) -> Option { if config.upstream.is_emulator() {