Skip to content

Commit

Permalink
fetch the root of errors from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Feb 7, 2025
1 parent 8002b42 commit a681da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn main() {
// However, when developing locally, we need to fetch errors from the local
// copy of `anvil.json` file as well, because we may change it, adding new
// errors.
let root_link = "https://raw.githubusercontent.com/matter-labs/zksync-error/refs/heads/dev/zksync-root.json".to_owned();
let root_link = "https://raw.githubusercontent.com/matter-labs/zksync-error/refs/heads/main/zksync-root.json".to_owned();
let local_anvil_path = "../../etc/resources/anvil.json".to_owned();

let arguments = GenerationArguments {
Expand Down

0 comments on commit a681da9

Please sign in to comment.