File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gen: gen-client
77gen-client : copy-proto
88 @for dir in $(PROTO_DIRS ) ; do \
99 mkdir -p ./pyinjective/$$ {dir}; \
10- python3.10 -m grpc_tools.protoc \
10+ python3 -m grpc_tools.protoc \
1111 -I proto \
1212 --python_out=./pyinjective/proto \
1313 --grpc_python_out=./pyinjective/proto \
@@ -21,7 +21,7 @@ copy-proto:
2121 mkdir -p proto/exchange
2222 buf export buf.build/cosmos/cosmos-sdk:v0.47.0 --output=third_party
2323 buf export https://github.com/cosmos/ibc-go.git --exclude-imports --output=third_party
24- buf export https://github.com/tendermint/tendermint .git --exclude-imports --output=third_party
24+ buf export https://github.com/cometbft/cometbft .git --exclude-imports --output=third_party
2525 buf export https://github.com/CosmWasm/wasmd.git --exclude-imports --output=./third_party
2626 buf export https://github.com/cosmos/ics23.git --exclude-imports --output=./third_party
2727
You can’t perform that action at this time.
0 commit comments