Line 11 of Makefile:
SET_BASE_BRIDGE_PARTNER_THRESHOLD_DIR = $(network)/$(shell date +'%Y-%m-%d')-pause-bridge-base
This is a copy-paste error from line 12 (PAUSE_BRIDGE_BASE_DIR). Running make setup-bridge-partner-threshold network=mainnet creates a directory named mainnet/2026-06-13-pause-bridge-base instead of mainnet/2026-06-13-set-bridge-partner-threshold.
Fix: replace
Line 11 of Makefile:
This is a copy-paste error from line 12 (PAUSE_BRIDGE_BASE_DIR). Running
make setup-bridge-partner-threshold network=mainnetcreates a directory namedmainnet/2026-06-13-pause-bridge-baseinstead ofmainnet/2026-06-13-set-bridge-partner-threshold.Fix: replace