Separate block and balance notifications
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
75f75eea00
commit
a99d9795b3
7 changed files with 185 additions and 85 deletions
5
templates/balance.md.j2
Normal file
5
templates/balance.md.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
*💰 New balance*
|
||||
|
||||
*Address*: {{address}}
|
||||
*Unpaid balance*: {{balance}} {% if balance_fiat %}\({{balance_fiat}}\){% endif %}
|
||||
*Unpaid percentage*: {{balance_percentage}}
|
6
templates/block.md.j2
Normal file
6
templates/block.md.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
*⛏️ New block {{number}}*
|
||||
|
||||
*Date/Time*: {{time}}
|
||||
*Reward*: {{reward}} {% if reward_fiat %}\({{reward_fiat}}\){% endif %}
|
||||
*Round time*: {{round_time}}
|
||||
*Luck*: {{luck}}
|
Reference in a new issue