Skip to content

Commit

Permalink
Fix swagger generation makefile command / regen swagger docs (#1299)
Browse files Browse the repository at this point in the history
* pull dydx fork to generate swagger properly

* remove the print
  • Loading branch information
jonfung-dydx authored Apr 1, 2024
1 parent 1d561c9 commit aecb5c7
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 246 deletions.
2 changes: 1 addition & 1 deletion protocol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ proto-download-deps:
mkdir -p "$(THIRD_PARTY_DIR)/cosmos_tmp" && \
cd "$(THIRD_PARTY_DIR)/cosmos_tmp" && \
git init && \
git remote add origin "https://github.com/cosmos/cosmos-sdk.git" && \
git remote add origin "https://github.com/dydxprotocol/cosmos-sdk.git" && \
git config core.sparseCheckout true && \
printf "proto\nthird_party\n" > .git/info/sparse-checkout && \
git pull origin main && \
Expand Down
2 changes: 1 addition & 1 deletion protocol/client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit aecb5c7

Please sign in to comment.