Skip to content

Commit

Permalink
CCCP-306, fix: socket variants issue (#103)
Browse files Browse the repository at this point in the history
* CCCP-294, feature: support sepolia (#101)

* CCCP-294, feature: support sepolia

* CCCP-294, chore: system log length alignment

* CCCP-298, deps: remove goerli (#102)

* CCCP-306, fix: resolve socket variants issue
  • Loading branch information
dnjscksdn98 authored and SunoukMun committed Jun 25, 2024
1 parent 69fb29b commit 0a7b0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/eth/handlers/socket_relay_handler.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::BTreeMap, sync::Arc, time::Duration};
use std::{collections::BTreeMap, str::FromStr, sync::Arc, time::Duration};

use ethers::{
abi::RawLog,
Expand Down

0 comments on commit 0a7b0b0

Please sign in to comment.