We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb308d commit be28e24Copy full SHA for be28e24
core/src/provider.rs
@@ -147,7 +147,6 @@ fn is_known_zk_evm_compatible_chain(chain: Chain) -> Option<bool> {
147
| NamedChain::Sophon
148
| NamedChain::Abstract
149
| NamedChain::Scroll
150
- | NamedChain::PolygonZkEvm
151
| NamedChain::Linea => Some(true),
152
153
// Known non-zkEVM chains
documentation/docs/pages/docs/changelog.mdx
@@ -8,6 +8,7 @@
8
9
### Bug fixes
10
-------------------------------------------------
11
+- fix: build break after alloy v2.10.0: remove NamedChain::PolygonZkEvm usage
12
13
### Breaking changes
14
0 commit comments