Skip to content

Commit

Permalink
fix: do not delegate is_optimism check for Ethereum ChainSpec (#12650)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored Nov 19, 2024
1 parent 206ba29 commit b78f20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainspec/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ impl EthChainSpec for ChainSpec {
}

fn is_optimism(&self) -> bool {
self.chain.is_optimism()
false
}
}

0 comments on commit b78f20f

Please sign in to comment.