We currently accept a URL with --checkpoint-sync-url, to fetch the latest finalized state from a server. We could accept multiple such URLs for redundancy. For backwards compatibility, we should still accept the current --checkpoint-sync-url <url> form, however, we want to also accept --checkpoint-sync-url <url-1>,<url-2> or --checkpoint-sync-url <url-1> --checkpoint-sync-url <url-2> forms.
We currently accept a URL with
--checkpoint-sync-url, to fetch the latest finalized state from a server. We could accept multiple such URLs for redundancy. For backwards compatibility, we should still accept the current--checkpoint-sync-url <url>form, however, we want to also accept--checkpoint-sync-url <url-1>,<url-2>or--checkpoint-sync-url <url-1> --checkpoint-sync-url <url-2>forms.