Skip to content

Commit

Permalink
fix(sdk): enable tangle-pair-signer/evm with evm feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jan 24, 2025
1 parent 928299e commit f22d0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gadget-stores = { workspace = true, optional = true }

# Tangle
tangle-subxt = { workspace = true, optional = true }
gadget-crypto-tangle-pair-signer = { workspace = true, optional = true }

# EigenLayer and EVM
alloy = { workspace = true, optional = true, features = ["full"] }
Expand Down Expand Up @@ -88,6 +89,7 @@ build = ["blueprint-metadata", "blueprint-build-utils"]

tangle = [
"dep:tangle-subxt",
"dep:gadget-crypto-tangle-pair-signer",
"gadget-runners/tangle",
"gadget-macros?/tangle",
"gadget-testing-utils?/tangle",
Expand All @@ -96,6 +98,7 @@ tangle = [
]

evm = [
"gadget-crypto-tangle-pair-signer?/evm",
"gadget-utils/evm",
"gadget-testing-utils?/anvil",
"alloy",
Expand Down

0 comments on commit f22d0f3

Please sign in to comment.