You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make config files & evm/tron chain load optional
Fixes issue where users needed dummy config files with deployer keys to analyze MCMS proposals locally.
Context: https://chainlink-core.slack.com/archives/C08QF1BEW4T/p1761128244593229
Changes:
- Config files now optional, falls back to environment variables
- EVM and Tron chains only load when credentials provided (key or KMS)
- Added tests for optional config and credential scenarios
Users can now analyze proposals without credentials by using:
environment.WithoutJD() + environment.OnlyLoadChainsFor([]uint64{})
No breaking changes.
0 commit comments