From a8ccf8c48d47bfdc92980a2f92e52cf084d8eb00 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Sun, 20 Aug 2023 20:23:43 -0400 Subject: [PATCH] added recorded names --- release_version.txt | 2 +- scripts/md_recorder_start.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release_version.txt b/release_version.txt index 1a03094..0c62199 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.1.9 +0.2.1 diff --git a/scripts/md_recorder_start.sh b/scripts/md_recorder_start.sh index 2657948..8ffc8a0 100755 --- a/scripts/md_recorder_start.sh +++ b/scripts/md_recorder_start.sh @@ -39,10 +39,10 @@ done declare -A InstrSetInstrs -InstrSetInstrs[1]=PAIR-BTC-USD -InstrSetInstrs[2]=PAIR-ETH-USD -InstrSetInstrs[3]=PAIR-DOGE-USD,PAIR-AVAX-USD,PAIR-USDT-USD,PAIR-MATIC-USD -InstrSetInstrs[4]=PAIR-BCH-USD,PAIR-LTC-USD,PAIR-UNI-USD,PAIR-AAVE-USD,PAIR-LINK-USD,PAIR-SOL-USD +InstrSetInstrs[1]=PAIR-BTC-USD,PAIR-ETH-USD,PAIR-LTC-USD,PAIR-XRP-USD +InstrSetInstrs[2]=PAIR-USDT-USD,PAIR-MATIC-USD +InstrSetInstrs[3]=PAIR-DOGE-USD,PAIR-AVAX-USD, +InstrSetInstrs[4]=PAIR-BCH-USD,PAIR-UNI-USD,PAIR-AAVE-USD,PAIR-LINK-USD,PAIR-SOL-USD if [ "${InstrSet}" == "" ]