Skip to content

Commit

Permalink
feat: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu authored Oct 21, 2024
1 parent c142f50 commit f0d8eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arena.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::collections::HashMap;
use std::{collections::HashMap, time::Instant};

use alloy::{
providers::{Provider, ProviderBuilder, WalletProvider},
signers::local::PrivateKeySigner,
};
use std::time::Instant;

use super::*;
use crate::{
config::Config,
Expand Down

0 comments on commit f0d8eab

Please sign in to comment.