cosmjs-util/scripts/wasmd/setup.sh
Pynix Wang a40cb78646 fix for sdk >= v50
+ remove parsedLogs
+ fix findAttribute
+ fill logs with []
2024-03-08 12:25:22 +01:00

11 lines
253 B
Bash
Executable File

#!/bin/bash
set -o errexit -o nounset -o pipefail
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
source "$SCRIPT_DIR"/env
docker run --rm \
--mount type=bind,source="$SCRIPT_DIR/template_v50",target=/root \
"$REPOSITORY:$VERSION" \
./setup_wasmd.sh