Commit f82c491
authored
[Telegram Bot] Added more exchanges to the notification list (#1562)
This pull request updates the `.github/workflows/notify-telegram-groups.yml` file to add new Telegram chat groups for notification purposes. It includes both the definitions of the new chat IDs and the logic to send release notifications to these groups.
### Additions to Telegram chat groups:
* Added six new Telegram chat groups with their corresponding `CHAT_ID` variables:
- Uphold <> Grove (POKT) (`CHAT_11`)
- Pokt <> Kraken {EF introduction} (`CHAT_12`)
- Bitrue & Pocket Network (`CHAT_13`)
- HTX <> POKT (`CHAT_14`)
- POKT <> Upbit (`CHAT_15`)
- KuCoin <> POKT (`CHAT_16`)
(`[.github/workflows/notify-telegram-groups.ymlR44-R61](diffhunk://#diff-0a288cac82f672a5126b866175da1b6b6d3de5d4a7206b7737173fcd41406f46R44-R61)`)
### Logic for sending notifications:
* Added notification logic for each of the six new chat groups, including `curl` commands to send messages and descriptive `echo` statements for logging. (`[.github/workflows/notify-telegram-groups.ymlR133-R174](diffhunk://#diff-0a288cac82f672a5126b866175da1b6b6d3de5d4a7206b7737173fcd41406f46R133-R174)`)1 parent a4a646d commit f82c491
1 file changed
+55
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
71 | 89 | | |
72 | 90 | | |
73 | 91 | | |
| |||
140 | 158 | | |
141 | 159 | | |
142 | 160 | | |
143 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
0 commit comments