Skip to content

Commit

Permalink
feat(pgamoy): fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 5, 2024
1 parent 253067a commit 41342a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sim/src/gas/gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

use std::{cmp, fmt::Debug, sync::Arc};

use alloy_chains::NamedChain;
use anyhow::Context;
use ethers::{
abi::AbiEncode,
types::{Address, U256},
};

use alloy_chains::NamedChain;
use rundler_provider::Provider;
use rundler_types::{
chain::{
Expand Down

0 comments on commit 41342a5

Please sign in to comment.