Skip to content

Commit

Permalink
fix(tools): change text of standard messages (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans authored Sep 13, 2024
1 parent b751065 commit 5079df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/calm-bags-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions packages/apps/tools/src/scripts/faucetCron/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const sendErrorMessage = async (): Promise<void> => {
type: 'section',
text: {
type: 'mrkdwn',
text: 'We were unable to retrieve the faucet account balance. \n There seems to be an issue with the Graph',
text: '*Faucet funds:*\nWe were unable to retrieve the faucet account balance. \n There seems to be an issue with the Graph',
},
},
]),
Expand All @@ -76,7 +76,7 @@ export const sendPingMessage = async (): Promise<void> => {
type: 'section',
text: {
type: 'mrkdwn',
text: `All chains of the faucet (\`${faucetAccount}\`) have a balance above the threshold (\`> ${MINBALANCE.toLocaleString()} KDA\`)`,
text: `*Faucet funds:*\nAll chains of the faucet (\`${faucetAccount}\`) have a balance above the threshold (\`> ${MINBALANCE.toLocaleString()} KDA\`)`,
},
},
]),
Expand Down

0 comments on commit 5079df8

Please sign in to comment.