Skip to content

Commit 5b5c357

Browse files
committed
chore: add cometbft dep
1 parent 5dce67a commit 5b5c357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gen: gen-client
77
gen-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

0 commit comments

Comments
 (0)