I recently opened a PR to add ArNS to Partick's localsafe - Cyfrin/localsafe.eth#48 (comment)
This PR included two deployments per update:
- Deploys to version-specific undername (e.g., v0-2-0_name.arweave.net)
- Deploys to root ArNS name for latest version
To achieve this permaweb-deploy deploys the site twice which is inefficient and adds costs, it also to a degree breaks the provenance story of these deployments there are two TxIDs for the same version.
Is it possible to add support to deploy to multiple arns names/undernames with the same TxID output for such use-cases?