Skip to content

Commit

Permalink
chore: bump rpc deps (paradigmxyz#6458)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 7, 2024
1 parent 93e213c commit 3421672
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 57 deletions.
71 changes: 14 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/rpc/rpc/src/eth/api/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ where
gas_used_ratio,
oldest_block: U256::from(start_block),
reward: reward_percentiles.map(|_| rewards),
base_fee_per_blob_gas: Default::default(),
blob_gas_used_ratio: Default::default(),
})
}

Expand Down

0 comments on commit 3421672

Please sign in to comment.