Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading