mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-25 00:04:03 -04:00
Update assetchains_stop to use src/listassetchains and fix lots of bugs
This commit is contained in:
parent
f192db220f
commit
cd7fd0552e
@ -1,40 +1,9 @@
|
||||
#!/bin/bash
|
||||
args=("$@")
|
||||
set -eo pipefail
|
||||
|
||||
assetchains=`./listassetchains`
|
||||
komodo_cli='./komodo-cli'
|
||||
delay=20
|
||||
|
||||
function komodo_stop ()
|
||||
{
|
||||
$komodo_cli --ac_name=$1 stop
|
||||
}
|
||||
|
||||
#set -x
|
||||
|
||||
komodo_stop REVS
|
||||
komodo_stop SUPERNET
|
||||
komodo_stop DEX
|
||||
komodo_stop PANGEA
|
||||
komodo_stop JUMBLR
|
||||
komodo_stop BET
|
||||
komodo_stop CRYPTO
|
||||
komodo_stop HODL
|
||||
komodo_stop MSHARK
|
||||
komodo_stop BOTS
|
||||
komodo_stop MGW
|
||||
komodo_stop COQUI
|
||||
komodo_stop WLC
|
||||
komodo_stop KV
|
||||
komodo_stop CEAL
|
||||
komodo_stop MESH
|
||||
komodo_stop MNZ
|
||||
komodo_stop AXO
|
||||
komodo_stop ETOMIC
|
||||
komodo_stop BTCH
|
||||
komodo_stop PIZZA
|
||||
komodo_stop BEER
|
||||
komodo_stop NINJA
|
||||
komodo_stop OOT
|
||||
komodo_stop BNTN
|
||||
komodo_stop CHAIN
|
||||
komodo_stop PRLPAY
|
||||
komodo_stop DSEC
|
||||
while read chain; do
|
||||
$komodo_cli --ac_name=$chain stop
|
||||
done <<< "$assetchains"
|
||||
|
Loading…
x
Reference in New Issue
Block a user