Skip to content

Commit

Permalink
fix: update wording to differentiate ggp and coqnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Namaskar-1F64F committed Feb 18, 2025
1 parent 92de97e commit c627ed5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/actions/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ export const SLACK_HARDWARE_RENTED_TEMPLATE = async ({
type: "section",
text: {
type: "mrkdwn",
text: `*Node ID:* \`${nodeID}\``,
text: `*GoGoPool Node ID:* \`${nodeID}\``,
},
}));

Expand Down Expand Up @@ -1322,7 +1322,7 @@ export const SLACK_COQNET_HARDWARE_RENTED_TEMPLATE = async ({
type: "section",
text: {
type: "mrkdwn",
text: `*Node ID:* \`${nodeIDs[0]}\``,
text: `*Coqnet Node ID:* \`${nodeIDs[0]}\``,
},
},
{
Expand Down Expand Up @@ -1408,7 +1408,7 @@ export const SLACK_MINIPOOL_LAUNCHED_TEMPLATE = async ({
type: "section",
text: {
type: "mrkdwn",
text: `*Node ID:* \`${nodeID}\``,
text: `*GoGoPool Node ID:* \`${nodeID}\``,
},
},
{
Expand Down Expand Up @@ -1483,7 +1483,7 @@ export const SLACK_UNDERCOLLATERALIZED_TEMPLATE = async ({
type: "section",
text: {
type: "mrkdwn",
text: `*Node ID:* \`${nodeID}\``,
text: `*GoGoPool Node ID:* \`${nodeID}\``,
},
},
{
Expand Down

0 comments on commit c627ed5

Please sign in to comment.