Rename tool, add ethermine and refactorization
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
59407a953e
commit
d05d3816b8
18 changed files with 585 additions and 304 deletions
|
@ -1,5 +1,5 @@
|
|||
*💰 New balance*
|
||||
*💰 New {{pool}} balance*
|
||||
|
||||
*Address*: [{{address}}](https://flexpool.io/{{address}})
|
||||
*Address*: [{{address}}]({{url}})
|
||||
*Unpaid balance*: {{balance}} {% if balance_fiat != 'None' %}\({{balance_fiat}}\){% endif %}
|
||||
*Unpaid percentage*: {{balance_percentage}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
*⛏️ New block*
|
||||
*⛏️ New {{pool}} block*
|
||||
|
||||
*Number*: [{{number}}](https://etherscan.io/block/{{hash}})
|
||||
*Reward*: {{reward}} {% if reward_fiat != 'None' %}\({{reward_fiat}}\){% endif %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
*💵 New payment*
|
||||
*💵 New {{pool}} payment*
|
||||
|
||||
*Amount*: {{amount}} {% if amount_fiat != 'None' %}\({{amount_fiat}}\){% endif %}
|
||||
*ID*: [{{txid}}](https://etherscan.io/tx/{{txid}})
|
||||
|
|
Reference in a new issue