Skip to content

Commit

Permalink
use path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Sep 19, 2023
1 parent 5eddc6f commit f8e04b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ proto-check-breaking:

TM_URL = https://raw.githubusercontent.com/cometbft/cometbft/v0.34.29/proto/tendermint
GOGO_PROTO_URL = https://raw.githubusercontent.com/regen-network/protobuf/cosmos
ICS23_URL = https://raw.githubusercontent.com/cosmos/ics23/v0.9.x
ICS23_URL = https://raw.githubusercontent.com/cosmos/ics23/release/v0.9.x
SDK_PROTO_URL = https://raw.githubusercontent.com/cosmos/cosmos-sdk/v0.45.16/proto/cosmos

TM_CRYPTO_TYPES = third_party/proto/tendermint/crypto
Expand Down Expand Up @@ -455,7 +455,7 @@ proto-update-deps:
@curl -sSL $(TM_URL)/crypto/keys.proto > $(TM_CRYPTO_TYPES)/keys.proto

@mkdir -p $(CONFIO_TYPES)
@curl -sSL https://raw.githubusercontent.com/cosmos/ics23/release/v0.9.x/proofs.proto > $(CONFIO_TYPES)/proofs.proto
@curl -sSL $(ICS23_URL)/proofs.proto > $(CONFIO_TYPES)/proofs.proto

## insert go package option into proofs.proto file
## Issue link: https://github.com/confio/ics23/issues/32
Expand Down

0 comments on commit f8e04b2

Please sign in to comment.