1
0
Fork 0

Add "state" tests

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-02-12 09:43:38 +01:00
parent 6f4312cb4f
commit 14aa8a6d59
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
21 changed files with 116 additions and 3 deletions

View file

@ -0,0 +1,5 @@
*💰 New {{pool}} balance*
*Address*: [{{address}}]({{url}})
*Unpaid balance*: {{balance}} {% if balance_fiat != 'None' %}\({{balance_fiat}}\){% endif %}
*Unpaid percentage*: {{balance_percentage}}

View file

@ -0,0 +1,7 @@
*⛏️ New {{pool}} block*
*Number*: [{{number}}](https://etherscan.io/block/{{hash}})
*Reward*: {{reward}} {% if reward_fiat != 'None' %}\({{reward_fiat}}\){% endif %}
*Date/Time*: {{time}}
*Round time*: {{round_time}}
*Luck*: {{luck}}

View file

@ -0,0 +1,7 @@
*💵 New {{pool}} payment*
*Amount*: {{amount}} {% if amount_fiat != 'None' %}\({{amount_fiat}}\){% endif %}
*ID*: [{{txid}}](https://etherscan.io/tx/{{txid}})
*Address*: [{{address}}](https://flexpool.io/{{address}})
*Date/Time*: {{time}}
*Duration*: {{duration}}