Skip to content

Commit d65ede5

Browse files
authored
fix: mark metis as different gas calc (foundry-rs#9834)
1 parent 96fc6b9 commit d65ede5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/cli/src/utils/cmd.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ pub fn has_different_gas_calc(chain_id: u64) -> bool {
175175
NamedChain::Moonbase |
176176
NamedChain::Moonbeam |
177177
NamedChain::MoonbeamDev |
178-
NamedChain::Moonriver
178+
NamedChain::Moonriver |
179+
NamedChain::Metis
179180
);
180181
}
181182
false

0 commit comments

Comments
 (0)