test commit

This commit is contained in:
2026-02-10 10:43:50 -05:00
parent 6fffcb9e00
commit e2d74bac46
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -3,4 +3,4 @@ __pycache__/
*.pyc *.pyc
.env .env
storage.sqlite storage.sqlite
kalshi.key kalshi.key

View File

@@ -34,3 +34,6 @@ coinbase:
BTC: "https://api.coinbase.com/v2/prices/BTC-USD/spot" BTC: "https://api.coinbase.com/v2/prices/BTC-USD/spot"
ETH: "https://api.coinbase.com/v2/prices/ETH-USD/spot" ETH: "https://api.coinbase.com/v2/prices/ETH-USD/spot"
SOL: "https://api.coinbase.com/v2/prices/SOL-USD/spot" SOL: "https://api.coinbase.com/v2/prices/SOL-USD/spot"
#testing