Description
[ This issue was auto-migrated from DA's internal repo (DACH-NY/canton-network-node#10764). Original author: @waynecollier-da ]
We have concluded that "global" will be the name of the synchronizer the current SVs will offer on Canton Network.
We should represent this in our URLs, replacing "svc" with "global".
This slightly changes the semantics. Instead of using "svc" to describe the network role that the node is playing, we're naming the subnet of the Canton Network that we're operating. So "global" should now go after <dev/test/main>.
Old format:
https://..<role ("svc")>.<dev/test/main>.canton.network.companyTLD
New format:
https://..<dev/test/main>.<subnet ("global")>.canton.network.companyTLD
Example:
https://wallet.sv-2.test.global.canton.network.digitalasset.com
Let's update all the docs that specify URL formats, and create a new section summarizing this format, somewhere early in the SV runbook.