Skip to content

Commit 26a7559

Browse files
authored
fix: error intrinsic gas too low when deploying contract on Mantle / Mantle Sepolia (follow-up) (#8562)
* temp patch alloy-chains * not working yet, re-add as exception? * revert to alloy-chains 0.1, includes upstream fix * update
1 parent bb4b2a3 commit 26a7559

File tree

2 files changed

+29
-22
lines changed

2 files changed

+29
-22
lines changed

Cargo.lock

Lines changed: 28 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/src/utils/cmd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub fn has_different_gas_calc(chain_id: u64) -> bool {
169169
NamedChain::ArbitrumTestnet |
170170
NamedChain::Mantle |
171171
NamedChain::MantleTestnet |
172+
NamedChain::MantleSepolia |
172173
NamedChain::Moonbase |
173174
NamedChain::Moonbeam |
174175
NamedChain::MoonbeamDev |

0 commit comments

Comments
 (0)