Skip to content

Commit

Permalink
modify market token price
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-jiang committed Apr 23, 2024
1 parent d3e7b74 commit 44585c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
from db_info import MARKET_KEY
except ImportError:
MARKET_KEY = ""
MARKET_URL = ""

"""
Expand Down Expand Up @@ -499,7 +500,7 @@ class Cfg:
{"SYMBOL": "rsETH", "MD_ID": "kelp-dao-restaked-eth"},
],
}
MARKET_URL = "http://127.0.0.1:8002/get_market_token_price"
MARKET_URL = MARKET_URL
MARKET_KEY = MARKET_KEY


Expand Down

0 comments on commit 44585c0

Please sign in to comment.