From 92d3b7822feff098ebb9ec076d165e4d3e227796 Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Sun, 27 Oct 2024 15:31:11 -0500 Subject: [PATCH] Fix wasm build --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82438848..5cb36800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]