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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ These are the environment variables required by the liquidity provider server (L
69
69
|`ECLIPSE_BTC_MAX_MS_WAIT_FOR_BLOCK`| Number of milliseconds that the LPS will wait for our BTC node to catch up with the external datasources before assuming the node is eclipsed |`1000`| No |
70
70
|`ECLIPSE_BTC_WAIT_POLLING_MS_INTERVAL`| Polling interval in ms to check our BTC node when is out of sync with the external data sources |`500`| No |
71
71
|`ECLIPSE_ALERT_COOLDOWN_SECONDS`| Number of seconds after an eclipsed node detection that the watcher will wait to start checking again |`3600`| No |
72
-
|`BTC_MIN_TRANSFER_FEE_MULTIPLIER`|Minimum multiplier for BTC transfers to cold wallet to be considered economical (transfer amount must be >= fee * multiplier) |`5`| No |
73
-
|`RBTC_MIN_TRANSFER_FEE_MULTIPLIER`|Minimum multiplier for RBTC transfers to cold wallet to be considered economical (transfer amount must be >= fee * multiplier) |`100`| No |
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
+
|`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 |
0 commit comments