added recorded names

This commit is contained in:
Oleg Sheynin 2023-08-20 20:23:43 -04:00
parent edae5a8fb1
commit a8ccf8c48d
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
0.1.9 0.2.1

View File

@ -39,10 +39,10 @@ done
declare -A InstrSetInstrs declare -A InstrSetInstrs
InstrSetInstrs[1]=PAIR-BTC-USD InstrSetInstrs[1]=PAIR-BTC-USD,PAIR-ETH-USD,PAIR-LTC-USD,PAIR-XRP-USD
InstrSetInstrs[2]=PAIR-ETH-USD InstrSetInstrs[2]=PAIR-USDT-USD,PAIR-MATIC-USD
InstrSetInstrs[3]=PAIR-DOGE-USD,PAIR-AVAX-USD,PAIR-USDT-USD,PAIR-MATIC-USD InstrSetInstrs[3]=PAIR-DOGE-USD,PAIR-AVAX-USD,
InstrSetInstrs[4]=PAIR-BCH-USD,PAIR-LTC-USD,PAIR-UNI-USD,PAIR-AAVE-USD,PAIR-LINK-USD,PAIR-SOL-USD InstrSetInstrs[4]=PAIR-BCH-USD,PAIR-UNI-USD,PAIR-AAVE-USD,PAIR-LINK-USD,PAIR-SOL-USD
if [ "${InstrSet}" == "" ] if [ "${InstrSet}" == "" ]