Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion core/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ fn is_known_zk_evm_compatible_chain(chain: Chain) -> Option<bool> {
| NamedChain::Sophon
| NamedChain::Abstract
| NamedChain::Scroll
| NamedChain::PolygonZkEvm
| NamedChain::Linea => Some(true),

// Known non-zkEVM chains
Expand Down
1 change: 1 addition & 0 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Bug fixes
-------------------------------------------------
- fix: build break after alloy v2.10.0: remove NamedChain::PolygonZkEvm usage

### Breaking changes
-------------------------------------------------
Expand Down
Loading