Skip to content

Commit

Permalink
fix: switch to soldeer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Dec 11, 2024
1 parent 30c8a51 commit cef406c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ wsts = "3.0.0"

[build-dependencies]
blueprint-metadata = { git = "https://github.com/tangle-network/gadget/" }
blueprint-build-utils = { git = "https://github.com/tangle-network/gadget/" }

[dev-dependencies]
blueprint-test-utils = { git = "https://github.com/tangle-network/gadget/" }
Expand Down
4 changes: 4 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ fn main() {
println!("cargo:rerun-if-changed=src/lib.rs");
println!("cargo:rerun-if-changed=src/main.rs");
blueprint_metadata::generate_json();

let contract_dirs: Vec<&str> = vec!["./contracts"];
blueprint_build_utils::soldeer_update();
blueprint_build_utils::build_contracts(contract_dirs);
}
13 changes: 0 additions & 13 deletions cargo-generate.toml

This file was deleted.

1 change: 0 additions & 1 deletion contracts/soldeer.lock

This file was deleted.

0 comments on commit cef406c

Please sign in to comment.