Skip to content

Commit

Permalink
chore(codecov): make change to see codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 27, 2023
1 parent 0d14cf4 commit 41ec899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}
jobs: ${{ toJSON(needs) }}
2 changes: 2 additions & 0 deletions crates/sim/src/gas/polygon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ 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 41ec899

Please sign in to comment.