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.
Mantle
Mantle testnet
1 parent dc23de3 commit d5ff3d3Copy full SHA for d5ff3d3
crates/cli/src/utils/cmd.rs
@@ -164,13 +164,15 @@ pub fn has_different_gas_calc(chain_id: u64) -> bool {
164
return matches!(
165
chain,
166
NamedChain::Arbitrum |
167
- NamedChain::ArbitrumTestnet |
168
NamedChain::ArbitrumGoerli |
169
NamedChain::ArbitrumSepolia |
170
- NamedChain::Moonbeam |
171
- NamedChain::Moonriver |
+ NamedChain::ArbitrumTestnet |
+ NamedChain::Mantle |
+ NamedChain::MantleTestnet |
172
NamedChain::Moonbase |
173
- NamedChain::MoonbeamDev
+ NamedChain::Moonbeam |
174
+ NamedChain::MoonbeamDev |
175
+ NamedChain::Moonriver
176
);
177
}
178
false
0 commit comments