mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: do not delegate is_optimism check for Ethereum ChainSpec (#12650)
This commit is contained in:
@ -109,6 +109,6 @@ impl EthChainSpec for ChainSpec {
|
||||
}
|
||||
|
||||
fn is_optimism(&self) -> bool {
|
||||
self.chain.is_optimism()
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user