Skip to content

Commit

Permalink
feat(claimer): update contracts to v2.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GMKrieger committed Jul 17, 2024
1 parent eb685bf commit 14581a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/authority-claimer/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::{
};

const ROLLUPS_CONTRACTS_URL: &str =
"https://registry.npmjs.org/@cartesi/rollups/-/rollups-2.0.0-rc.2.tgz";
"https://registry.npmjs.org/@cartesi/rollups/-/rollups-2.0.0-rc.5.tgz";

fn main() -> Result<(), Box<dyn Error>> {
let tempdir = tempfile::tempdir()?;
Expand Down

0 comments on commit 14581a1

Please sign in to comment.