got interop working~

This commit is contained in:
Eitan Seri-Levi
2025-06-09 10:07:53 +03:00
parent 30f28784ee
commit 7fe71d4db6
31 changed files with 282 additions and 249 deletions

View File

@@ -80,7 +80,7 @@ pub fn core_topics_to_subscribe<E: EthSpec>(
}
}
if fork_name.electra_enabled() {
if fork_name.eip7805_enabled() {
topics.push(GossipKind::InclusionList);
}