Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Oct 27, 2024
1 parent a16094c commit 92d3b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@ ethereum = [
"rlp-derive",
"trie-db",
"ruint",
"helios-consensus-core",
"alloy-rpc-types-eth",
]
ethereum-full = [
"ethereum",
"alloy-contract",
"alloy-provider",
"alloy-rpc-types",
"alloy-rpc-types-eth",
"alloy-transport",
"alloy-provider/anvil-node",
"alloy-provider/rpc-api",
"alloy-signer-local",
"helios-consensus-core",
]
frost = ["frost-secp256k1-tr"]
babylon = ["frost"]
Expand Down

0 comments on commit 92d3b78

Please sign in to comment.