From e2d74bac465a2b61ec3f3e1eb16c31317a4c31a2 Mon Sep 17 00:00:00 2001 From: Benjamin Adovasio Date: Tue, 10 Feb 2026 10:43:50 -0500 Subject: [PATCH] test commit --- .gitignore | 2 +- config.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ae4bbc..8e53699 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ __pycache__/ *.pyc .env storage.sqlite -kalshi.key \ No newline at end of file +kalshi.key diff --git a/config.yaml b/config.yaml index 0ed536b..55b527e 100644 --- a/config.yaml +++ b/config.yaml @@ -34,3 +34,6 @@ coinbase: BTC: "https://api.coinbase.com/v2/prices/BTC-USD/spot" ETH: "https://api.coinbase.com/v2/prices/ETH-USD/spot" SOL: "https://api.coinbase.com/v2/prices/SOL-USD/spot" + + +#testing \ No newline at end of file