Skip to content

Commit

Permalink
fix(blueprints): remove blueprint metadata from eigen blueprint (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic authored Oct 24, 2024
1 parent be938fa commit 0a06ad9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions blueprints/incredible-squaring-eigenlayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ blueprint-test-utils = { workspace = true }
incredible-squaring-aggregator = { workspace = true }
gadget-io = { workspace = true }

[build-dependencies]
blueprint-metadata = { workspace = true }

[features]
default = ["std"]
std = []
1 change: 0 additions & 1 deletion blueprints/incredible-squaring-eigenlayer/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ fn main() {
println!("cargo:rerun-if-changed=src/cli");
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/lib/eigenlayer-middleware/lib/eigenlayer-contracts",
Expand Down

0 comments on commit 0a06ad9

Please sign in to comment.