You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Environment.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ These are the environment variables required by the liquidity provider server (L
72
72
|`BTC_MIN_TRANSFER_FEE_MULTIPLIER`| It is a plain number meaning the minimum multiplier for BTC transfers to cold wallet to be considered economical (transfer amount must be >= fee * multiplier) |`5`| No |
73
73
|`RBTC_MIN_TRANSFER_FEE_MULTIPLIER`| It is a plain number meaning the minimum multiplier for RBTC transfers to cold wallet to be considered economical (transfer amount must be >= fee * multiplier) |`100`| No |
74
74
|`COLD_WALLET_FORCE_TRANSFER_AFTER_SECONDS`| Number of seconds after which excess liquidity will be transferred to cold wallet even if below threshold |`1209600` (2 weeks) | No |
75
+
|`HOT_WALLET_LOW_LIQUIDITY_WARNING`| Hot wallet liquidity threshold in whole coins (BTC/RBTC) below which a warning alert is emitted every check cycle |`3`| No |
76
+
|`HOT_WALLET_LOW_LIQUIDITY_CRITICAL`| Hot wallet liquidity threshold in whole coins (BTC/RBTC) below which a critical alert is emitted every check cycle. Must be less than `HOT_WALLET_LOW_LIQUIDITY_WARNING`|`1`| No |
75
77
76
78
## AWS variables
77
79
You may notice that in [`sample-config.env`](https://github.com/rsksmart/liquidity-provider-server/blob/master/sample-config.env) there are some environment variables that are related to AWS. These variables are required to use AWS services, however, they are not listed in the table as the AWS SDK has the functionality to load them from multiple sources. For that reason, they are not accessed directly from the code and are not listed in the table above.
0 commit comments