Skip to content

Commit 853b653

Browse files
authored
fix: enable different gas calculation for monad testnet (#12520)
1 parent a66490b commit 853b653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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::KaruraTestnet
170170
| NamedChain::Mantle
171171
| NamedChain::MantleSepolia
172+
| NamedChain::MonadTestnet
172173
| NamedChain::Moonbase
173174
| NamedChain::Moonbeam
174175
| NamedChain::MoonbeamDev

0 commit comments

Comments
 (0)