refactor: update devbox configuration and scripts

This commit is contained in:
Prad Nukala
2024-11-25 13:54:33 -05:00
parent 1568844255
commit e04d071ca7
63 changed files with 1069 additions and 202 deletions
+4 -1
View File
@@ -286,7 +286,10 @@ testnet-basic: setup-testnet
sh-testnet: mod-tidy
CHAIN_ID="sonr-testnet-1" BLOCK_TIME="1000ms" CLEAN=true sh scripts/test_node.sh
.PHONY: setup-testnet set-testnet-configs testnet testnet-basic sh-testnet
buf-publish:
cd ./proto && bunx buf dep update && bunx buf build && bunx buf push
.PHONY: setup-testnet set-testnet-configs testnet testnet-basic sh-testnet buf-publish
###############################################################################
### help ###