croncat-rs
croncat-rs copied to clipboard
[FEATURE]: Local/Unknown Chain Configurations
Issue
Right now if you attempt to connect to local node or chain that's not in chain-registry, our config setup explodes.
Tasks
- [ ] Don't error on not found chains
- [ ] Fallback to a special parsing case
- [ ] ...