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}" == "" ]