Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Feb 28, 2025
1 parent e9b37dc commit 3942387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/contracts/deploy/20_new_version/23_publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3942387

Please sign in to comment.