Skip to content

Commit

Permalink
chore(codecov): remove comment for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 27, 2023
1 parent 6120f9e commit 67b819f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/sim/src/gas/polygon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ use rundler_provider::Provider;
use serde::Deserialize;
use tokio::try_join;

/// Mumbai max priority fee
const MUMBAI_MAX_PRIORITY_FEE_DEFAULT: u64 = 1_500_000_000;
/// Mainnet max priority fee
const MAINNET_MAX_PRIORITY_FEE_DEFAULT: u64 = 30_000_000_000;

#[derive(Debug)]
Expand Down

0 comments on commit 67b819f

Please sign in to comment.