Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalylativ committed Dec 7, 2023
1 parent ea3cd5f commit cd6e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION = open(os.path.dirname(os.path.abspath(__file__)) + "/../VERSION", "r").read()
URL = "https://api.proof.market.nil.foundation/"
DB_NAME = "market_dev"
DB_NAME = "market"
MOUNT = "/v" + VERSION.replace(".", "_")
AUTH_FILE = "./.auth.json"
REQUEST_TIMEOUT = 100

0 comments on commit cd6e151

Please sign in to comment.