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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ These are the environment variables required by the liquidity provider server (L
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
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
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 |
77
+
|`BTC_LIQUIDITY_TARGET_PERCENTAGE`| Percentage of MaxLiquidity allocated to BTC in the hot wallet (RBTC gets the remainder). Must be between 10 and 90 |`50`| No |
77
78
78
79
## AWS variables
79
80
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