feat: implement NotionWriter database insertion and wire it with HyperliquidMonitor

This commit is contained in:
0xcathiefish
2026-05-30 09:35:36 +00:00
parent e721988984
commit d86b03f3bb
8 changed files with 324 additions and 13 deletions
Generated
+3
View File
@@ -2969,9 +2969,12 @@ version = "0.1.0"
dependencies = [
"alloy 2.0.5",
"anyhow",
"chrono",
"dotenvy",
"hyperliquid_rust_sdk",
"notion-client",
"reqwest 0.13.4",
"serde_json",
"thiserror 2.0.18",
"tokio",
"tracing",