-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the generated exchange api client stubs
- Loading branch information
Maxim
committed
Apr 28, 2021
1 parent
6374bfc
commit c8674ee
Showing
26 changed files
with
16,518 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
all: | ||
|
||
copy-exchange-client: | ||
cp -r ../injective-exchange/api/gen/grpc/injective_exchange_rpc exchange/exchange_rpc | ||
cp -r ../injective-exchange/api/gen/grpc/injective_accounts_rpc exchange/accounts_rpc | ||
cp -r ../injective-exchange/api/gen/grpc/injective_spot_exchange_rpc exchange/spot_exchange_rpc | ||
cp -r ../injective-exchange/api/gen/grpc/injective_derivative_exchange_rpc exchange/derivative_exchange_rpc | ||
rm -rf exchange/exchange_rpc/server | ||
rm -rf exchange/accounts_rpc/server | ||
rm -rf exchange/spot_exchange_rpc/server | ||
rm -rf exchange/derivative_exchange_rpc/server | ||
|
||
.PHONY: copy-exchange-client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.