Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC-based Gas Estimation for Moonbeam-based Networks #6460

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rpc gas estimation moonbeam
  • Loading branch information
albertov19 committed Nov 29, 2023
commit 2a0b827aa409afef7702d46e4f290f0071d3a93a
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
Loading