From bb6b2d0be451199ed27f76c3e0c706886a7cba3d Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 19 Feb 2024 22:42:51 -0400 Subject: [PATCH] dexorder-finaldata.toml --- dexorder-finaldata.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dexorder-finaldata.toml diff --git a/dexorder-finaldata.toml b/dexorder-finaldata.toml new file mode 100644 index 0000000..10bf7e6 --- /dev/null +++ b/dexorder-finaldata.toml @@ -0,0 +1,11 @@ +ohlc_dir='/ohlc' +rpc_url='https://arb-mainnet.g.alchemy.com/v2/fneXR05VTXzNS6ApcPd-QuyX-gv7AWzL' +account='test1' # Dev Account #1 +ws_url='' +db_url='postgresql://dexorder:redroxed@postgres/dexorder' # it's ok to use the main db because finaldata.py only writes its own special key to the KV table +redis_url='' + +[deployments] +1337='alpha' +42161='alpha' +31337='alpha'