mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-06 13:44:44 +08:00
refactor: rename project to tradesync and update docker image tags to latest
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
use anyhow::{Context, Result};
|
||||
use chrono::{TimeZone, Utc};
|
||||
use dotenvy::dotenv;
|
||||
use nosync::{HyperliquidMonitor, NotionRowData, NotionWriter};
|
||||
use tradesync::{HyperliquidMonitor, NotionRowData, NotionWriter};
|
||||
use std::env;
|
||||
use tokio::sync::mpsc;
|
||||
use tracing::{error, info};
|
||||
|
||||
Reference in New Issue
Block a user