From 3a6d38d2f04549be63c2b3d063533f24ac9263ed Mon Sep 17 00:00:00 2001 From: Felipe Gonzalez Date: Sat, 13 Jun 2026 15:15:47 -0300 Subject: [PATCH] chore: Snapshots on R2 --- src/bin/dolos/bootstrap/snapshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dolos/bootstrap/snapshot.rs b/src/bin/dolos/bootstrap/snapshot.rs index 4e8730b5b..e304c81e9 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() {