• Determines the correct storage server URL based on the current realm.

    • If isPreview is true, uses the realm's baseUrl (localhost)
    • If the realm's baseUrl contains .zone, uses storage.decentraland.zone
    • Otherwise, uses storage.decentraland.org (production)

    Returns

    The storage server base URL

    Returns Promise<string>