refactor: rename project to tradesync and update docker image tags to latest

This commit is contained in:
0xcathiefish
2026-06-01 06:08:05 +00:00
parent 777ca2d62a
commit 6d7b049416
8 changed files with 37 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use alloy::primitives::address;
use anyhow::Result;
use nosync::HyperliquidMonitor;
use tradesync::HyperliquidMonitor;
use tokio::sync::mpsc;
use tracing::info;
use tracing_subscriber::{EnvFilter, FmtSubscriber};