Skip to content

Commit

Permalink
chore: remove ecdsa runner and update contracts (#6)
Browse files Browse the repository at this point in the history
* fix!: remove ecdsa runner and update contracts wip

* feat!: contract updates wip

* fix: finish updating template

* feat: add settings.env default
  • Loading branch information
Tjemmmic authored Feb 23, 2025
1 parent dc6b0b7 commit eafb61a
Show file tree
Hide file tree
Showing 18 changed files with 1,700 additions and 2,597 deletions.
2,833 changes: 1,442 additions & 1,391 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ keywords = ["tangle", "blueprint", "avs"]
rust-version = "1.81"

[dependencies]
blueprint-sdk = { git = "https://github.com/tangle-network/gadget-workspace.git", default-features = false, features = ["eigenlayer", "evm", "macros", "build"] }
eigensdk = { git = "https://github.com/Layr-Labs/eigensdk-rs.git", rev = "6ab2674cf19e2f2c78218de706975af1244dad9c", features = ["client-elcontracts", "types", "utils", "logging", "client-avsregistry"] }
blueprint-sdk = { git = "https://github.com/tangle-network/gadget", default-features = false, features = ["eigenlayer", "evm", "macros", "build"] }
serde = { version = "1.0.188", features = ["derive"] }
async-trait = { version = "0.1.85" }

[build-dependencies]
blueprint-sdk = { git = "https://github.com/tangle-network/gadget-workspace.git", default-features = false, features = ["build"] }
blueprint-sdk = { git = "https://github.com/tangle-network/gadget", default-features = false, features = ["build"] }

[features]
default = ["std"]
Expand All @@ -33,7 +32,7 @@ name = "{{project-name}}"
path = "src/main.rs"

[package.metadata.blueprint]
manager = { Evm = "HelloBlueprint" }
manager = { Evm = "TangleServiceManager" }

[[package.metadata.gadget.Native.sources]]
owner = "{{gh-username}}"
Expand Down
231 changes: 0 additions & 231 deletions contracts/src/ECDSAServiceManagerBase.sol

This file was deleted.

Loading

0 comments on commit eafb61a

Please sign in to comment.