From 66958d00e8ec1649f1e85150fce522f2c0b2b65a Mon Sep 17 00:00:00 2001 From: dsyoon Date: Tue, 19 Dec 2023 23:48:03 +0900 Subject: [PATCH] init --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..0150bad --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "MAX_BUY_PRICE" : 200000, + "BUY_LIST_1": {"buy_limit": 0, "buy_list": [], "disparity": []}, + "BUY_LIST_2": {"buy_limit": 0, "buy_list": [], "disparity": []}, + "BUY_LIST_3": {"buy_limit": 0, "buy_list": [], "disparity": []} +} \ No newline at end of file