Skip to content

Commit be28e24

Browse files
Fix build break after alloy v2.10.0: remove NamedChain::PolygonZkEvm usage (#316)
Co-authored-by: Josh Stevens <[email protected]>
1 parent 7eb308d commit be28e24

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/src/provider.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ fn is_known_zk_evm_compatible_chain(chain: Chain) -> Option<bool> {
147147
| NamedChain::Sophon
148148
| NamedChain::Abstract
149149
| NamedChain::Scroll
150-
| NamedChain::PolygonZkEvm
151150
| NamedChain::Linea => Some(true),
152151

153152
// Known non-zkEVM chains

documentation/docs/pages/docs/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Bug fixes
1010
-------------------------------------------------
11+
- fix: build break after alloy v2.10.0: remove NamedChain::PolygonZkEvm usage
1112

1213
### Breaking changes
1314
-------------------------------------------------

0 commit comments

Comments
 (0)