Skip to content

Commit bb3266d

Browse files
authored
feat: use different gas calc for monad mainnet (#12615)
* fix: use different gas calc for monad mainnet * chore: update lockfile to use alloy-chains 0.2.20
1 parent 550aab4 commit bb3266d

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::Monad
172173
| NamedChain::MonadTestnet
173174
| NamedChain::Moonbase
174175
| NamedChain::Moonbeam

0 commit comments

Comments
 (0)