We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f3f5e commit 5037cb7Copy full SHA for 5037cb7
caribic/src/setup.rs
@@ -82,7 +82,7 @@ pub async fn download_mithril(mithril_path: &Path) -> Result<(), Box<dyn std::er
82
}
83
84
pub async fn download_osmosis(osmosis_path: &Path) -> Result<(), Box<dyn std::error::Error>> {
85
- let url = "https://github.com/osmosis-labs/osmosis/archive/refs/tags/v30.0.1.zip";
+ let url = "https://github.com/osmosis-labs/osmosis/archive/refs/tags/v25.2.0.zip";
86
download_repository(url, osmosis_path, "osmosis").await
87
88
0 commit comments