Skip to content

Commit

Permalink
RPC-based Gas Estimation for Moonbeam-based Networks (#6460)
Browse files Browse the repository at this point in the history
* rpc gas estimation moonbeam

* cargo fmt

* Revert some fmt changes

* fmt

---------

Co-authored-by: Enrique Ortiz <[email protected]>
  • Loading branch information
albertov19 and Evalir authored Nov 30, 2023
1 parent a8f5092 commit 494acc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/cli/src/utils/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,11 @@ pub fn has_different_gas_calc(chain_id: u64) -> bool {
NamedChain::Arbitrum |
NamedChain::ArbitrumTestnet |
NamedChain::ArbitrumGoerli |
NamedChain::ArbitrumSepolia
NamedChain::ArbitrumSepolia |
NamedChain::Moonbeam |
NamedChain::Moonriver |
NamedChain::Moonbase |
NamedChain::MoonbeamDev
)
}
false
Expand Down

0 comments on commit 494acc7

Please sign in to comment.