Skip to content

Commit

Permalink
change checksum version
Browse files Browse the repository at this point in the history
  • Loading branch information
tq-tuan15 committed Feb 16, 2024
1 parent af91f50 commit 31612f7
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
@@ -1,6 +1,6 @@
#!/bin/sh

NAMADA_VERSION := 0.31.4
NAMADA_VERSION := 0.31.1
BASE_URL := https://raw.githubusercontent.com/anoma/namada
URL := $(BASE_URL)/v$(NAMADA_VERSION)/wasm/checksums.json

Expand Down Expand Up @@ -57,7 +57,7 @@ benchmarks: download-checksum
compose:
docker compose -f contrib/docker-compose.yaml up

compose-build:
compose-build: download-checksum
docker compose -f contrib/docker-compose.yaml up --build -d
docker compose -f contrib/docker-compose.yaml logs -f --tail 100

Expand Down

0 comments on commit 31612f7

Please sign in to comment.