Skip to content

Commit

Permalink
add dydx...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 29, 2023
1 parent f13718e commit 597d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 597d0cb

Please sign in to comment.