Skip to content

Commit

Permalink
unnecesasry arg
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 16, 2024
1 parent 4e0a23f commit 3abcdd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xmtp_id/src/scw_verifier/chain_rpc_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,7 @@ pub mod tests {
Fut: futures::Future<Output = ()>,
{
// Spawn an anvil instance to get the keys and chain_id
let anvil = Anvil::new()
.args(vec!["--base-fee", "100"])
.port(8546u16)
.spawn();
let anvil = Anvil::new().port(8546u16).spawn();

let anvil_meta = AnvilMeta {
keys: anvil.keys().to_vec(),
Expand Down

0 comments on commit 3abcdd9

Please sign in to comment.