Skip to content

Commit

Permalink
fix up simnet-trade-tests run script
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Mar 30, 2023
1 parent 7eb8297 commit de60be0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/cmd/simnet-trade-tests/run
Expand Up @@ -50,6 +50,10 @@ case $1 in
./simnet-trade-tests --base1node trading1 --base2node trading2 --quote doge ${@:2}
;;

dcrdgb)
./simnet-trade-tests --base1node trading1 --base2node trading2 --quote dgb ${@:2}
;;

dcreth)
./simnet-trade-tests --base1node trading1 --base2node trading2 --quote eth ${@:2}
;;
Expand Down Expand Up @@ -80,6 +84,7 @@ ltcdcr - RPC wallets on LTC-DCR market
ltcspvdcr - Litecoin SPV wallet and Decred RPC Wallet on LTC-DCR market
ltcelectrumdcr - Litecoin Electrum wallet and Decred RPC wallet on LTC-DCR market
dcrdoge - RPC wallets on DCR-DOGE market
dcrdgb - RPC wallets on DCR-DGB market
dcreth - Decred RPC wallet and Ethereum native wallet on DCR-ETH market
zecbtc - RPC wallets on ZEC-BTC market
dcrdextt - Decred RPC wallet and Ethereum wallet with dextt.eth test token on market DCR-DEXTT.ETH
Expand Down

0 comments on commit de60be0

Please sign in to comment.