Skip to content

Commit

Permalink
Merge branch 'main' into indexer-main-task
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo authored Oct 17, 2024
2 parents 655c401 + bdb8fb5 commit 4254279
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 366 deletions.
259 changes: 0 additions & 259 deletions .all-contributorsrc

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ members = [
"bin/scheduler",
"bin/sozo",
"bin/torii",
# "crates/benches",
"crates/dojo-bindgen",
"crates/dojo-core",
"crates/dojo-lang",
Expand Down
100 changes: 0 additions & 100 deletions benches.txt

This file was deleted.

2 changes: 1 addition & 1 deletion crates/sozo/ops/src/migration/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ where
Err(ProviderError::StarknetError(StarknetError::ContractNotFound)) => {
format!("{}: Deploy", contract.diff.tag)
}
Ok(_) => "Already Deployed".to_string(),
Ok(_) => format!("{}: Already Deployed", contract.diff.tag),
Err(_) => format!("{}: Deploy", contract.diff.tag),
}
} else {
Expand Down
5 changes: 0 additions & 5 deletions snfoundry.toml

This file was deleted.

0 comments on commit 4254279

Please sign in to comment.