base / base/contract-deployments
fix: correct output directory name for setup-bridge-partner-threshold target
Open
- Dominant language
- Solidity
- Stars
- 534
- Forks
- 426
- Avg merge
- 13h 38m
- Merged PRs (30d)
- 3
Description
Line 11 of Makefile:
```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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.