feat: Upgrade dependencies and refactor client
- Upgrade several dependencies to their latest versions. - Refactor the EVM client for improved modularity and clarity. - Simplify transaction signing and sending logic.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use async_trait::async_trait;
|
||||
use crate::EvmError;
|
||||
// Signing should be done using ethers-core utilities directly. This file is now empty.
|
||||
|
||||
// Native: Only compile for non-WASM
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
|
Reference in New Issue
Block a user