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