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,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};