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
| `metrics.labels` | Additional labels for metrics |
83
+
| `chainsToSkip` | Array of chain names to skip |
84
84
85
85
## Environment Variables
86
86
@@ -132,9 +132,9 @@ pnpm bundle
132
132
133
133
### Key Funding
134
134
135
-
Keys are funded when their balance drops below 60% of the desired balance. The funding amount brings the balance up to the full desired balance.
135
+
Keys are funded when their balance drops below 40% of the desired balance. The funding amount brings the balance up to the full desired balance.
136
136
137
-
**Example**: If `desiredBalance` is `1.0 ETH` and current balance is `0.55 ETH` (55%), funding is triggered. The key receives `0.45 ETH` to reach the full `1.0 ETH`.
137
+
**Example**: If `desiredBalance` is `1.0 ETH` and current balance is `0.39 ETH` (39%), funding is triggered. The key receives `0.61 ETH` to reach the full `1.0 ETH`.
0 commit comments