#!/bin/bash # Wrapper to run cast via Podman exec on mev-bot-anvil container podman exec mev-bot-anvil cast "$@" 2>&1 | grep -v "nightly build"