From 597d0cb93578aafc0fb6a7b573da319282438ec4 Mon Sep 17 00:00:00 2001 From: Tuan Pham Anh Date: Sun, 29 Oct 2023 17:07:16 +0700 Subject: [PATCH] add dydx... --- snapshot/snapshot_restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot/snapshot_restore.sh b/snapshot/snapshot_restore.sh index 966ea683..f08c31ac 100644 --- a/snapshot/snapshot_restore.sh +++ b/snapshot/snapshot_restore.sh @@ -59,7 +59,7 @@ if [ $( echo "${chain_name}" | egrep -c "^(cosmoshub|cheqd|terra|terra-archive|a go mod edit -dropreplace github.com/tecbot/gorocksdb elif [[ $chain_name == "gravitybridge" ]]; then cd module -elif [[ $chain_name == "dydx-testnet" ]]; then +elif [ $( echo "${chain_name}" | egrep -c "^(dydx|dydx-testnet)$" ) -ne 0 ]; then cd protocol elif [[ $chain_name == "agoric" ]]; then cd $HOME/agoric-sdk/golang/cosmos