From 3942387499dd6e5262246d77e8d3f15ce62caac8 Mon Sep 17 00:00:00 2001 From: Rekard0 <5880388+Rekard0@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:43:23 +0100 Subject: [PATCH] update copy --- packages/contracts/deploy/20_new_version/23_publish.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/contracts/deploy/20_new_version/23_publish.ts b/packages/contracts/deploy/20_new_version/23_publish.ts index 5964514b..f7bd7279 100644 --- a/packages/contracts/deploy/20_new_version/23_publish.ts +++ b/packages/contracts/deploy/20_new_version/23_publish.ts @@ -217,9 +217,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) { const data = { proposalTitle: `Publish '${PLUGIN_CONTRACT_NAME}' plugin v${VERSION.release}.${VERSION.build}`, proposalSummary: `Publishes v${VERSION.release}.${VERSION.build} of the '${PLUGIN_CONTRACT_NAME}' plugin in the '${ensDomain}' plugin repo.`, - proposalDescription: `Publishes the '${PLUGIN_SETUP_CONTRACT_NAME}' deployed at '${setup.address}' - as v${VERSION.release}.${VERSION.build} in the '${ensDomain}' plugin repo at '${pluginRepo.address}', - with release metadata '${releaseMetadataURI}' and (immutable) build metadata '${buildMetadataURI}'.`, + proposalDescription: `\n- Publishes the **'${PLUGIN_SETUP_CONTRACT_NAME}'** deployed at **'${setup.address}'** as **v${VERSION.release}.${VERSION.build}** in the **'${ensDomain}'** plugin repo at **'${pluginRepo.address}'**, with release metadata **'${releaseMetadataURI}'** and (immutable) build metadata **'${buildMetadataURI}'**.`, actions: [ { to: pluginRepo.address,