Skip to content

Commit

Permalink
fix upgrading.sh dydx-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Oct 7, 2023
1 parent 1a2cef8 commit abb9579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpc/scripts/upgrading.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ buid_chain () {
go mod edit -dropreplace github.com/tecbot/gorocksdb
elif [[ $chain_name == "gravitybridge" ]]; then
cd module
elif [[ $chain_name == "dydx-testnet" ]]; then
cd protocol
fi

go mod edit -replace github.com/tendermint/tm-db=github.com/baabeetaa/tm-db@pebble
Expand Down

0 comments on commit abb9579

Please sign in to comment.