This commit is contained in:
Administrator
2025-11-17 20:45:05 +01:00
parent c80fff061c
commit 7694811784
45 changed files with 917233 additions and 0 deletions

3
bin/cast Executable file
View File

@@ -0,0 +1,3 @@
#!/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"